diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,11 +21,12 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
21 | - [ ] Frontend | 21 | - [ ] Frontend |
22 | - [X] Simple frontend (All elements are generated by jQuery) | 22 | - [X] Simple frontend (All elements are generated by jQuery) |
23 | - [ ] AngularJS frontend | 23 | - [ ] AngularJS frontend |
24 | - [ ] Join a network | 24 | - [X] Join a network |
25 | - [X] Generate a RSA key | 25 | - [X] Generate a RSA key |
26 | - [X] Ask for the friend list of other pods and make friend with them | 26 | - [X] Ask for the friend list of other pods and make friend with them |
27 | - [ ] Get the list of the videos owned by a pod when making friend with it | 27 | - [X] Get the list of the videos owned by a pod when making friend with it |
28 | - [ ] Post the list of its own videos when making friend with another pod | 28 | - [X] Post the list of its own videos when making friend with another pod |
29 | - [X] Quit a network | ||
29 | - [X] Upload a video | 30 | - [X] Upload a video |
30 | - [X] Seed the video | 31 | - [X] Seed the video |
31 | - [X] Send the meta data to all other friends | 32 | - [X] Send the meta data to all other friends |