Hi,

On 03/24/2018 07:33 PM, Gunar Schorcht wrote:
> Therefore, my question is, what is the best way to realize networking on
> a new platform that doesn't have 802.15.4 radio but full TCP/IP stack
> and WiFi on board?

I suggest implementing netdev on top of the WiFi layer 2 of the ESP,
treating it as ethernet.

In the beginning you could use the esp API to configure the WiFi (SSID,
pwd, ...), down the line there should be netdev get/set options for that.

Going this route, you can use the esp's wifi, ignore its integrated IP
stack and make all RIOT networking features work. It would allow other
RIOT applications to be easily ported.

Cheers,
Kaspar





Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

Reply via email to