Hi all,
I currently have a Teensy 4.1 connected over LAN to a Wi-Fi router, receiving periodic messages from external hardware also wired into this router (through LAN). I want to present these messages/data in a simple web interface only accessible on the local network.
My teensy is running Micropython, so I'm hoping to achieve this using the "Microdot" library. Giving me the ability to simply point a device to the network, correct IP address, and see the display. I'm unsure this is a sound approach as I've been struggling to see any meaningful results.
- Can I both receive data and open a web server/publish to this server using the same LAN connection?
- Is there a way to publish this information to a socket and run some sort of program to listen at this IP address?
Thank you
I currently have a Teensy 4.1 connected over LAN to a Wi-Fi router, receiving periodic messages from external hardware also wired into this router (through LAN). I want to present these messages/data in a simple web interface only accessible on the local network.
My teensy is running Micropython, so I'm hoping to achieve this using the "Microdot" library. Giving me the ability to simply point a device to the network, correct IP address, and see the display. I'm unsure this is a sound approach as I've been struggling to see any meaningful results.
- Can I both receive data and open a web server/publish to this server using the same LAN connection?
- Is there a way to publish this information to a socket and run some sort of program to listen at this IP address?
Thank you