Git Product home page Git Product logo

dslink-scala-simple-subscriber's Introduction

dslink-scala-simple-subscriber

Subscribe a DSA node then print it on update

Usage

$ sbt assembly
$ java -jar target/scala-2.12/SimpleSubscriberDSLink-assembly-0.1.0-SNAPSHOT.jar <path of node to subscribe>  --broker https://broker-host:port/conn

Example Usage

$ java -jar target/scala-2.12/SimpleSubscriberDSLink-assembly-0.1.0-SNAPSHOT.jar /downstream/System/CPU_Usage --broker https://localhost:8443/conn

Permission note

Starting with Cisco Kinetic Edge and Fog Processing Module 1.2.1, permission feature is enable by default for new installation. With such default permission setting, broker permits nothing to DSLink connected from external host. This is inconvenient when you run broker in a Docker container and you run your DSLink under development on host OS or another Docker container. To make broker permissive for external DSLink, you have to change server.json.

There is two simple way to permit everything for external DSLink. One is making "defaultPermission" empty.

"defaultPermission": null

The other way is changing value of "default" entry "config" from "none".

"defaultPermission": [
  [":config","config"],
  [":write","write"],
  [":read","read"],
  [":user","read"],
  [":trustedLink","config"],
  ["default","config"]

Note that the above is not recommended permission for production.

dslink-scala-simple-subscriber's People

Contributors

nshimaza avatar

Watchers

James Cloos avatar

Forkers

kazukit

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.