Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.
/ TA-endpoint Public archive

Connect resource constrained endpoints with Tangle-Accelerator

License

Notifications You must be signed in to change notification settings

DLTcollab/TA-endpoint

Repository files navigation

TA-endpoint

TA-endpoint is the endpoint of tangle-accelerator. TA-endpoint would be running on a resource-constrained network connectivity module. The embedded devices can send messages to blockchain network (Tangle) with a connectivity module loaded TA-endpoint. The message would be transmitted to connectivity module through UART. Message would be encrypted and send to tangle.

Streaming Message Channel Implementation

The encrypted message would be sent to Tangle with a streaming message channel API. The streaming message channel API would ensure the order of messages in the channel. User who wants to fetch/send message to Tangle needs to provide data_id, key and protocol to identify a specific message. A message sent by TA-endpoint needs to be encrypted locally which avoids message being peeked and modified.

How to use

$ git clone --recursive https://github.com/DLTcollab/TA-endpoint 
$ make -j$(nproc)

build legato app

$ make legato

About

Connect resource constrained endpoints with Tangle-Accelerator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published