uplink icon indicating copy to clipboard operation
uplink copied to clipboard

Utility to receive commands from and efficiently send data to an IoT Backend

Results 6 uplink issues
Sort by recently updated
recently updated
newest added

Closes # ### Changes ### Why? There might be a requirement in the system to disable the downloader in order to prefer other network access events on the system that...

Closes # ### Changes Action mid execution should be cancellable at one of two places: 1. During execution in a preemptable stage, e.g. while downloading a file(should also delete file...

Closes # ### Changes ### Why? Broker will soon send action on specifically named topics of the format: `/tenants/{tenant_id}/devices/{device_id}/actions/{action_name}` Uplink is expected to respond to these actions on special topics...

Closes # ### Changes - Adds rumqttd as on-device bus that allows multiple services to communicate with each other - Interfaces bus with uplink using a joiner that ensures data...

Closes # ### Changes ### Why? ### Trials Performed

Closes # ### Changes ### Why? ### Trials Performed ``` $ time curl -X POST http://localhost:4321/event -d "{\"stream\": \"example\", \"sequence\": 1, \"timestamp\": $(date +%s%3N) }" -H 'Content-Type: application/json' ________________________________________________________ Executed...