You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have hosts and APs running in mininet-wifi simulator. My use-case is hosts send custom data to APs. APs forward this data to Ryu controller.
Now, I want to communicate data from AP to Ryu controller and vice-versa. This should work like client and server talking using socket programming. How to simulate this scenario ? I searched but could not find sample codes to make this work.
Earlier, I tried using curl requests but it is not practical.
Can someone please help me ?
Thank you.
The text was updated successfully, but these errors were encountered:
I have hosts and APs running in mininet-wifi simulator. My use-case is hosts send custom data to APs. APs forward this data to Ryu controller.
Now, I want to communicate data from AP to Ryu controller and vice-versa. This should work like client and server talking using socket programming. How to simulate this scenario ? I searched but could not find sample codes to make this work.
Earlier, I tried using curl requests but it is not practical.
Can someone please help me ?
Thank you.
The text was updated successfully, but these errors were encountered: