ExtIO USRP
From SpenchWiki
Revision as of 12:51, 21 July 2011 by Balint (talk | contribs) (Created page with '== Notes == * Default UDP Source destination port: 28888 ** Can be changed by appending ''':port''' to destination IP address * If UDP Source relaying is enabled, but the compu...')
Notes
- Default UDP Source destination port: 28888
- Can be changed by appending :port to destination IP address
- If UDP Source relaying is enabled, but the computer specified destination is either not up, or not listening on the port, the application may slow down. This is (probably) due to ICMP destination unavailable responses being sent back at a high rate. If this happens, simply switch off relaying.
- If the XML-RPC server at the destination is not listening on the specified port, the application will freeze for a split second and an error will be printed in the log. This is because RPC commands are currently sent in the (default) synchronous fashion and the client could not connect to the server. To avoid this, disable XML-RPC IF commands while the server is not running.
To Do
- Asynchronous XML-RPC IF
- Listen to BorIP server announce
- In streaming mode, buffer & request re-send of missing blocks