Metadata-Version: 2.4
Name: rsm_ping
Version: 1.0.3
Summary: Resonant Stillness Monitor - Open Edition (network jitter metrics S/H/D/R)
Author: Freedom (Damjan Zakelj)
License: 
                                      Apache License
                                Version 2.0, January 2004
                             http://www.apache.org/licenses/
        
        Copyright 2025 Freedom (Damjan)
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Dynamic: license-file

﻿# RSM-Ping Pro (SDK Edition)
**Resonant Stillness Monitor – Pro / SDK Edition (Proprietary)**

## Overview
`RSM-Ping Pro` extends the open version with advanced features:
- **--live** – Real-time plotting and measurement
- **--export-json** – Structured metric output for ROC / ISM-X integration
- **--sdk-key / --webhook** – Hooks for licensing and telemetry (reserved)

Metrics:
- S: Stillness (variance stability)
- H: Spectral entropy (frequency focus)
- D: Autocorr decay (temporal persistence)
- R: Resonant score (harmonic coherence)

## Quick Start
```bash
pip install matplotlib numpy
python rsm_ping_pro.py --mode synthetic --simulate resonant --count 200 --live 1 --export-json 1
```

Outputs:
- CSV + JSON results
- Live display or static PNG
- Optional SDK hooks for licensed agents

## Harmonic Signature Protocol
```json
{
  "omega": 6.0,
  "phi": 1.047,
  "gamma": 0.0,
  "intent": "resonant_network_stillness_pro",
  "author": "Damjan Žakelj"
}
```

## License
Harmonic Logos SDK License © Damjan Žakelj, 2025
All rights reserved.
