-
i would love to see [netjson](http://netjson.org/)-support in hopglass-server :)
egon0 updated
7 years ago
-
The `to_dict` and `to_json` methods shall be made compliant with [NetJSON DeviceMonitoring](https://netjson.org/rfc.html#name-devicemonitoring).
-
Not sure if this is the best place to comment on the RFC, but I see that for key names there are only primitive JSON types specified. Wouldn't it be better if a JSON schema type with JSON schema forma…
mitar updated
8 years ago
-
As the JSON plugin in SCAL can't provide support for [NetJSON](http://netjson.org) schema, we can extend the SCAL APIs to any object in the form of JSON.
1. Publish NetJSON schema as different objec…
-
Available keys and defaults v8.3
```ini
netconf.1.autoip.status # from netjson proto: dhcp
netfconf.1.autoneg=enabled # automatic ethernet speed negotiation
netconf.1.devname # from netjson
net…
-
While JSON schema is useful to validate if the JSON is of valid structure and types, JSON-LD allows one to assign semantic values to the JSON properties. This allows then even greater interoperability…
mitar updated
8 years ago
-
Keys to evaluate with proposed defaults
```ini
wireless.1.l2_isolation=disabled
wireless.1.mac_acl.policy=allow
wireless.1.mac_acl.status=disabled
wireless.1.mcast.enhance=0
wireless.1.rate.au…
-
Keys to evaluate
```ini
radio.1.ack.auto
radio.1.ackdistance
radio.1.acktimeout
radio.1.antenna.gain
radio.1.antenna.id
radio.1.chanbw # from netjson
radio.1.countrycode
radio.1.cwm.enable
…
-
I can't find a way to use variables for integer fields like wifi channels.
Either it is non-conforming json or it doesn't fit the schema.
-
The _netjson_networkgraph function is used to generate a NetJSON NetworkGraph.
https://github.com/openwisp/netdiff/blob/master/netdiff/utils.py#L127
Right now it is more like an internal functio…