v0.9.0
- change default HTTP port from 8080 to 8118. This should reduce conflicts with
other apps and require us to configure the HTTP port less often. (#495) - BREAKING CHANGE: change protobuf point.value encoding from float to double
(#291) This change introduces a protocol change so all instances in a system
will need to be updated. If this is a problem, let us know and we can work out
a migration. - sqlite schema: change time storage from two fields (time_s, time_ns) to single
time that contains NS since Unix epoch. - documentation cleanup (#509)
- move particle code to client and add UI (#503). See Particle client docs.
- simplify serial MCU encoding (#517)
- improve serial MCU UI point display
- use Go crypto/rand API instead of /dev/random. Fixes Windows issues (#517)
Nice to get the Particle code moved to a client. Below, we are reading two 1-wire temperature sensors using the SIOT Particle Cellular Gateway.