Skip to main content

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

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

  1. Fork the repository
  2. Create a feature branch
  3. Add tests for new functionality
  4. Ensure all tests pass
  5. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ultrasonic_agentics-1.0.1.tar.gz (205.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ultrasonic_agentics-1.0.1-py3-none-any.whl (634.6 kB view details)

Uploaded Python 3

File details

Details for the file ultrasonic_agentics-1.0.1.tar.gz.

File metadata

  • Download URL: ultrasonic_agentics-1.0.1.tar.gz
  • Upload date:
  • Size: 205.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for ultrasonic_agentics-1.0.1.tar.gz
Algorithm Hash digest
SHA256 52963ad78a7befc3a59c91da74411ee6d54ce469c1339b4c5c675cef3896c4e3
MD5 b56d315e5c46028e44eaee55060144fa
BLAKE2b-256 61b3c55a0b74d99278212a4784b7ec4f99219929c2dd25a7d18b0dfb7b9a9fba

See more details on using hashes here.

File details

Details for the file ultrasonic_agentics-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ultrasonic_agentics-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 645faed6e9477960242efdfcbc25b9ba6caa427fd07dc84505d9a35311610f43
MD5 5503e9382a4cd5f2350f6be664a48c26
BLAKE2b-256 3499dad4a5b7722ad4fe57b1c9629d6121a8839399140634136015cd042ed45e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page