-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple CLI example showing serial connection, subscribing to events and publishing messages #86
Comments
I've got an extremely basic app in #95 Going to write up a README for it tomorrow |
Check out #95 (https://github.com/Hunter275/js/tree/example/example) Let me know if you have any issues starting the app or anything |
Ill give it a shot after work. Thanks @Hunter275 |
I just got into Meshtastic and I have a good amount of JS experience. That example uses |
I've only recently taken over this repo, and have not spent much time in it yet, I'm more focused on the web repo currently. If you're willing to submit a PR with |
@Hunter275 I'd be more than happy to try that out! When I have some free time I'll port that over and see what shakes out. |
@Hunter275 just an update, I got it kind of working. I think I need to alter some things and make a separate transform for Node as well. It doesn't error when I build and connect to my heltec via serial, but it does shut my device down lol. So it's communicating, just got some signals crossed it seems. |
The examples I see all use react and rxjs. A simple javascript / typescript cli app that shows all the functionality as a test would be very helpful to get started using this. I would be able to help improve it if someone could help me get started.
The text was updated successfully, but these errors were encountered: