Commit Graph

4 Commits

Author SHA1 Message Date
Bryce Salmi b5b45b3c09 Commented on io value update
After creating a value list I update the last item to itself be a list of
items. This is so it may hold binary data for IO.
2017-03-13 00:03:52 -07:00
Bryce Salmi e890fe8e3a Update return statement
Much more simple method of only having data in body be joined by commas
and tacking that onto a packet type indicator to avoid having to remove a
comma later. This was suggested in comments on #27.
2017-03-12 23:54:46 -07:00
Bryce Salmi aa3b1bb165 Updated telemetry value methodology
Per @rossengeorgiev comments on #27 I now use a dictionary with lists to
hold telemetry similar to how aprslib holds telemetry when parsed from
comments.
2017-03-12 23:49:20 -07:00
kb1lqc fa63671ae9 Created custom telemetry packet report
Modeled off of the PositionReport class, I created a TelemetryReport and
used similar serialization to create a working packet that was uploaded to
aprs.fi for testing.
2017-03-10 01:14:22 -08:00