Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Pete McNeil ff7021c1f7 update readme il y a 4 ans
CodeDweller @ 57459a5d9a Added basic structure and submodules il y a 4 ans
SNFMulti @ e6abbbf39e Tweaked RuntimeCheck in GBUdb il y a 4 ans
SNFServer Version Number Change. il y a 9 ans
bin Added basic structure and submodules il y a 4 ans
.gitignore Put .vscode in .gitignore il y a 4 ans
.gitmodules Added basic structure and submodules il y a 4 ans
install-newer-g++.sop Added SOPs for upgrading g++ and libs il y a 4 ans
makefile Removed make static option because dangerous il y a 4 ans
readme.md update readme il y a 4 ans
upgrade-c++-libs.sop Added SOPs for upgrading g++ and libs il y a 4 ans

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

20200618_M

  • Cleaned up all warnings in the build with the latest g++
  • Added SOP for installing the latest g++ in ubuntu
  • Added SOP for upgrading libstdc++6 on target ubuntus

20200617_M

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