Giter VIP home page Giter VIP logo

Comments (2)

rkuchumov avatar rkuchumov commented on May 15, 2024

server application sources: https://github.com/rkuchumov/ccextractor-server
repository link: http://gsocdev.ccextractor.org/~ruslan/

from ccextractor.

gvishal avatar gvishal commented on May 15, 2024

I played around with ccextractor-server given above.

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 of server given above 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? Also, which language is preferred PHP vs Python for this project?

Are there any particular sample exercises that I need to do for this particular project?

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"?

from ccextractor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.