Skip to content

A ruby script that listens to the SAP multicast group and displays the parsed messages

Notifications You must be signed in to change notification settings

markuscraig/Ruby-Multicast-SAP-Listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Ruby Multicast SAP Listener

Ruby script that listens to the Session Announcement Protocol (SAP) multicast group, parses the binary SDP header and text body, and displays the received datagram.

Requires the 'BinData' Ruby gem for declarative parsing of the binary data.

$ gem install bindata
$ chmod +x sap_listener.rb
$ ./sap_listener.rb

About

A ruby script that listens to the SAP multicast group and displays the parsed messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages