Metadata-Version: 2.4
Name: rsm_ping
Version: 1.0.1
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 (Open Edition)
**Resonant Stillness Monitor â€” Open Source (Apache-2.0)**

RSM-Ping meri *mirnost* (stillness) omreĹľja/sistema iz RTT jitterja in izraÄŤuna 4 metrike:
- **S** (Stillness): odziv na jitter varianco (veÄŤje je bolje)
- **H** (Spectral entropy): razprĹˇenost frekvenc (niĹľja je bolje)
- **D** (Autocorr decay): hitrost razpada korelacije (niĹľja je bolje)
- **R** (Resonant score): harmoniÄŤna kompozicija SÂ·(1â’H)Â·(1â’D)

## Namestitev (pip)
```
pip install rsm_ping
```

Alternativa (lokalno iz klona):
```
pip install -r requirements.txt
python rsm_ping.py --host 8.8.8.8 --count 150 --threshold 0.01 --plot 1
```

## Primeri
Realni ping z grafom:
```
rsm-ping --host 8.8.8.8 --count 150 --threshold 0.01 --adaptive 1 --plot 1
```

SintetiÄŤni test (resonant mode):
```
rsm-ping --mode synthetic --simulate resonant --count 150 --threshold 0.01 --plot 1
```

## Izhodi
- `results/*.csv` â€” RTT in povzetek metrik
- `results/*.png` â€” 4-panel graf (RTT, jitter var, entropy/decay, R)

## Licenca
Apache-2.0 Â© Freedom (Damjan), 2025

## Harmonic Signature Protocol
```json
{
  "omega": 6.0,
  "phi": 1.047,
  "gamma": 0.0,
  "intent": "resonant_network_stillness",
  "author": "Freedom (Damjan)"
}
```
