Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Pete McNeil 9e620a69b8 implemented static target in makefile, but there are warnings 4 anos atrás
CodeDweller @ 57459a5d9a Added basic structure and submodules 4 anos atrás
SNFMulti @ 978f01d630 Worked through all warnings 4 anos atrás
SNFServer Version Number Change. 9 anos atrás
bin Added basic structure and submodules 4 anos atrás
.gitignore make file that works 4 anos atrás
.gitmodules Added basic structure and submodules 4 anos atrás
makefile implemented static target in makefile, but there are warnings 4 anos atrás
readme.md Filled out the basics in the readme 4 anos atrás

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.