openflow - Connecting N open stack switches with UDP-encapsulation -


i have wireless testbed 1 base station (rbs) n devices (ue) connected it. information can sent , received on udp socket on either end. i.e. rbs has n ingress , n egress udp sockets, 1 port each device. whatever send port received corresponding ue. see figure below.

system

i configure controller packet going ip 1 - ip n udp-encapsulated , sent corresponding ingress udp port on pc. of switch on receiver side should receive udp-encapsulated package, unwarp , forward local link. reverse should of course work.

any suggestions?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -