Skip to content

Releases: ISOBlue/isoblue2

isoblue-software_1.6.9

17 Jul 15:50
Compare
Choose a tag to compare

Improvements for this release:

  • More aggressive scheme for re-establishing cell connectivity
  • GPS logging better handles suspend + wake cycle
  • Graceful shutdown/wake of Kafka and all logging services during the suspend + wake cycle

isoblue-software_1.6.8

10 May 15:33
Compare
Choose a tag to compare
Fix: suspend using systemctl

isoblue-software_1.6.7: Remove: sphagetti code for reconnecting cell

07 Mar 01:49
Compare
Choose a tag to compare
The previous method for reconnecting cellular is kinda hacky. Couple of things
we tried:
* udevadm trigger (kinda mysterious)
* put in get-pgns systemd (problem is that dhclient will die after systemd
service exits)

Now we have a separate scripts and a systemd service for:
* re-register the modem onto the network using qmicli
* dhclient wwan0

The systemd service is set to `RemainAfterExit=yes` so dhclient will remain
running.

isoblue-software_1.6.6: Add: a delay after running dhclient

06 Mar 21:56
Compare
Choose a tag to compare
We don't want get-pgns service to restart right after dhclient just got run.

isoblue-software_1.6.5

06 Mar 20:18
Compare
Choose a tag to compare
Add: better way to restart cell network

isoblue-software_1.6.2: Remove: net-strength.service dependency

09 Nov 20:13
Compare
Choose a tag to compare
net-strength.service was merged into heartbeat.service

isoblue-software_1.6.1

19 Oct 17:58
Compare
Choose a tag to compare
Add: LICENSE for bitbake