Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Pete McNeil 7c1cf57bc0 added make file 4 år sedan
CodeDweller @ 57459a5d9a Added basic structure and submodules 4 år sedan
SNFMulti @ a81ce5f3e8 Added basic structure and submodules 4 år sedan
SNFServer Version Number Change. 9 år sedan
bin Added basic structure and submodules 4 år sedan
.gitignore Added basic structure and submodules 4 år sedan
.gitmodules Added basic structure and submodules 4 år sedan
makefile added make file 4 år sedan
readme.md Filled out the basics in the readme 4 år sedan

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.