Closed jg1uaa closed 3 years ago
I think this feature is required, but I'd like to implement it in another way. I will use a lot of your code, but in a different overall structure. I won't use C++ streams either, they add bloat and are inefficient.
no problem to use/rewrite my code and idea. My goal is display decoded ROT1 message to OLED. I want to use std::to_string() but gcc-C++0x cannot handle it so I wrote C++ stream reluctantly.
I’ve pushed my version of your changes. I suppose they need some more work for displaying the data, but I think you can see how my version works.
Sent from Yahoo Mail for iPhone
On Monday, December 14, 2020, 12:18, SASANO Takayoshi notifications@github.com wrote:
no problem to use/rewrite my code and idea. My goal is display decoded ROT1 message to OLED. I want to use std::to_string() but gcc-C++0x cannot handle it so I wrote C++ stream reluctantly.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
I looked OLED could display decoded data but rublic index is not shown. Is there any good way to pass that value?
For example, simply keep (undecode) first two or three letters for RIC 4520/4512 and decode them by display driver itself.
I've made some more changes to the logging code, it should now include the rubrics for those two RICs. Jonathan G4KLX
On Tuesday, 15 December 2020, 12:28:00 GMT, SASANO Takayoshi <notifications@github.com> wrote:
I looked OLED could display decoded data but rublic index is not shown. Is there any good way to pass that value?
For example, simply keep (undecode) first two or three letters for RIC 4520/4512 and decode them by display driver itself.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
sometimes there is something encrypted POCSAG message in RIC 4520 and 4512 for example (at DAPNETGateway log):
I am testing a code to decode like this (at MMDVMHost log)
Is this feature required? Here is the code https://github.com/jg1uaa/MMDVMHost/commit/f19fb3bc9bcf8b04be4e21ba182620c5a6afe726