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.

преди 4 години
преди 4 години
преди 4 години
преди 4 години
преди 4 години
преди 4 години
преди 4 години
1234567891011121314151617181920212223242526272829
  1. SNFServer is a basic Message Sniffer "service" that provides scanning via the XCI protocol.
  2. The most common way to use it is with SNFClient, but you can also build your own software to
  3. call the XCI endpoint directly. Generally, the client makes a tcp connection, tells SNFServer
  4. where the message file is, and gets back a scan result... all in simple XML.
  5. # Changelog / Journal
  6. ## 20200618_M
  7. - Cleaned up all warnings in the build with the latest g++
  8. - Added SOP for installing the latest g++ in ubuntu
  9. - Added SOP for upgrading libstdc++6 on target ubuntus
  10. Additional note: Using RESTsnf as a test jig measured throughput at 8064/minute.
  11. However, this was only a single data point so only gives us a ballpark, and
  12. most systems operate at least 2 orders of magnitude below this message rate.
  13. Using the same test jig measured 7960/minute throughput with saccades off.
  14. Allowed the torture test to run so newer data would be in play and after 5 minutes
  15. measured 7806/minute. Here are a few more numbers:
  16. 2113 7279.7
  17. 2114 6084.89
  18. Conclusion is that performance penalty for disabling saccades is not significant.
  19. ## 20200617_M
  20. - Set up the readme.md file
  21. - Set up basic build structures for "the new way" of making all things SNF.