tiagocoutinho / us2n

micropython bridge between UART and TCP for the ESP32
GNU General Public License v3.0
20 stars 9 forks source link

does it work with UDP #4

Closed vinura closed 2 years ago

vinura commented 3 years ago

is this work as UDP to Serial bridge

tiagocoutinho commented 2 years ago

Only TCP is supported so far. UDP would be a nice feature. It should not be too hard to implement. I would be happy to review any PR :)