Currently @rvagg 's work demands inter-SP (curio) communication for Piece replication. However, current setup separates each curio service provider into their own isolated network. This is great for security, but hard for inter-SP communications setup.
Figure out a way for multiple SPs to be able to interact with each other without editing hosts file on the machine. Partly this is attempted here in: #34
Currently @rvagg 's work demands inter-SP (curio) communication for Piece replication. However, current setup separates each curio service provider into their own isolated network. This is great for security, but hard for inter-SP communications setup.
Figure out a way for multiple SPs to be able to interact with each other without editing
hostsfile on the machine. Partly this is attempted here in: #34