Skip to content

sipcapture/hepsub-voipmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hepsub-voipmonitor

HEP Pub-Sub Client for OSS Voipmonitor Sniffer

What?

HOMER as a User Interface to VoipMonitor? That's almost right! This project implements a simple, dummy NodeJS API on top of the VoipMonitor database and offers insecure hooks to it through the HEP Pub-Sub chain interacting with the HOMER User Interface.

Usage

A docker container including API + VoipMonitor Sniffer is provided for convenience and testing.

docker-compose up -d
docker run --name voipmonitor --cap-add=NET_ADMIN --network=host -d sipcapture/hepsub-voipmonitor

Node API

See /app folder