MrStanana / NotificationServer

Modular Notification Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotificationServer

Modular Notification Server

Introduction

Allows multiple users to access notifications from language-independent distributed modules. Also allows remote control.

Servers

Control server: receives control commands, such as shutdown. User server: accepts connections from user applications. Module server: receives data from external modules, to store and later redistribute to users.

All communication is authenticated and done using secure tunnels.

External Libs

cJSON, SQLite/MySQL, crypto

About

Modular Notification Server

License:GNU General Public License v3.0


Languages

Language:C 98.6%Language:Makefile 1.0%Language:C++ 0.4%