Stroika Library 3.0d18
 
Loading...
Searching...
No Matches
Stroika Library Frameworks

This folder contains all the Stroika Library Frameworks source code.

  • Auth

    Support for authentication. WebServer interceptor to capture Auth headers; Identity manager to track (thread_local) user identities. OAuth support (data structures and webservice apis).

  • Led

    A rich text processing and editing framework (includes sample LedIt word processor application, and LedLineIt, text editor)

  • Modbus

    A library to interact with/exchange data over Modbus

  • NetworkMonitor Framework for capturing network measurements, probes, etc.

    This is for things like ping, traceroute, but not for things like SNMP network data (which is in system monitor framework)

  • Service

    Package a program in the form of a UNIX or Windows service (aka daemon, app that auto-starts with OS, has installer, start/stop integrated with OS, etc)

  • System Performance

    Measure CPU usage, network usage, disk activity etc for a system, in a very straightfoward and system portable way

  • UPnP

    Universal Plug and Play. The only part currently implemented is SSDP

  • Web Server

    Provide basic web server functionality within your application, including routers, interceptors etc.

  • Web Service

    Expose programatic APIs through web services (SOAP, JSON, REST). This framework depends on the Web-Server framework

Future

  • DNS-SD (DNS Service Discovery)

    [FUTURE PROJECT]

    http://www.dns-sd.org/ http://www.ietf.org/rfc/rfc6763.txt

    [weakly-depends (not required) on mDNS framework]

    Nothing implemented so far.

  • mDNS [FUTURE PROJECT]

    http://en.wikipedia.org/wiki/Multicast_DNS http://www.ietf.org/rfc/rfc6762.txt

    Nothing implemented so far.

  • WebKits (webkit+stroika)

    [FUTURE PROJECT]

    (integrate / wrapper on webkit for building gui apps) (make easy to build hybrid apps) (integrate with HTMLViewCompiler) (integrate with tool to compile binary data to .o file, and include in file exe with directory, and use that for webkit to find files/resources) (Integrate with stroika webserver module for easy ajax) (when all done - SB able to do hybrid apps like HealthFrame - but portably)

    Nothing implemented so far.