Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 437 Bytes

File metadata and controls

9 lines (5 loc) · 437 Bytes

Notification Server

This is a simple base implementation of a Notification Server to handle notifications from a CSE. Verification requests are always acknowledged, and notifications are just printed to the console.

The server normally listens on port 9999. This can be changed by specifying another value to the port variable at the beginning of the file.

Start the server by running the command:

	python3 notificationServer.py