-
Notifications
You must be signed in to change notification settings - Fork 0
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
Inspire others #2
Comments
@ThePicoNerd I'll try my best to get a basic working example of the server and some demo output up in the next couple of weeks (depending on my schedule). I'll do my best to document and break down each bit then hopefully it will be of some use, hopefully. |
@andrewhawkes Thanks! I'm really looking forward to the next commit! |
Hi andrewhawkes Please, would you be able to release what has already been done at least in the software part? Or inform the logic you used to build this prototype? Could you also release the html with the instruments? Thank you very much for your work. |
@paulolimarb sorry, I've not been working on it recently due to work commitments but I am debating starting a rewrite it from scratch. There are a few libraries dotted about now which let you use datarefs in X-Plane 11 with node.js so that might be a good start for you. In terms of the HTML I could probably commit it, but it's in an old build system so I would probably be nicer and easier to rebuild it. If I was to do it again I'd probably do it in React or Vue. |
@paulolimarb if you want any help I'd be happy to give you some guidance from what I've found. I'd just need an idea of what you're trying to achieve. |
Thanks for your reply. I saw some libraries get and define data by udp in x plane 11 and I like it.
My questions is: How you send data to front-end? What arcteture you use? I would like to see your html instruments from your video, to see how the pointer scale in the html instrument works. Example: Thank you for your availability to help me. |
@paulolimarb I'll have to see if I can dig them out as they're not on GitHub annoyingly. But the general gist is: Server-Side:
Client-Side:
But one of the things which brought my work to a halt was that there's only a limited amount of data doing it this way. If you use datarefs instead you can access more data as well as send it. If I do get round to revisiting this project I will likely use datarefs instead. Also, I will likely use Vue.js and use their VUEX state management and make the instruments work off that instead. |
Thank you for this information I imagined this architecture and I like it. I read some things about DATAREFS but I didn't understand much, I need to spend a little more time to get more information. I studied a little bit of vuejs but I didn't adapt to the When you want to get back on this project, please contact me. Because I will start the backend, using golang. When you find the code you used in your examples, I still want to see the front end. Thanks |
I found it information about DATAREF and I don't understand all the difference between X-Plane UDP, but I see it on DATAREF you must do pooling with your application to get "datas" and X-plane UDP send dates to your UDP api. It is correct? Do you know others differences? In the documentation doesn't explain the differences and how to work with DATAREF on X-plane This app: https://github.com/MaxFerretti/XPlaneConnector This app: https://github.com/dmolin/flightSimPanels regards |
By releasing the source code from this video, before the kit itself is done, other developers might get a better understanding and be able to help.
The text was updated successfully, but these errors were encountered: