gnugat / soul-me-maybe
A NetSoul client to allow internet connection at EPITECH.
Requires
- php: >=5.3.3
- monolog/monolog: ~1.3
- symfony/console: 2.3.*
- symfony/yaml: 2.3.*
- whatthejeff/fab: 1.0.*
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2022-02-01 12:21:21 UTC
README
Hey, I just met EPITECH, And this is crazy, But here's my NetSoul client, So soul me, maybe?
SoulMeMaybe is a simple client for NetSoul, a protocol used in EPITECH university allowing its students to:
- use internet;
- log their active presence;
- localize each other;
- send messages to each other.
By simply sending ping requests, SoulMeMaybe only supports the three first points and does not plan on doing more.
Installation
The installer allows you to:
- create the
SoulMeMaybe
directory; - install the project inside it;
- and configure it automatically by asking you:
- your login;
- and your password sock.
To use it, just run the following commands:
wget https://raw.github.com/gnugat/SoulMeMaybe/master/bin/install.sh
sh install.sh
Requirements
SoulMeMaybe requires:
- PHP >= 5.3.3: use of namespaces
- Git: installation, update and dependency management scripts use it
Usage and help
To run and display the help (description, commands and options available), simply use the following command:
app/console
Updates
If you have used the installer, updating SoulMeMaybe is as easy as running the following command:
bin/update.sh
Further documentation
You can find more documentation at the following links: