Commit graph

20 commits

Author SHA1 Message Date
Florian Thienel
90475db447 add functions to read talkgroups 2024-03-20 21:06:22 +01:00
Florian Thienel
5c7df72d1c add support for concatenated text messages with UDH 2022-07-08 19:49:33 +02:00
Florian Thienel
2a2635ccf1 fix typo 2021-10-13 19:58:21 +02:00
Florian Thienel
38a935b7ab polish documentation 2021-10-10 12:58:02 +02:00
Florian Thienel
77e6125438 add function to read the current battery charge level 2021-10-10 12:55:02 +02:00
Florian Thienel
d66831a2da add a function to read the current GPS position 2021-10-03 17:47:51 +02:00
Florian Thienel
8d6b674382 add commands to control the radio terminal 2021-09-29 17:05:40 +02:00
Florian Thienel
a20458a904 implement the full Interface/Func pattern 2021-09-26 15:27:14 +02:00
Florian Thienel
978f47a1c5 add method to COM to shutdown gracefully 2021-09-26 14:26:07 +02:00
Florian Thienel
2af6ef6e27 allow to trace the serial communication with a separate writer 2021-09-26 12:34:19 +02:00
Florian Thienel
db7c48f22d make the encodings available by their name as string 2021-09-25 14:52:49 +02:00
Florian Thienel
060fa23f4d make simple text messages encodable 2021-09-25 14:43:27 +02:00
Florian Thienel
cfc51f472f allow to request a delivery report when creating the send message request 2021-09-25 14:16:08 +02:00
Florian Thienel
8557bf3627 create SDSTransfer for a immediate text message 2021-09-25 13:33:23 +02:00
Florian Thienel
76747bd18c add a method to find out how many bits a message PDU may have 2021-09-25 13:16:08 +02:00
Florian Thienel
3a558b1884 make status messages encodable 2021-09-24 22:00:30 +02:00
Florian Thienel
a505f4320c remove/deactivate debug output 2021-09-24 21:12:32 +02:00
Florian Thienel
b3a794b7b0 add utility functions to sanitize the text content 2021-09-24 21:03:59 +02:00
Florian Thienel
309a623d24 add support for all the 8-bit encodings that Go supports out of the box (plus UTF-16 BE) 2021-09-24 17:15:35 +02:00
Florian Thienel
721f893540 initial project setup 2021-09-19 14:19:47 +02:00