0.6.7 • Published 10 years ago

autoremote.js v0.6.7

Weekly downloads
3
License
GPL
Repository
github
Last release
10 years ago

autoRemote.js

A node.js Module for communication with the AutoApps-Ecosystem developed by João Dias based on AutoRemote. I hope we can develop a plug&play Linux and Mac OS X Client which can be extended by plugins. Currently this is only a POC and early alpha stage

AutoApps (joaoapps.com)

AutoRemote for Android (Google PlayStore)

Install

~$: git clone http://github.com/kai-wegner/autoRemote.js
~$: cd autoRemote.js
~$: npm install autoremote.js

Use

You can use the executable file under "bin/" to send messages and test the register-api.

  • Show help message
~$: ./autoRemote --help

  Usage: autoRemote [options] [command]

  Commands:

    send <message> <receiverKey>
    register <toDevice_Key>
    getServerKey

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
  • Send a Message/Register to another AutoRemote-Device see AutoRemote - Key/ID for getting your deviceKey.
~$: autoRemote send "Hello World!" yourDeviceKey
~$: autoRemote register yourDeviceKey

Configuration and serverKey-file

Configuration is under "conf/" should contain self-explaining configuration files and the serverKey-File.

0.6.7

10 years ago

0.6.6

10 years ago

0.6.5

10 years ago

0.6.0

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.0.1

10 years ago