-
Notifications
You must be signed in to change notification settings - Fork 0
/
mqtt.html
18 lines (16 loc) · 849 Bytes
/
mqtt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/paho-mqtt/1.0.1/mqttws31.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<h1>Protocolo: MQTT</h1>
<h2>Topic: /mqtt/test </h2>
<input id="message" type="text">
<button onclick="sendMessage()">Enviar topic: /mqtt/test </button>
<script src="mqtt.js"></script>
<p>shellypro3em-08f9e0eb4dd0</p>
</body>
</html>