De Les Fabriques du Ponant
|
|
(6 révisions intermédiaires par le même utilisateur non affichées) |
Ligne 1 : |
Ligne 1 : |
− | ça marche pas encore !! patience
| |
− | <html>
| |
− | <!DOCTYPE html>
| |
− | <html>
| |
− | <head>
| |
− | <meta charset="utf-8" />
| |
− | <title>Example</title>
| |
− | <script src="https://unpkg.com/mqtt/dist/mqtt.min.js"></script>
| |
− | </head>
| |
− | <body>
| |
− | <button id="button">Envoie un pokou</button>
| |
| | | |
− | <script>
| |
− | const client = mqtt.connect('wss://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