mjovanc / hugin-cli

A CLI based private chat application. Powered by the Kryptokrona Blockchain.
Other
18 stars 1 forks source link

Implement program arguments #21

Open mjovanc opened 1 year ago

mjovanc commented 1 year ago

List of these exists in README.

mjovanc commented 1 year ago

By using this, we can easily create scripts that use Hugin CLI to send batch messages to be able to test the network from a given file format (if we don't want to use JS/TS for wallet backend js or directly to a node). Fileformats suggested are XML, JSON and CSV. But there might be others.

mjovanc commented 1 year ago

It will probably be a huge difference in performance for large files using this I suppose since it will be compiled C code rather than higher level languages with less computation power.