De Les Fabriques du Ponant
|
|
(Une révision intermédiaire par le même utilisateur non affichée) |
Ligne 1 : |
Ligne 1 : |
− | ça marche pas encore !! patience
| |
− | ==Test 2==
| |
− | <html>
| |
− | <script src="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.min.js" type="text/javascript"></script>
| |
− | </html>
| |
− | ==test 1==
| |
− | <html>
| |
− | <!DOCTYPE html>
| |
− | <html>
| |
− | <head>
| |
− | <meta charset="utf-8" />
| |
− | <title>Example</title>
| |
− | <script src="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.js" type="text/javascript"></script>
| |
− |
| |
− | </head>
| |
− | <body>
| |
− | <button id="button">Envoie un pokou</button>
| |
| | | |
− | <script>
| |
− | const client = mqtt.connect('ws://poclpokou:pokou@debrouillards.ddns.net', {
| |
− | clientId: 'WikiTestDemo'
| |
− | });
| |
− |
| |
− | client.on('connect', function() {
| |
− | console.log('connected!');
| |
− | client.subscribe('/Poke');
| |
− | });
| |
− |
| |
− | client.on('message', function(topic, message) {
| |
− | console.log(topic + ': ' + message.toString());
| |
− | });
| |
− |
| |
− | document.querySelector('button').addEventListener('click', function() {
| |
− | client.publish('/Poke', 'pokou');
| |
− | });
| |
− | </script>
| |
− | </body>
| |
− | </html>
| |
Version actuelle datée du 24 décembre 2021 à 12:31