Commit graph

  • ac181cff5f Adding fix for the negative altitude problem. Only tested in positive altitudes, but doesn't seem to break anything else, and probably works. main Chris Smith 2022-04-06 22:06:54 -0500
  • 299cea7aff Fixed problem where course/speed may not have been added in every case where it was available. Chris Smith 2021-04-10 01:11:28 -0500
  • 66f2a95580 Fixed process by which the comment is assembled to be functionally identical, but more sensible. Chris Smith 2021-04-08 19:43:25 -0500
  • 7d0531eb26 Some changes to the way missed APRS packets are handled. Chris Smith 2021-04-08 15:23:50 -0500
  • 4748d06de7 Fixed bug from issue #3, where old updates would get re-published due to a bad condition on an if statement. Also fixed design flaw where None was sometimes returned from getEvents(), causing trouble in the event-handling loop. There is now always a list of events; it should just be empty in every case where we don't find current data. Chris Smith 2021-04-06 20:39:11 -0500
  • 75e7764299 Merge branch 'main' of https://github.com/kemenril/iR-APRSISD into main Chris Smith 2021-04-06 14:28:46 -0500
  • 8673dcd574 Fixed(?) problem with tracking of last forwarded update. Chris Smith 2021-04-06 14:27:53 -0500
  • b26b437f4e
    Update README.md Chris Smith 2021-04-05 12:20:01 -0500
  • 3be5383d22
    Update README.md Chris Smith 2021-04-05 03:34:28 -0500
  • 8a3fb1c768 Merge branch 'main' of https://github.com/kemenril/iR-APRSISD into main Chris Smith 2021-04-03 16:15:02 -0500
  • 0a2d77a051 Merge branch 'main' of https://github.com/kemenril/iR-APRSISD into main Chris Smith 2021-04-03 16:03:39 -0500
  • c7f0199cdd Configuration file re-added with new, correct form. Chris Smith 2021-04-03 16:13:32 -0500
  • a648bd477c Merge branch 'main' of https://github.com/kemenril/iR-APRSISD into main Chris Smith 2021-04-03 16:03:39 -0500
  • 5b91974c23 Fixed up configuration handling a bit. os.path now used to build pathnames, also added an attempt to load the configuration file from the same directory as the script, between current directory and /etc. Also added message about which configuration file is used during startup. Chris Smith 2021-04-03 16:02:46 -0500
  • 4323c67f5f Configuration file re-added with new, correct form. root 2021-04-03 05:28:41 -0500
  • c49d6298e8 Minor clean-up, and added some simple but useful logging to STDOUT. Christopher Smith 2021-04-03 04:53:42 -0500
  • 2a9c938eaa
    Update README.md Chris Smith 2021-04-02 21:41:35 -0500
  • 064f144955
    Fixed comment/SMS duplication bug. Chris Smith 2021-04-02 21:22:21 -0500
  • 8320a2c01f
    Update README.md Chris Smith 2021-04-02 01:06:49 -0500
  • ce1e56c22b
    Update README.md Chris Smith 2021-04-02 01:04:43 -0500
  • 1d1be70a24
    Update README.md Chris Smith 2021-04-02 01:03:05 -0500
  • 3fea2a5396
    Update README.md Chris Smith 2021-04-02 01:01:48 -0500
  • fb92182933 --genpass mentioned in the configuration file. Christopher Smith 2021-04-02 00:28:01 -0500
  • 388fd9401f Signal handling added, --genpass option added for calculating passcodes, other cleanup. Christopher Smith 2021-04-02 00:23:11 -0500
  • a77161399d Cleaned up some chattiness in output. Christopher Smith 2021-04-01 04:25:09 -0500
  • 964efba308 Most all of the code refactored to be less ridiculous. Sending of APRS position reports is now decoupled from fetching position updates. Main loop nearly simplified into obvlivion. getEvents() function added to get a list of all new events. sendAPRS now works on an individual event in the list. Most of the large try blocks eleminated in favor of less absurd things. Some other minor changes too. Christopher Smith 2021-04-01 00:20:25 -0500
  • 0ef9fd7004
    Update README.md Chris Smith 2021-03-30 16:05:18 -0500
  • 9a67fc084a Fixed gate in APRS packets to always use the SSID configured in the [APRS] section of the config. Fixed failure case for loading default configuration to exit after complaining. Christopher Smith 2021-03-29 15:27:50 -0500
  • 3f0600e2be Untested support for multiple devices added. Single device should still be working ok. Christopher Smith 2021-03-29 02:55:29 -0500
  • 6ae65a0738
    Update README.md Chris Smith 2021-03-28 03:09:51 -0500
  • 94781e0ef8
    Update README.md Chris Smith 2021-03-27 14:02:16 -0500
  • 39894c05b4 go back to default config instead of customr Eric D. Brown 2021-03-27 11:57:38 -0600
  • 85cdeeaa3a use SSID_1 to login to APRS Eric D. Brown 2021-03-27 11:55:42 -0600
  • 0fea87d766 fix errant ')' Eric D. Brown 2021-03-27 11:54:41 -0600
  • b1fc7efb90 fix spacing in cfg file Eric D. Brown 2021-03-27 11:40:53 -0600
  • 0788d5d860 remove comment on sendall Eric D. Brown 2021-03-27 11:36:48 -0600
  • c827e85a2f update readme Eric D. Brown 2021-03-27 11:31:22 -0600
  • 096be98019 initial steps to use multiple devices Eric D. Brown 2021-03-27 11:27:57 -0600
  • 8874e8ecf0
    Update README.md Chris Smith 2021-03-27 05:59:30 -0500
  • c931198c5f
    Update README.md Chris Smith 2021-03-27 05:56:32 -0500
  • 98cc04ddf2
    Update README.md Chris Smith 2021-03-27 05:50:32 -0500
  • 1cff0ed5bd Merge branch 'main' of https://github.com/kemenril/iR-APRSISD into main Christopher Smith 2021-03-26 19:49:08 -0500
  • 90103e9c3a Added support for HTTP authentication to inReach service, and support for device SMS in APRS comments. Christopher Smith 2021-03-26 19:47:53 -0500
  • c748ea50a6
    Create LICENSE Chris Smith 2021-03-26 15:21:36 -0500
  • 5c9a1521b0
    Update README.md Chris Smith 2021-03-26 00:43:09 -0500
  • 4d12b502c9
    Update README.md Chris Smith 2021-03-26 00:41:53 -0500
  • 20d02788ff
    Update README.md Chris Smith 2021-03-25 23:35:10 -0500
  • d0dce8d84d Initial commit. Error handling is still a bit of a mess. Christopher Smith 2021-03-25 23:03:37 -0500
  • 9b497fe8d4
    Update README.md Chris Smith 2021-03-25 22:28:03 -0500
  • 2eb498b29a
    Update README.md Chris Smith 2021-03-25 22:25:49 -0500
  • 244a84a823
    Update README.md Chris Smith 2021-03-25 22:24:26 -0500
  • 68f488a804
    Initial commit Chris Smith 2021-03-25 21:45:37 -0500