Pinned Repositories
fledge
An open source platform for the Industrial Internet of Things, it acts as an edge gateway between sensor devices and cloud storage systems.
fledge-filter-fft
A Fledge processing filter plugin that calculates a Fast Fourier Transform across sensor data
fledge-gui
A web based graphical interface for Fledge
fledge-north-iec104
A Fledge north plugin for sending data using the IEC-104 protocol.
fledge-pkg
Fledge packaging scripts
fledge-south-coral-enviro
A south plugin for the Google Coral Environmental Sensor Board
fledge-south-iec104
A south plugin to gather data using the IEC 104 protocol.
fledge-south-mqtt
Fledge South MQTT Subscriber Plugin
fledge-south-mqtt-sparkplug
A Fledge south plugin that implements the Sparkplug API over MQTT
fledge-south-opcua
A Fledge south service that pulls data from an OPC-UA server
fledge-iot's Repositories
fledge-iot/fledge
An open source platform for the Industrial Internet of Things, it acts as an edge gateway between sensor devices and cloud storage systems.
fledge-iot/fledge-gui
A web based graphical interface for Fledge
fledge-iot/fledge-south-mqtt
Fledge South MQTT Subscriber Plugin
fledge-iot/fledge-pkg
Fledge packaging scripts
fledge-iot/fledge-south-mqtt-sparkplug
A Fledge south plugin that implements the Sparkplug API over MQTT
fledge-iot/fledge-south-opcua
A Fledge south service that pulls data from an OPC-UA server
fledge-iot/fledge-filter-rename
A Fledge processing filter that is used to modify the name of an asset, datapoint or both.
fledge-iot/fledge-north-azure
A north plugin that sends data to Microsoft Azure IoT Hub device
fledge-iot/fledge-north-opcua
A north plugin for Fledge that makes it act as an OPC-UA server for the data it reads from sensors
fledge-iot/fledge-filter-asset
A Fledge processing filter that is used to block or allow certain assets to pass onwards in the data stream
fledge-iot/fledge-service-notification
Fledge notification service. A micro service for the Fledge project that sends notifications.
fledge-iot/fledge-south-s2opcua
An OPC UA south plugin based on the Systerel S2OPC OPC UA Toolkit. This plugin offers similar functionality to the fledge-south-opcua plugin but also offers data encryption and authentication.
fledge-iot/fledge-filter-log
A Fledge filter that converts the readings data to a logarithmic scale. This is the example filter used in the plugin developers guide.
fledge-iot/fledge-filter-metadata
A Fledge processing filter plugin that adds metadata to the readings in the data stream
fledge-iot/fledge-filter-replace
Filter to replace characters in the names of assets and data points in readings object.
fledge-iot/fledge-north-opcuaclient
A north plugin for Fledge that sends data with OPC UA Client to an OPC UA Server
fledge-iot/fledge-north-s7-python
fledge-north-s7-python repository
fledge-iot/fledge-notify-control
Allows a notification to call a control operations via the dispatcher service.
fledge-iot/fledge-notify-customasset
A Fledge notification delivery plugin that creates an event asset in readings.
fledge-iot/fledge-notify-mqtt
A notification delivery plugin that sends messages via MQTT when a notification is triggered or cleared. This is the example used in the notification delivery plugin writers guide.
fledge-iot/fledge-notify-operation
A notification delivery plugin that will cause an operation to be trigger via the set point control operation API of a south service.
fledge-iot/fledge-notify-setpoint
A fledge notification plugin that invokes a set point operation on a south service.
fledge-iot/fledge-rule-delta
A notification rule plugin that triggers if the value of a datapoint is more than a prescribed percentage different from the currently observed delta for that data point
fledge-iot/fledge-rule-watchdog
Notification rule designed to be triggered if data for a given asset is not ingested for a period of time.
fledge-iot/fledge-service-dispatcher
Dispatcher service is responsible for dispatching control messages between Fledge services.
fledge-iot/fledge-south-csvplayback
Plays a CSV at some configurable speed and each column of the file will become a datapoint of an asset using pandas library.
fledge-iot/fledge-south-dnp3
A south plugin for Fledge that implements the DNP3 protocol
fledge-iot/fledge-south-lathesim
A simulation plugin used as a demonstration to show how data can be collected within Fledge. This plugin simulates various properties of a lathe.
fledge-iot/fledge-south-randomwalk
A Fledge south plugin that returns data that with randomly generated steps
fledge-iot/fledge-south-s7-python
Read Siemens S7 PLCs data over TCP