eblossom / vita-49

Virtual Radio Transport (VRT) (VITA-49)
GNU General Public License v3.0
27 stars 9 forks source link

Missing main() for Rx example code #1

Open RWoodring79 opened 7 years ago

RWoodring79 commented 7 years ago

I am doing some VITA 49 packet processing and found your library very helpful for making some quick prototype code. I see that you have some example Rx code, but you do not include a main() or a document describing what a user supplied main() should do. I am sure with some trial and error I can create something that works, but it would be nice if this code were included in the source. Any chance this code still exists and could be added, possibly to the Apps folder, to save the trouble of reinventing the wheel?

eblossom commented 7 years ago

Hi,

Sorry, I don't have the main program at this time. As it mentions in the README, the code originally consumed UDP frames with a 8KB payload, and it supported handling more than a single VRT packet in a single UDP packet. As long as you know where the packets begin and end, it shouldn't be too hard to work out how to use it.

Best wishes! Eric

On Wed, Oct 4, 2017 at 9:02 AM, RWoodring79 notifications@github.com wrote:

I am doing some VITA 49 packet processing and found your library very helpful for making some quick prototype code. I see that you have some example Rx code, but you do not include a main() or a document describing what a user supplied main() should do. I am sure with some trial and error I can create something that works, but it would be nice if this code were included in the source. Any chance this code still exists and could be added, possibly to the Apps folder, to save the trouble of reinventing the wheel?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eblossom/vita-49/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AD9wQ_fuWPAQ7XGk3tZggIjiXPfgAUQOks5so6wMgaJpZM4Pt2rY .