IanWraith
Member
Hello All
I have just uploaded build 28 to Github ..
https://github.com/IanWraith/DMRDecode/downloads
Build 28 has the following new version ..
1) An improved display routine so it should use less CPU time.
2) A big one !! The program now opens up a TCP/IP socket on port 17887 and listens to it for connections. When a client connects (and up to 10 clients can) the program sends "OK" and following that after ever voice frame received the program sends the following to each connected client
"#" - The # character is sent to indicate the start of a voice frame
C - A integer 1 or a 2 is sent to indicate which channel this frame is from
Followed by 27 integers which contain the 216 bits that make up a voice frame. Each integer contains 8 bits.
You can test this by entering "telnet 127.0.0.1 17887" at a command line.
This means voice data is now available to those of you who wish (and legally can) explore that avenue.
As usual comments to this forum please.
Regards
Ian
I have just uploaded build 28 to Github ..
https://github.com/IanWraith/DMRDecode/downloads
Build 28 has the following new version ..
1) An improved display routine so it should use less CPU time.
2) A big one !! The program now opens up a TCP/IP socket on port 17887 and listens to it for connections. When a client connects (and up to 10 clients can) the program sends "OK" and following that after ever voice frame received the program sends the following to each connected client
"#" - The # character is sent to indicate the start of a voice frame
C - A integer 1 or a 2 is sent to indicate which channel this frame is from
Followed by 27 integers which contain the 216 bits that make up a voice frame. Each integer contains 8 bits.
You can test this by entering "telnet 127.0.0.1 17887" at a command line.
This means voice data is now available to those of you who wish (and legally can) explore that avenue.
As usual comments to this forum please.
Regards
Ian
Last edited: