SpaceApi / schema

SpaceAPI JSON schema files.
24 stars 14 forks source link

Add "network traffic" sensor type #60

Closed s3lph closed 4 years ago

s3lph commented 4 years ago

This PR adds a new sensor type, network_traffic, which enables the sharing of network traffic statistics other than the already present number of active connections.

gidsi commented 4 years ago

Oh, wow, i thought we already have that, weird.

Looking good so far, i would also like to propose a value for providing the networks maximum capability.

s3lph commented 4 years ago

@gidsi Having a field for the maximum available bandwidth makes sense. I'll add it.

s3lph commented 4 years ago

I implemented the provided feedback. I also remodeled the specification of the sensor to match the one of the wind sensor, as this seems to be only one that already supports multiple types of measurements per sensor.