2.0.3 • Published 7 years ago

sugos-index v2.0.3

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

sugos-index

Build Status npm Version JS Standard

Index of SUGOS projects

Installation

$ npm install sugos-index --save

Packages

Core Packages

Core of SUGOS

NameDescription
sugosA high-level RPC framework to make remote controlling super easy.
sugo-callerCaller component of SUGOS.
sugo-observerRemote observer for SUGOS
sugo-actorActor component of SUGOS.
sugos.techHomepage of sugos

Demo Packages

Demo for SUGOS scaffolding

NameDescription
sugo-demo-moduleDemo of SUGO-Module
sugo-demo-exampleDemo of sugo example
sugo-demo-agentDemo of sugo agent
sugo-demo-endpointDemo of sugo route
sugo-demo-middlewareDemo of sugo middleware
sugo-demo-siteDemo of sugo site
sugo-demo-desktopDemo of desktop applications
sugo-demo-reactDemo of react projects

Example Packages

Example project using SUGOS framework

NameDescription
sugo-example-arduinoSUGOS example of Arduino
sugo-example-saySUGOS example project to invoke `say` command on remote MAC (OSX system is required)
sugo-example-rapiroSUGOS example project to contorl RAPIRO.
sugo-example-plenSUGOS example project to contorl PLEN
sugo-example-roombaSUGOS example project to contorl roomba

Module Packages

Module plugins for SUGOS-Actor

NameDescription
sugo-module-noopNoop module for SUGOS
sugo-module-shellShell module for SUGOS
sugo-module-baseBase module for SUGOS
sugo-module-classify-imageSUGOS module to classify images
sugo-module-scssSUGOS interface of scss compiler
sugo-module-generator-naoqi
sugo-module-watchSUGOS module of watching files
sugo-module-serialportSUGOS module to access serial ports
sugo-module-saySay command module for SUGOS. (Supports only OSX)
sugo-module-rapiroSUGOS module to control RAPIRO
sugo-module-plenSUGOS module to oparate PLEN
sugo-module-naoqi
sugo-module-arducopterSUGOS python module for arducopter
sugo-module-az-storagesasSUGOS Module for Shared Access Signature of Azure Storage
sugo-module-firmataSUGOS module of firmata.js
sugo-module-android-arducopter

Middleware Packages

Middleware plugins for SUGO-Cloud

NameDescription
sugo-middleware-noopNoop middleware for SUGOS

Endpoint Packages

Endpoint plugins for SUGO-Cloud

NameDescription
sugo-endpoint-noopEndpoint to do nothing.
sugo-endpoint-fileEndpoint to handle files
sugo-endpoint-compileEndpoint to compile javascripts.
sugo-endpoint-zipEndpoint to download files as zip

Agent Packages

Agent of endpoints

NameDescription
sugo-agent-zipClient for sugo-endpoint-zip
sugo-agent-baseBase class of HTTP clients for SUGOS
sugo-agent-fileClient for sugo-endpoint-file
sugo-agent-compileClient for sugo-endpoint-compile

Helper Packages

Helper packages.

NameDescription
sg-templatesTemplates for SUGOS
sg-checkChecking utilify for SUGOS
sg-compilerJavascript compiler for sugos
sg-electronElectron utility of SUGOS
sg-reactReact utilities for SUGOS
sg-serializerSerializer for SUGOS
sg-errorsError object for SUGOS
sg-socketWeb socket server for SUGOS
sg-validatorJSON schema validator for SUGOS
sg-serverHTTP web server for SUGOS
sg-react-componentsReact components for SUGOS project
sg-socket-clientWeb socket client for SUGOS
sg-storageOn-memory storage for SUGOS
sg-schemasCollection of JSON schemas for SUGOS

License

This software is released under the Apache-2.0 License.

Links