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.

Name Description
REST Python Tornado Server Provides the web service with request handlers for the REST and WebSocket interfaces.
REST Request Handlers Translates HTTP requests into queries against the REDHAWK Rest Model
REDHAWK REST Model Singleton, provides a common mapping from the request handlers through to the REDHAWK Model
REDHAWK Python Model The OSSIE Utils interface
Clone this wiki locally