DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

feat(Endpoint): Implement interactive shell #758

Closed splasky closed 3 years ago

splasky commented 4 years ago

This commit implement the engineering shell for mangOH Red. To start the shell on mangOH Red. Run "app runProc shell shell", or "app start shell". The engineering shell will listen on the /dev/ttyHS0 on the mangOH Red and communicate with the development host via UART.

Close #745