Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - UDP messages on a Beagle Bone Black: Page 1 of 3 (3 Items)
   
UDP messages on a Beagle Bone Black  
I have written an application that monitors UDP messages on port 53248 for any ethernet adapter present in a system.  It
 works great with the x86 based QNX VM.  I am now trying to deply it on a Beagle Bone Black.  I reran qmake using the 
arm version and built the program again.  All the right compilers are used to build for the arm architecture.

When I run the prgram, the readyRead SIGNAL is never fired.  Has anyone attempted to use readyRead SIGNAL on ARM 
architecture?  I am baffled as to why the program does not just compile and work?  Any suggestions would be greatly 
appreciated at this point.

Thanks.