carlosg2 / circulate

Automatically exported from code.google.com/p/circulate
0 stars 0 forks source link

implement file sharing #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

see the notes in the API

but so far we want 2 essential things

1. whatever the size of the network all clients HAVE TO be known

and

2. be able to share easily dozen of files (wether those files are in memory or 
on the hard drive)

Original issue reported on code.google.com by zwetan on 15 Mar 2013 at 8:30

GoogleCodeExporter commented 9 years ago
a NetworkSystem keep a list of Nodes, within this list we should be able to get 
the list of shared files

eg
commandcenter
test1 (chat)
test2 (chat)
file123.mp3 (onenodefile)
file456.mp3 (onenodefile)
file789.mp3 (onenodefile)

send a command like ListSharedFiles

Original comment by zwetan on 18 Mar 2013 at 10:53