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 i
Hi David, Peter,
many thanks for your answers. I was already thinking about using MQTT on
top of UDP which shouldn't be a problem to implement. My question was a
bit different.
From my understanding RIOT-OS is designed for meshed networks and the
GNRC is the core element of networking. It uses de
On 2018-03-26 18:25, Peter Kietzmann wrote:
> Hi Gunar, David,
>
> I think implementing against the sock API make most sense:
>
> http://riot-os.org/api/group__net__sock.html
>
> Have a look at this PR which intends to port the ESP as an AT-based
> network device:
>
> https://github.com/RIOT-O
Hi Gunar, David,
I think implementing against the sock API make most sense:
http://riot-os.org/api/group__net__sock.html
Have a look at this PR which intends to port the ESP as an AT-based
network device:
https://github.com/RIOT-OS/RIOT/pull/5898
Best
Peter
https://github.com/RIOT-OS/RIOT/pu
Hello.
On 03/25/2018 03:33 AM, Gunar Schorcht wrote:
> Hello,
>
> most parts of my RIOT-OS port to the ESP8266 has been implemented. GPIO,
> SPI, I2C, UART, PWM seem to be ready and most of local applications are
> working.
>
> However, RIOT-OS makes no real sense without networking. Unfortunatel
Hi Gunar,
Do you have any links to your work ?
Since I do also work on the ESP8266 I can only say that being able to
send and receive UDP packets might be a place to start?
I'm not a RIOT expert - so that's where I stand.
If RIOT supports Sockets or MQTT that might also be worth looking int
Hello,
most parts of my RIOT-OS port to the ESP8266 has been implemented. GPIO,
SPI, I2C, UART, PWM seem to be ready and most of local applications are
working.
However, RIOT-OS makes no real sense without networking. Unfortunately,
ESP8266 doesn't have Zigbee or 802.15.4 radio interface on board