Skip to content
Thomas Goodwin edited this page Jan 27, 2016 · 8 revisions

Welcome to the rest-python wiki!

This modified rest-python fork has added several server-side features. The more extensive API documentation can be found here.

The previous version is still available under the v1.0 tag; it was the starting point for several things and included the client-side interface within it that was originally a distant fork of admin-console. However rest-python can work with whatever client interface the user wishes as long as they follow the API, as published above. Therefore the client side interface framework and examples have moved to a new project: Angular-REDHAWK.

Getting Organized

The following is a general list of the layers in the framework.

NameDescription
REST Python Tornado ServerProvides the web service with request handlers for the REST and WebSocket interfaces.
REST Request HandlersTranslates HTTP requests into queries against the REDHAWK Rest Model
REDHAWK REST ModelSingleton, provides a common mapping from the request handlers through to the REDHAWK Model
REDHAWK Python ModelThe OSSIE Utils interface

Clone this wiki locally