(Boeing r1765)

added simple distributed Python script example involving N/2 local nodes and
 N/2 nodes on a remote server, connected to a common switch

lacks runtime access to the remote nodes (e.g. for command execution)
This commit is contained in:
ahrenholz 2013-09-04 17:16:31 +00:00
parent 30965ba950
commit 8d11b40009
2 changed files with 147 additions and 0 deletions

View file

@ -249,6 +249,7 @@ sed -i 's/emane_realtime = True/emane_realtime = False/' /etc/core/core.conf
%{_datadir}/%{name}/examples/myservices/README.txt
%{_datadir}/%{name}/examples/myservices/sample.py*
%{_datadir}/%{name}/examples/netns/basicrange.py*
%{_datadir}/%{name}/examples/netns/distributed.py*
%{_datadir}/%{name}/examples/netns/emane80211.py*
%{_datadir}/%{name}/examples/netns/howmanynodes.py*
%{_datadir}/%{name}/examples/netns/iperf-performance-chain.py*