Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Pete McNeil 9e620a69b8 implemented static target in makefile, but there are warnings pirms 4 gadiem
CodeDweller @ 57459a5d9a Added basic structure and submodules pirms 4 gadiem
SNFMulti @ 978f01d630 Worked through all warnings pirms 4 gadiem
SNFServer Version Number Change. pirms 9 gadiem
bin Added basic structure and submodules pirms 4 gadiem
.gitignore make file that works pirms 4 gadiem
.gitmodules Added basic structure and submodules pirms 4 gadiem
makefile implemented static target in makefile, but there are warnings pirms 4 gadiem
readme.md Filled out the basics in the readme pirms 4 gadiem

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.