Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.58 KB

cmd.md

File metadata and controls

30 lines (20 loc) · 1.58 KB

DarkLight Command Tools

In the tools/ directory there are binaries and libraries that aren't neccesary to run DarkLight but can make using it easier. When running make all these binaries are built, they can be built seperatley using make build_tools, after doing that they can be installed using make move_tools (sudo is required) which moves them to /sbin.


dl_client

dl_client is an executable that allows you to connect to antoher client or server to send messages. When starting it you will be asked if you want to connect to a stream by Id or name, then it's encryption info.

dlcmd

dlcmd is used for sending "DarkLight commands" to darklight_drver, it can be used to change the original configuration or interact with cns. At the current moment there is no documentation for DarkLight commands and dlcmd does not verify input. All arguments to this command are sent to darklight_driver

dlup

dlup can be used to check if the DarkLight instance you are using is working properly. This attempts to connect to the recomends server, if this is successful then DarkLight is likely working. This does not need an arguments.

new_dlukey

new_dlukey is used for getting a new DarkLight key. These keys can be used to update the darklight_driver or given to some else to start using DarkLight. These keys are displayed after they are received, they are not stored anywhere else. This does not need any arguments.