Commit Graph

51 Commits

Author SHA1 Message Date
Cort Buffington 01bbd77dbc Update README.md 2016-05-18 10:19:58 -05:00
Cort Buffington 37fdaed5bd Update README.md 2016-05-18 10:16:30 -05:00
Steve Zingman 11bf48a03f Update README.md 2015-12-23 15:30:42 -05:00
Cort Buffington e3051fec85 Update README.md 2015-07-19 07:55:19 -05:00
Cort Buffington 4e3cd140dd Update README.md 2015-07-06 10:22:49 -05:00
Cort Buffington 9204a90cfb Update README.md 2015-07-06 10:22:32 -05:00
Cort Buffington d10f33a325 Update README.md 2014-09-18 20:13:26 -05:00
Cort Buffington a6ca762314 Update README.md 2014-09-04 12:24:49 -05:00
Cort Buffington 1d461ca21a v.27B Update - LOTS OF NEW! 2014-08-31 12:32:23 -05:00
Cort Buffington 3a97e7160d Update README.md 2014-08-14 08:56:47 -05:00
Cort Buffington 12161c4959 Update README.md 2014-08-14 08:51:27 -05:00
Cort Buffington c73e733516 Update README.md 2014-08-14 08:48:50 -05:00
Cort Buffington ba1d108d06 Update README.md 2014-05-17 20:07:51 -05:00
Cort Buffington 10012548e9 Update README.md 2014-04-28 20:25:27 -05:00
Cort Buffington 59d4058c84 Update README.md 2014-04-28 07:44:00 -05:00
Cort Buffington f25f97a045 Update README.md 2014-01-03 15:22:17 -06:00
Cort Buffington 6197240725 Update README.md 2014-01-03 15:21:39 -06:00
Cort Buffington ebe64c665d Official Version V0.1 Release 2014-01-02 11:18:03 -06:00
Cort Buffington 9723822e71 Update README.md 2013-12-07 17:06:15 -06:00
Cort Buffington e3e18f7c84 Update README.md 2013-12-07 17:04:25 -06:00
Cort Buffington a852f8f70d Update README.md 2013-12-07 17:02:18 -06:00
Cort Buffington a0fa08a41f Update README.md 2013-12-07 16:58:44 -06:00
Cort Buffington 8e78d70f0e THREE PACKET TYPES FIGURED OUT!
0x61, 0x62 and 0x63 have been mostly decoded. Still don’t know what all
of the pieces do, but know what they’re for finally!

This will mean big things for log.py as I figure out the details.
2013-11-23 17:30:12 -06:00
Cort Buffington 1c6a53194e Issues Language Added
Also gently nudged potential users to remember this is a VOLUNTEER project with 1.1 developers... and the 1 part is a novice programmer at best. Also, a reminder (again here) that this software is NOT for commercial use.
2013-11-13 19:21:14 -06:00
Cort Buffington c1c182f15a Updated copyright 2013-10-29 08:17:50 -05:00
Cort Buffington 67c9a17c3b Documenting New Message Type
Message Type 0x05 - this is the ack, or "confirmation" from the
subscriber receiving a confirmed private voice or data call.
2013-10-29 08:03:17 -05:00
Cort Buffington 0dfc57b23e Update README.md 2013-10-29 07:39:18 -05:00
Cort Buffington fb094d4082 Update README.md 2013-10-29 07:11:48 -05:00
Cort Buffington 916ed46fef FIxed calculation of number of peers in an IPSC
Incorrect decodeing of determination of the peer-list. As it turns out,
the packet indicates the length of the list, not the number of peers.
So, take that value / 11 (length of a peer entry) for the number of
peers. Thanks to Hans for pointing this out!
2013-09-10 09:43:45 -05:00
Cort Buffington 3f9aee2c3c Fixed commend on the Group Voice feature. 2013-08-30 16:24:56 -05:00
Cort Buffington 9a17d9d172 Add notes on bridging Group Voice calls 2013-08-26 08:20:35 -05:00
Cort Buffington 861e5a2055 Fixed typos 2013-08-23 07:53:48 -05:00
Cort Buffington 6660c8b810 Copyright added 2013-08-02 15:31:55 -05:00
Cort Buffington 738af072cb Update README.md 2013-07-31 14:08:31 -05:00
Cort Buffington b0e3b9ee3b Update README.md 2013-07-20 08:33:03 -05:00
Cort Buffington 30afe9041c Update README.md 2013-07-16 09:23:43 -05:00
Cort Buffington 44c6fa4759 Update README.md 2013-07-16 09:23:25 -05:00
Cort Buffington d4c1bfc630 Fixed Formatting From Last Update 2013-07-14 13:43:20 -05:00
Cort Buffington dd2fa1eda5 Added Flowcharts for Communication with Master and Peers
I tried to better explain the communcations with masters and peers by
adding flowcharts to document the states, timers and counters
associated with establishing and maintaining the relationships.
2013-07-14 13:31:32 -05:00
Cort Buffington 82ad3660c7 Added note about oddly formatted number-of-peers field 2013-07-14 11:30:20 -05:00
Cort Buffington bd5b0a074d Initial Uplaod of Re-Org'd Files 2013-07-11 19:45:09 -05:00
Cort Buffington 6aef3febc6 Service Flags Updated
Figured out several of the flags previously unknown, and corrected an
error: the bits for data call or voice call were transposed.
2013-07-10 16:21:36 -05:00
Cort Buffington 82d02104ae Adding more packet type information 2013-07-08 15:41:44 -05:00
Cort Buffington 8e57fba529 More formatting updates - no content changes 2013-07-06 08:53:04 -05:00
Cort Buffington 2141307dd1 Fixed Formatting of Flags Section 2013-07-06 08:40:50 -05:00
Cort Buffington 4b91741de1 Add Message Types & Fix Timing
Added new datatypes (and changed the names on some that were figured
out). Fixed the master registration timing issue so that registrations
are attempted repeatedly until there is a reply, then keep-alives start.
2013-07-05 17:42:23 -05:00
Cort Buffington 4207a1c1de Addition of new packet types
0x61, 0x62, 0x9A -- unfortunately, the purpose of them is not yet know.
2013-07-03 14:48:30 -05:00
Cort Buffington f9a679ccc4 Updating packet types 2013-07-01 08:16:08 -05:00
Adam Fast 903d6d6fad Typo fixes / spelling corrections. 2013-06-28 22:50:29 -05:00
Adam Fast e2473f99d2 Some spelling fixes. 2013-06-27 18:14:10 -05:00