intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
438 stars 239 forks source link

Help with socket_server and socket_client #312

Closed alic-antunez closed 4 years ago

alic-antunez commented 4 years ago

I copied the code (from https://github.com/intrig-unicamp/mininet-wifi/blob/master/examples/socket_client.py) to socket_client.py and I also copied the code (from https://github.com/intrig-unicamp/mininet-wifi/blob/master/examples/socket_server.py) to socket_server.py, but I can't get the parameters correctly inside the client.

socket_client_error

ramonfontes commented 4 years ago

Please (always) refer to https://mininet-wifi.github.io. You can find answer for your question at https://mininet-wifi.github.io/advanced/#socket

alic-antunez commented 4 years ago

Thanks. It works