Added
- display device last update time
- display time since last update
Has been a busy week, so not a lot new in SIOT land. Did add display of when the device last communicated and the time since the last communication.
Added
Has been a busy week, so not a lot new in SIOT land. Did add display of when the device last communicated and the time since the last communication.
Finally merged the NATS integration development that has been ongoing for the past few weeks. Seems to be working out very well as it solves a lot of hard problems like:
I’m excited where this will take the project!
Also added a list of guiding principles to the README.md:
Let me know what you think.
New in this release – we are now providing binaries with each release. Currently there is a build problem with Windows – after we get that fixed, will be providing Windows binaries as well.
Note, the database format has changed. To migrate, dump the database with the
old version of SIOT and them import with the new version.
This release fixes issues with building and running SIOT on 32-bit platforms.
Most recent develop is happening in the GitHub - simpleiot/simpleiot at feature-node-graph branch. Learning about rosetree data structures and how to manage a tree in the front-end. Simple/common data-structures continues to work out pretty well. For each node type, it is working nicely to create a stateless Elm component.
Implementation of tree based UI – see demo:
Modbus work is progressing nicely – soon SIOT will function as either a Modbus RTU server or client.