Skip to content

How to properly respond dynamically to norm request using unicast? #44

Answered by bebopagogo
jcushner asked this question in Q&A
Discussion options

You must be logged in to vote

There are normServer.cpp and normClient.cpp examples in the "norm/examples" directory. These can be built using the appropriate Makefile for your system in the "makefiles" directory. For example, for Linux:

cd makefiles
make normServer normClient

The server side usage is:

normServer [listen [/]][debug ][trace]

where the optional field is an IP multicast address. If that is omitted, the normServer acts as a unicast server. The is the port number the server listens for connection requests from clients. In the case of "multicast server" operation, the server broadcasts to connected clients via the configured IP multicast address while each client has unicast feedback connection to the server…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bebopagogo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants