codelyokop / SimSig-Panel-Interface

python 3 version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimSig Panel Interface

Various Files for Interfacing SimSig with a Real Panel Interface See http://www.simsig.co.uk for what SimSig is all about.

See here for the Interface Gateway documentation on the SimSig Wiki.

Basic Interface Gateway

This is used to connect to, and recieve messages from the SimSig interface gateway. This does nothing with the messages other than display them through standard output. It shows you how you can make a simple interface gateway, and allows you to see the types of messages that can be output.

In order to use this you will need the STOMP libary for Python

This is the basis of the Interface Gateway that is used elsewhere in the project.

#Basic Gateway Input Connection

This is used to connect to, and send messages to a SimSig server. This sets up the connection, by sending a connect message to the server, then returns the socket connection, and a message advising if the message was succesfull or not.

This is the basis of the connection used elsewhere in the project.

This project is converting the old python 2.7 to the updated python 3. Currently no changes have been made but a changelog will be kept for each commit

About

python 3 version


Languages

Language:Python 100.0%