Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Ok, thanks. I have now written wrappers for those functions. But now i am struggling with the fact, that there is no getaddrinfo function? Do you have any advice, how i can implement this with your functions given?

  • Hello, i am currently in the process of porting a OPC UA Stack to emNet. I am struggeling with the fact, that emNet isn't fully Berkeley socket compatible. For example the function setsockopt() doesnt support many hints: - IP_MULTICAST_LOOP - IP_MULTICAST_IF - IP_ADD_MEMBERSHIP - IP_DROP_MEMBERSHIP Those are all functions related to Multicast. IF i understand right, I can mimic the IP_ADD/IP_DROP_MEMBERSHIP options with the emNet Functions IP_IGMP_JoinGroup()/IP_IGMP_LeaveGroup(). Am i right wit…