Last active
August 1, 2016 12:21
-
-
Save Skyost/05f07f8c455a38318580077d552c0b2f to your computer and use it in GitHub Desktop.
Exemples de fichiers de configuration dans Projet BBQ.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<configuration> | |
<name>Salle test</name> | |
<computers> | |
<computer> | |
<name>PC 1</name> | |
<ip>192.168.0.1</ip> | |
<port>4444</port> | |
</computer> | |
<computer> | |
<name>PC 2</name> | |
<ip>192.168.0.2</ip> | |
<port>4444</port> | |
</computer> | |
<computer> | |
<name>PC 3</name> | |
<ip>192.168.0.3</ip> | |
<port>4444</port> | |
</computer> | |
</computers> | |
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<configuration> | |
<ip>192.168.0.1</ip> | |
<backlog>50</backlog> | |
<port>4444</port> | |
<time-out>10</time-out> | |
<show-tray-icon>true</show-tray-icon> | |
<uuids> | |
<uuid>f03b4a82-1791-4b25-9e37-26e10d186c95</uuid> | |
</uuids> | |
<image-type>JPG</image-type> | |
<thumbnail> | |
<height>100</height> | |
<width>100</width> | |
</thumbnail> | |
<custom-language>fr</custom-language> | |
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<configuration> | |
<room-directory>Salles</room-directory> | |
<uuid>f03b4a82-1791-4b25-9e37-26e10d186c95</uuid> | |
<add-sample>true</add-sample> | |
<refresh-interval>3</refresh-interval> | |
<time-out>10</time-out> | |
<thumbnail> | |
<height>100</height> | |
<width>100</width> | |
</thumbnail> | |
<default-messages> | |
<message>Votre PC va s'éteindre dans quelques instants.<br>Veuillez enregistrer votre activité dès à présent.</message> | |
<message>Veuillez stopper votre activitédiatement.</message> | |
</default-messages> | |
<custom-language>fr</custom-language> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment