Skip to content

Releases: ftsrg/BME-MODES3

Mobile Controller v1.0 release

17 Jan 19:22
Compare
Choose a tag to compare

Install apk, run, set MQTT server URI to tcp://192.168.1.150:1883

Yakindu messages

21 Feb 16:28
Compare
Choose a tag to compare
  • new Yakindu messages in the common messages project
  • yakindu messages can be sent by the common communication project
  • new topics for the yakindu messages
  • topic names with ID parameter are restructured in the following format: /modes3/{section|turnout}/{command|status|occupancy}/{id}

Removing unused protobuf messages

11 Jan 15:11
Compare
Choose a tag to compare

Unused protobuf messages are removed from the core communication layer. See related wiki page.

Separated network messages

11 Oct 12:51
Compare
Choose a tag to compare
  • Messages are separated by topic, so network consumption is much lower than in previous versions.

Version after refactoring the communication stack

06 Oct 13:48
Compare
Choose a tag to compare
  • Extensively refactored communication layer: common message classes, message representation is separated from the communication core, separate topics for certain messages.
  • New component structure: each component has a wrapper which depends on the communication layer. The components themselves do not depend on the communication stack anymore.
  • Wiki pages are updated according to the changes.

Version before department demonstration

29 Aug 16:09
Compare
Choose a tag to compare
  • Working safety logic
  • New debouncing logic in the SOC
  • New touchboard component
  • Redesigned deployment scripts

First stable gen3

18 Aug 15:51
Compare
Choose a tag to compare

This is the version presented at the NASA/JPL demo at 2017-07-06. This version is a stable, well running version of the framework.

Note this version lacks the modes3-touchboard