P2PSP / core

Implementation of P2PSP: An application layer protocol for the real-time streaming of multimedia content over the Internet.
http://p2psp.org/en/p2psp-protocol
GNU General Public License v3.0
81 stars 58 forks source link

Update the Python implementation using the C++ source files #126

Open vicente-gonzalez-ruiz opened 7 years ago

vicente-gonzalez-ruiz commented 7 years ago

This could be an endless issue, but it can be useful for those that prefer to work with Python instead of C++.

endiliey commented 7 years ago

Hi Vicente,

My name is Endilie. I was reading through the ideas page at http://www.p2psp.org/en/news/77-gsoc-2017-ideas-page for GSoC 2017 and I'm interested in the " Updating P2PSP Python implementation". However, since I'm still new to this, I'm currently looking through the code base to get the idea and some understanding. Maybe do you want to link me up for some better starting point if I want to work in this issue?

vicente-gonzalez-ruiz commented 7 years ago

Hi Endiliey. I think that Cristóbal has told you which could be your first step, but basically, read the documentation available in GitHub and try to understand the C++ implementation. To play with the software also helps.