Giter Club home page Giter Club logo

go-sdk's Issues

Support API for asset-level pub and sub

Currently all publish and subscribe operations are going though Device API (e.g. device.Publish(...)).

We can introduce the following to enhance it:

  • asset.Publish(state)
  • asset.Subscribe(chan command)

Publish device state

AllThingsTalk supports sending multiple asset states in one message, which makes sense when trying to preserve bandwidth and ensure all states are set in one go.

Proposal:

  • device.PublishStates(...) should accept a list of states. In the background, this could either translate to sending one device state message or multiple asset states message. Former is by default. It should also be possible to define custom payload format as well (for ABCL).

  • Custom payload formats may be defined with abcl struct tag (depengind on how ABCL is promoted).

  • We could also support builders to bundle asset states and send them all in one go.

  • Device should have additional encoding configuration option which can be used to specify the encoding - if necessary user choose choose between JSON, CBOR or custom binary format. (?)

  • Prepare API proposal for Binary payload

  • Prepare API proposal for Device State

  • Review

Suppress travis-ci build on Readme changes

Any changes to Readme file trigger TravisCI build. We should add it to the ignore list in order not to rebuild each time docs change, as we currently can't run examples found in Readme file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.