Go to file
James Pace 96e419c12c Cleanup. 2021-11-18 02:58:31 +00:00
include/jwp-plugin Cleanup. 2021-11-18 02:58:31 +00:00
src Cleanup. 2021-11-18 02:58:31 +00:00
test Cleanup. 2021-11-18 02:58:31 +00:00
.gitignore Initial iteration of plugin. 2021-11-08 00:47:39 +00:00
CMakeLists.txt Cleanup. 2021-11-18 02:58:31 +00:00
README.md Cleanup. 2021-11-18 02:58:31 +00:00
external-deps.cmake Move hack to external-deps.cmake. 2021-11-08 04:33:25 +00:00

README.md

Dependencies

sudo apt install mosquitto-dev g++ cmake libmosquitto-dev mosquitto-clients sudo apt install openssl libssl-dev

Generating Ed25519 Keys for Testing

openssl genpkey -algorithm Ed25519 -out priv.key openssl pkey -in priv.key -pubout > pub.key