xaptum / xtt

A C implementation of the Trusted Transit protocol for securing Internet of Things (IoT) network traffic. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
https://www.xaptum.com
Apache License 2.0
5 stars 5 forks source link

Delete examples and update README #90

Closed kathrynfejer closed 5 years ago

kathrynfejer commented 5 years ago

Deletes example functions since they have been replaced by the xtt tool, but keeps the agreed upon example data-see #77. Also updates the README to reflect how users can run the client and server handshake using the tool.

I am not sure if we wanted to wait for this until after #63 had been ironed out.

Fixes #77

zanebeckwith commented 5 years ago

I really like the changes. My only thought is to shrink the command line params in the examples. Let's rename the section Usage to Command Line Tool, remove the old usage stuff (the include and the TODO), and just mention after the paragraph about -DBUILD_TOOL=ON that example configuration data is available in the data directory. Then, we can, for example, shorten the runclient to

xtt runclient -r <server id file> -d <gpk file> -c <credential file> -k <secret key file> -k <basename file>

What do you think?

zanebeckwith commented 5 years ago

Looks good! Thanks!