Communicating to the outside world with micropython on Linux

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
fromvega
Posts: 4
Joined: Mon Aug 30, 2021 12:23 am

Communicating to the outside world with micropython on Linux

Post by fromvega » Thu Jan 27, 2022 11:21 pm

Hi there,

I'm trying to find a way to test my micropython scripts on Linux before they are eventually deployed to an ESP32. Granted that the UNIX port does not seem to have some of the modules that I need, like the network for instance, I wanted to try to abstract that away as much as possible. But I wanted to go further than just returning a hard-coded value form the test, I wanted my test to communicate with the outside world, ideally through the network.

Is there a way to use the network on Linux with micropython? What are my options to talk to the outside world?

Thank you!

Post Reply