Skip to content

klx3300/zhwkcollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zhwkcollector

Collect something from somewhere to elsewhere..?

Configuration File

JSON-encoded map<string,string>

Must-have sections are:

  • NotificationSave
  • ServiceSave
  • ListenPort
  • Timeout (in milliseconds, number written in string)
  • FetchSymKey (at most 32 bytes, will trunc if larger)
  • CallbackSymKey
  • ControlSymKey
  • ServicePollSymKey
  • AESIV (must equal to the blocksize of AES. will be defaulted to repeating "IVECTOR" if not specified)
  • AcceptBareConn ("true" or "false", unmatched will be treated as "false")

Run

$ ./zhwkcollector <config-file>

Change Logs

  • 0.1 Basic functions completed. Not recommended to use at production environments.

About

Collect something from somewhere to elsewhere..?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages