Hello,
Can I ask your advice to do the "CC3220 Project Zero / Task3 / Exercise1" on the at_command ?
Especially, I would like to ask how to break down a couple of network_terminal commands "send" and "recv" to at_commands.
CC3220 Project Zero / Task3 / Exercise1
User 1: wlan_ap_start -s "cc3220-demo" -t OPEN
User 2: scan -n 20
User 2: wlanconnect -s "cc3220-demo" -t OPEN
User 2: ping -h <server IP address>
User 1: send -s -p 5001
User 2: recv -c <server IP address> -p 5001
User 2: wlandisconnect
User 1: wlan_ap_stop