@jibo/command-requester
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

remote-jibo-node

How to run the examples

If you haven't globally install required module yarn global add typescript To run an example, move to examples compile it with tsc --lib ES2015 Example.ts and then run node Example.js <robot address>, for example, for examples/MoveHead.ts, do:

cd examples &&
tsc --lib ES2015 MoveHead.ts &&
node MoveHead.js sim  # sim should map to 127.0.0.1 which is used to connect to the simulator

Examples

Certificates

A sample certificate is provided to run the examples, these can be found on priv/certs. For non-example applications a new certificate must be generated.

Supported functionality

Commands

Events

Nice to have

  • [ ] Use a single bounjour+https for multiple robots
  • [ ] Typed events
  • [x] Working from browser apps.
  • [ ] Robot detector (find robots in LAN)

/@jibo/command-requester/

    Package Sidebar

    Install

    npm i @jibo/command-requester

    Weekly Downloads

    1

    Version

    1.0.6

    License

    BSD-3-Clause

    Unpacked Size

    566 kB

    Total Files

    83

    Last publish

    Collaborators

    • squiddisco
    • wwlib
    • marstonstudio
    • mividtim
    • golgobot
    • justin-perez
    • jibo-jonathan