Replies: 1 comment 2 replies
-
I haven't try it yet, but I think that using ppp or slip might be the easiest way to solve the problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm using NATS / async-nats (rust) for an embedded application on an ESP32 connected to a Raspberry Pi, and would like to extend NATS over serial so that my ESP32 is able to directly talk over the NATS network. Is there a way to use async-nats on a serial port? Or is there an idiomatic way of creating a networking setup where the ESP32 is able to receive TCP messages? If not, is there a recommended way of running TCP over serial so that embedded devices are able to connect to the NATS network? So far I have a TCP to serial connection setup using socat on the Raspberry Pi but struggling to get the ESP32 being able to read from the serial port using NATS. More details below on setup:
Nodes:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions