Re: [ccextractor-users] GSOC Student Introduction
Brought to you by:
cfsmp3
|
From: Vishal G. <vis...@gm...> - 2015-03-16 20:30:07
|
Hey, I got the ccextractor-server which is the proof of concept mentioned in the "Worldwide repository" project and played around with it. Now as I understand we want to use Google App Engine to employ this server which receives data from various sources and also provide a User Interface to view this data. The server currently has two components: 1. A C implementation to which anyone can connect and stream data, server writes data to DB. 2. A PHP based web server which can be used to view live data and also query past data. Then, if we use google app engine, then the second component can be easily done in either PHP or Python. But, 1. A C implementation will not work there, and 2. Google app engine doesn't allow listening sockets. I was thinking of ways to do this using Google App Engine. Any ideas? Currently ccextractor uses only TCP to send data in BIN format to server. What other protocols need to be implemented as part of "Real time uploading"? Is email on the list the best way for communication? It isn't very active. On Thu, Mar 12, 2015 at 11:20 PM, Vishal Gupta <vis...@gm...> wrote: > Hello everyone, > > This is Vishal Gupta. I am studying Computer Science at International > Institute of Information Technology, Hyderabad, India. > > I have worked with C, C++ and Python among others. My projects can be found > here. > > I have experience in developing web applications in Python and PHP. I enjoy > building API's and back-ends and have previously used Google App > Engine(webapp2) and django to develop some applications. I(in a team) also > developed a load testing framework which provided a high level of > concurrency using Python and Gevent. I am really interested in the > "Worldwide repository" project and would like to know further about it. > Also, where can I find the POC that is mentioned in the project description? > > I have also implemented as part of a project, a File Sharing program which > required us to build a trivial ftp using TCP/UDP which supports file > transfer and other operations. I am thus also interested in the project > "Real time uploading". > > Regards, > Vishal |