Skip to content

Releases: NLeSC/eEcology-SMS-reciever

v1.0.10

22 Nov 16:24

Choose a tag to compare

Webservice to store SMS messages send by http://www.uva-bits.nl/ devices into a database table.

Accepts SMS messages from SMSSync Android app see https://play.google.com/store/apps/details?id=org.addhen.smssync, http://smssync.ushahidi.com/ and https://github.com/ushahidi/SMSSync .

Fixed

  • Catch InvalidRequestError and perform rollback

Added

  • /status endpoint will give error when no positions have been received recently

v1.0.9

10 Mar 14:47

Choose a tag to compare

Added

  • Example apache config
  • Example nagios check
  • Functional tests

v1.0.8

07 Mar 17:11

Choose a tag to compare

Fixed

  • Message with no positions, caused a permission denied which caused transaction is aborted error

v1.0.7

25 Feb 16:03

Choose a tag to compare

Fixed

  • Force UTC timezone during insert, otherwise local timezone is used

Firmware 1.055

01 May 11:46

Choose a tag to compare

Changes:

  • Date time has changed in firmware 1.055 to
    • date = 2 digits year (base 2000) + 3 digits day of year
    • time = seconds of day

Initial release

09 Mar 08:55

Choose a tag to compare

v1.0.0

Add unique constraints, use explicit srid, change status sql, rollbac…