How read information from node in C? #5917
Replies: 4 comments 2 replies
-
Hi @lykamspam This guide has more information about how to use the serial interface: https://meshtastic.org/docs/development/device/client-api/ |
Beta Was this translation helpful? Give feedback.
-
The Arduino client might also be of help: https://github.com/meshtastic/Meshtastic-arduino |
Beta Was this translation helpful? Give feedback.
-
Both links do not contain any code example. I too would like to write a Linux terminal client. Maybe just correct the example at the top. Throwing links that don't give anything is pointless. |
Beta Was this translation helpful? Give feedback.
-
The Arduino client is an example of how to implement an interface in C++: https://github.com/meshtastic/Meshtastic-arduino/blob/master/src/mt_protocol.cpp Yes, it’s not C, but I don’t know of any C implementation. |
Beta Was this translation helpful? Give feedback.
-
Platform
ESP32
Description
I need information about nodes.
Similar python "meshtastic --nodes"
How I can to do this? Here is my code. What is wrong? I'm not get any data. I use Heltec 3
Beta Was this translation helpful? Give feedback.
All reactions