You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pete McNeil ff7021c1f7 update readme преди 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 години
install-newer-g++.sop Added SOPs for upgrading g++ and libs преди 4 години
makefile Removed make static option because dangerous преди 4 години
readme.md update readme преди 4 години
upgrade-c++-libs.sop Added SOPs for upgrading g++ and libs преди 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

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.