Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Pete McNeil c0b3894566 Tweaked RuntimeCheck in GBUdb 4 роки тому
CodeDweller @ 57459a5d9a Added basic structure and submodules 4 роки тому
SNFMulti @ e6abbbf39e Tweaked RuntimeCheck in GBUdb 4 роки тому
SNFServer Version Number Change. 9 роки тому
bin Added basic structure and submodules 4 роки тому
.gitignore Put .vscode in .gitignore 4 роки тому
.gitmodules Added basic structure and submodules 4 роки тому
makefile Removed make static option because dangerous 4 роки тому
readme.md Filled out the basics in the readme 4 роки тому

readme.md

SNFServer is a basic Message Sniffer “service” that provides scanning via the XCI protocol. The most common way to use it is with SNFClient, but you can also build your own software to call the XCI endpoint directly. Generally, the client makes a tcp connection, tells SNFServer where the message file is, and gets back a scan result… all in simple XML.

Changelog / Journal

20200617_M

  • Set up the readme.md file
  • Set up basic build structures for “the new way” of making all things SNF.