Tutoriel d’installation du serveur de messagerie pair à pair dédié aux produits EviCard.

Note de version : 1.0
Dernière mise à jour : 2018-03-26
Langue : Node.js
Solution compatible : EVICARD NFC

This project is a lightweight open-source messaging server where the message packets are sent with a timer. A periodical script removes all the pending messages when their timers reach 0.

Prerequisites

Running

Usage

Inside docker container:

  • Start the messaging server : npm run start
  • Start the test client : npm run test
  • Remove all database entries : node cleandb

View logs

  • docker exec -ti evilock-nfc-messaging /bin/bash
  • tail -1000f /var/log/messaging-server/messagingServer.log

Link access site : https://bitbucket.org/freemindtronic/evilock-nfc-private-messenger-server