DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

Implemnet CLI for setting configures #29

Closed splasky closed 4 years ago

splasky commented 4 years ago

How about using cli at the first step? I think it may be easier to implement

Originally posted by @HowJMay in https://github.com/DLTcollab/TA-endpoint/pull/26

howjmay commented 4 years ago

The original description is here https://github.com/DLTcollab/TA-endpoint/pull/26#discussion_r384253125

howjmay commented 4 years ago

We need to implement CLI interface for the following parameters.

splasky commented 4 years ago

CLI interface has already been implemented inside endpoint.c. Did you mean implement inside main.c ?

howjmay commented 4 years ago

@splasky host and port should be able to set by CLI.

splasky commented 4 years ago

Move to tangle-accelerator #577