Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Pete McNeil 63abb829b3 latest CodeDweller - all MIT license now 4 лет назад
CodeDweller @ 2c3aafcc16 latest CodeDweller - all MIT license now 4 лет назад
SNFMulti @ 3a4f5ea518 MANGLER to Mangler - conformity 4 лет назад
SNFServer namespace tidy for a clean build 4 лет назад
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 dropped inline header requirements from makefile 4 лет назад
readme.md updated readme with today's activity 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

20200622_M

  • encapsulated all codedweller in namespace codedweller
  • removed all using namespace std
  • got a clean build (saccades still commented out, but not cleanly removed)

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

Additional note: Using RESTsnf as a test jig measured throughput at 8064/minute. However, this was only a single data point so only gives us a ballpark, and most systems operate at least 2 orders of magnitude below this message rate.

Using the same test jig measured 7960/minute throughput with saccades off. Allowed the torture test to run so newer data would be in play and after 5 minutes measured 7806/minute. Here are a few more numbers:

2113 7279.7 2114 6084.89

Conclusion is that performance penalty for disabling saccades is not significant.

20200617_M

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