Current SDK and Module Map #3
SecureNetWizard
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'll help reorganize the module table discussion into a clearer format:
Sly Technologies SDK Architecture
This document provides a comprehensive overview of our SDK module structure. Our architecture is designed with modularity, clear dependencies, and extensibility in mind.
Core Foundation
The
platform-sdk
provides foundational support for all SDKs:Wrapper SDKs
These SDKs provide Java interfaces to specific network technologies:
jnetpcap-sdk
Native libpcap integration:
jnetworks-sdk (Coming Q1 2025)
High-performance multi-CPU packet processing:
Functional SDKs
These SDKs provide specific networking capabilities:
protocol-sdk
Extensive protocol support:
blockchain-sdk (Coming Q1 2025)
Advanced blockchain protocol analysis and monitoring:
Key features:
intelligence-sdk (Coming Q1 2025)
Advanced network analytics using ML/AI:
ML/AI Capabilities:
Protocol Analysis
Security Analytics
Blockchain Intelligence
Telecom Analytics
Mobile Network Analysis
The intelligence-sdk leverages modern ML/AI techniques including:
This enables:
Package Naming Convention
com.slytechs.jnet
com.slytechs.jnet.[sdk-name].sdk
com.slytechs.jnet.[sdk-name].[module]
jnetpcap-wrapper
usesorg.jnetpcap
for legacy compatibilityUpcoming Examples
We'll be posting implementation examples demonstrating:
Feel free to ask questions about specific modules or implementation details.
Complete Module Reference
Here is a complete module structure:
Beta Was this translation helpful? Give feedback.
All reactions