Skip to content

BellerophonMobile/core-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORE HTTP Daemon

This is an initial prototype for a RESTful CORE API. See the ideas document for motivation/thoughts.

The implementation is very rough right now, and currently supports limited creating of sessions and objects.

Requirements

  • CORE should be installed to a location on PYTHONPATH
  • Requires CherryPy 3.2 (tested with 3.2.2)
  • Requires ws4py (tested with 0.2.2)
  • Tested with Python 2.7.3
  • Download Ext JS (tested with version 4.1) and put in "static/extjs".
    • I didn't want to commit all of extjs while developing (over 200MB), I'll probably add only the required extjs files when the UI gets closer to being ready.
  • Also, run "make" inside the "c" directory to build the socket forwarding program.

Client APIs

Python Client API

The Python client API requires the requests and the ws4py modules.

About

Prototype of CORE HTTP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published