new-home-application 0.1.2

New Home iot application framework. Meant to build application for the New Home Core
Documentation

Pipeline Status

New Home application

New Home IoT application framework. Meant to build application for the New Home Core

TODOs

  • Create a basic framework to expose methods
    • the methods should be callable from a string requests sent via a TCP socket
    • the methods should be able to return a value to the requesting side
    • the method handles a given request and return some kind of answer in form of a string
    • Arguments that were send are validated against the original method definition and its arguments
    • Some basic commands for application information and help

Usage

For an example, how to use the library, take a look into the "example/example-application.rs".

// TODO: Describe Usage

// TODO: Add documentation for usage