An MQTT plugin for the X-Plane flight simulator.
Stars
1
Forks
1
Watchers
1
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
Mozzie: Adds code to load list of published datarefs from <XP>/mozzie_publish.txt using XPDrefsFile parser.
402f391View on GitHubXPDrefsFile: Adds code to parse a standard DataRefs.txt file. (TSV)
1341c2cView on GitHubmain: Updated version number and logging format strings.
464ff3aView on GitHubMozzie: Tweaks order of operations so that libmosquitto is properly serviced BEFORE we attempt to push data to it. Ensures that timed-out connections etc are dealt with properly.
845ccefView on GitHubOptions: Adds code to ignore comment lines that start with #. Adds code to create default mozzie_prefs.txt with sane defaults if the file does not exist.
7e91417View on GitHubFixes Mozzie::xp_data_pump(). Can now send dataref data to the MQTT server.
96fcbfaView on GitHubAdds basic dref wrappers that will be used to perform a layer of delta-filtering so that only drefs with changes go out over the MQTT net.
df76cc1View on GitHubPorted basic cmd handler. Need to expand to handle lots of buttons cleanly. Sub class or router class? Hmm..
81e97eaView on GitHubBetter support for Options and de-coupled connection to server from XPluginEnable()
79beb49View on GitHubInitial commit of basic framework required to bootstrap an MQTT plugin based on the Mosquitto library. Compiles and links. Untested.
c2e0e7bView on GitHub