Steganography framework for ultrasonic agentic command transmission
Project description
Ultrasonic Agentics
A comprehensive steganography framework for embedding and extracting agentic commands in audio and video media using ultrasonic frequencies. This project provides tools for covert communication and command transmission through multimedia channels.
Features
- Ultrasonic Audio Encoding/Decoding: Embed and extract commands in high-frequency audio ranges
- Video Steganography: Hide data in video frames using LSB techniques
- Cryptographic Security: Built-in encryption for secure command transmission
- RESTful API: HTTP server for remote encoding/decoding operations
- Calibration System: Automatic frequency calibration for optimal transmission
- Comprehensive Testing: Full test suite with pytest framework
Installation
From PyPI (Recommended)
pip install ultrasonic-agentics
From Source
git clone https://github.com/yourusername/ultrasonic-agentics.git
cd ultrasonic-agentics
pip install -e .
Quick Start
Basic Usage
from ultrasonic_agentics import UltrasonicEncoder, UltrasonicDecoder
# Encode a command
encoder = UltrasonicEncoder()
audio_data = encoder.encode("execute:status_check")
# Decode the command
decoder = UltrasonicDecoder()
command = decoder.decode(audio_data)
print(f"Decoded: {command}")
API Server
# Start the API server
python -m ultrasonic_agentics.server
# Encode via API
curl -X POST http://localhost:8000/encode \
-H "Content-Type: application/json" \
-d '{"command": "execute:status_check"}'
Documentation
- User Guide - Comprehensive usage instructions
- API Reference - Complete API documentation
- Advanced Usage - Advanced features and configurations
- Examples - Code examples and tutorials
Project Structure
ultrasonic_agentics/
├── crypto/ # Encryption and security modules
├── embed/ # Encoding implementations
├── decode/ # Decoding implementations
├── server/ # HTTP API server
├── tests/ # Test suite
├── docs/ # Documentation
└── examples/ # Usage examples
Requirements
- Python 3.8+
- NumPy
- SciPy
- librosa
- opencv-python
- cryptography
- fastapi
- uvicorn
Testing
# Run all tests
pytest
# Run with coverage
pytest --cov=ultrasonic_agentics
# Run specific test categories
pytest tests/test_ultrasonic_encoder.py
Contributing
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass
- Submit a pull request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Security Notice
This tool is designed for legitimate research and authorized testing purposes. Users are responsible for complying with applicable laws and regulations regarding steganography and covert communications.
Acknowledgments
- Built using modern Python steganography techniques
- Inspired by research in ultrasonic communication systems
- Designed for integration with agentic AI systems
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ultrasonic_agentics-1.0.0.tar.gz.
File metadata
- Download URL: ultrasonic_agentics-1.0.0.tar.gz
- Upload date:
- Size: 201.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
225bafe58189e6893df4c07035cb0b9fe8655c890ea9566bd8dfa462720eb75a
|
|
| MD5 |
2aacd981788d91c0f570e31439ec45a2
|
|
| BLAKE2b-256 |
9d85b9e5c5cb4654e34264a7fc854d7d1fdda82cc2fb3f403f716346650fef13
|
File details
Details for the file ultrasonic_agentics-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ultrasonic_agentics-1.0.0-py3-none-any.whl
- Upload date:
- Size: 627.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09c64a239e934078b1fd351dbf3e32459d4ab61c59913e79e20a1db15f6cb4d8
|
|
| MD5 |
a6e252ca131e024f81ad77bd399860eb
|
|
| BLAKE2b-256 |
58299afbfc1c51025e8cc63ac3110d24e582d040c9a28e0b70929fbcd50b30e0
|