2019-04-11 04:53 PM
Hi,
I recently started using this board (B-L475E-IOT01A) which has a WiFi module that uses AT Commands.
I have been using some libraries provided by Mbed website, but none of them have a TCP Server socket implemented, just a client.
I tried to do it myself, I looked up some guides about AT Commands through SPI and somehow achieved a simple server for 1 client. However, the code is really messy and I haven't even made the Recv/Send data functions as it's getting more complicated...
Does anyone have any idea if there are any TCP Server libraries for this board? Could someone make a simple C++ code for it? I'm really stuck.
Thanks all!
2020-03-06 09:25 AM
hi,
did you find a solution?
2020-03-06 09:30 AM
Hi,
I just ended up using Atollic TrueSTUDIO, didn't like Mbed AT ALL!