Based on extension of FaradayRF/Faraday-Firmware#75
@kb1lqc @reillyeon @jbemenheiser @el-iso
I've committed a quick commit that ties stdin and stdout from the OPUS audio codec to faraday transmit. I notice the transmit is stuttering a lot and I'm not sure why. Eventually the transmissions quite and I believe a background process fails, maybe a datatype bug. All in all I do get some data over. I used proxy logging to see what gets into the proxy for transmissions as I suspect maybe we are overflowing if pushing batches too fast?
I know audio is able to encode and decode as I successfully piped it from the TX to RX program in linux.
I also know that I can get Faraday to TRANSMIT audio frames but I am not sure how many are getting through even TX due to "stuttering" I'm observing in the packet transmissions.
This commit contains the first push of a proxy log with me talking while transmitting: kb1lqd@2f42baa
This is the remaining quick code I used to achieve this: kb1lqd@8888188
Using the proxy logging functionality I see only about 101 packets which is lower than I'd expect. I need to decode these and see their counts/quality.
This is just a print of the recieved data INTO proxy: 
Also Proxy log is kinda of annoying into that this data definitely came in a lot faster but at a "rate" of 1 is plays one entry per second... this should replay much faster unless something else weird is going on.
Based on extension of FaradayRF/Faraday-Firmware#75
@kb1lqc @reillyeon @jbemenheiser @el-iso
I've committed a quick commit that ties stdin and stdout from the OPUS audio codec to faraday transmit. I notice the transmit is stuttering a lot and I'm not sure why. Eventually the transmissions quite and I believe a background process fails, maybe a datatype bug. All in all I do get some data over. I used proxy logging to see what gets into the proxy for transmissions as I suspect maybe we are overflowing if pushing batches too fast?
I know audio is able to encode and decode as I successfully piped it from the TX to RX program in linux.
I also know that I can get Faraday to TRANSMIT audio frames but I am not sure how many are getting through even TX due to "stuttering" I'm observing in the packet transmissions.
This commit contains the first push of a proxy log with me talking while transmitting: kb1lqd@2f42baa
This is the remaining quick code I used to achieve this: kb1lqd@8888188
Using the proxy logging functionality I see only about 101 packets which is lower than I'd expect. I need to decode these and see their counts/quality.
This is just a print of the recieved data INTO proxy:
Also Proxy log is kinda of annoying into that this data definitely came in a lot faster but at a "rate" of 1 is plays one entry per second... this should replay much faster unless something else weird is going on.