I have modified the app as TCP server and tried in USB ECM interface, it was working fine:
You can set up TCP server on port 5000 by this nc binary to see if you can connect from outside:
chmod 777 ./nc
./nc -l -p 5000
nc (756.4 KB)
I have modified the app as TCP server and tried in USB ECM interface, it was working fine:
You can set up TCP server on port 5000 by this nc binary to see if you can connect from outside:
chmod 777 ./nc
./nc -l -p 5000
nc (756.4 KB)