aprsorg / aprs-deviceid

APRS device identification data: tocalls.txt + mic-e-types.txt current master allocations (YAML, JSON, XML)
60 stars 23 forks source link

More precision for Mice #4

Closed akhenakh closed 9 years ago

akhenakh commented 9 years ago

Hi,

From the specs it says, example for the FT1D, ends with _$ and starts with ` the TinyTrack4 starts with a different prefix ' but the exported jsons don't mention the prefix, is it a mistake ?

`......_$  Yaesu FT1D      [New in Dec 2012]
'......|3  Byonics TinyTrack3 (TT3)  
'......|4  Byonics TinyTrack4 (TT4)
      "|3" : {
         "model" : "TinyTrak3",
         "class" : "tracker",
         "vendor" : "Byonics"
      },

Thanks

hessu commented 9 years ago

Theprefix character (` vs ') indicates messaging capability.

http://www.aprs.org/aprs12/mic-e-types.txt

akhenakh commented 9 years ago

Makes sense, thank you.