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.0.tar.gz (201.6 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.0-py3-none-any.whl (627.2 kB view details)

Uploaded Python 3

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

Hashes for ultrasonic_agentics-1.0.0.tar.gz
Algorithm Hash digest
SHA256 225bafe58189e6893df4c07035cb0b9fe8655c890ea9566bd8dfa462720eb75a
MD5 2aacd981788d91c0f570e31439ec45a2
BLAKE2b-256 9d85b9e5c5cb4654e34264a7fc854d7d1fdda82cc2fb3f403f716346650fef13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ultrasonic_agentics-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 09c64a239e934078b1fd351dbf3e32459d4ab61c59913e79e20a1db15f6cb4d8
MD5 a6e252ca131e024f81ad77bd399860eb
BLAKE2b-256 58299afbfc1c51025e8cc63ac3110d24e582d040c9a28e0b70929fbcd50b30e0

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