FreeTAKTeam / DigitalPy

A framework to support digital engineering in the python language
Eclipse Public License 2.0
8 stars 4 forks source link

DP Core API initial implementation #56

Closed naman108 closed 5 months ago

naman108 commented 5 months ago

Core Changes

Blueprint Based Network Interface

This is a new interface which uses blueprints to register endpoints and a BlueprintCommunicator class to send messages to the service.

DP Core API Service

This is a basic service provided by all DigitalPy applications for easy expansion. This is for developer convenience for the simplest development cases where there is only a single http service.