I feel dumb for asking this but does anyone have a simple example of using the meshtasticjs library? The only thing I can find is crossan007’s implementation which has a bunch of other stuff wrapped around it that I’m unfamiliar with.
My goal is to have a server app that connects to one or more nodes via https(s) and returns info/nodes/messages but it seems like the only method for that that’s been implemented is the js library and I’m just not familiar enough with node to get this working in a very simple implementation.
I have tried just a simple node server app but importing this library has been unsuccessful for me. Any help would be wonderful, thanks!