Posts

Submission Lab Java 2024

Submission Lab Programming CSF3034 KMA K2 ( Profesor Madya Ts. Dr. Amir bin Ngah )  Lab 1 https://forms.gle/kVC8oowqoMNTX2dg7 Lab2 https://forms.gle/7Q8kH3v9FfxoWD74A Lab3 https://forms.gle/SLSkmu3Wzw2Wjxxs5 Lab 4 https://forms.gle/sBRaXXWzcuatfUPJ8 Lab 5 https://forms.gle/UtM4b9c9HnjtXW1t8 Lab 6 https://forms.gle/mqxxQdKeKT4VVR2H8 Lab 7 https://forms.gle/sduyG2GXgj5hqFDU6 Lab 8 https://forms.gle/zaUb93RuFCQLbN1g8 Lab 9 https://forms.gle/efcQzixxnm8ADRnJ7 Lab 10 https://forms.gle/64jjE6sS2guB692g7

Resubmit Lab Test Java

 https://docs.google.com/forms/d/e/1FAIpQLSdKXyyIioRYCbHKbqGWqNHZWBvOfX667mYE6w_8lg5JPrGt0g/viewform?usp=dialog

Step IOT Lab Module 6 lab 5

Utk module 6 lab 5 start dari step 19 boleh rujuk ni ye:  https://www.mathworks.com/ help/thingspeak/use-desktop- mqtt-client-to-publish-to-a- channel.html

iot MQTT MIT APP Inventor

Image
 

Modul IOT Favoriot

 https://myunitechsolution.com/nextcloud20/index.php/s/A98GGKPHn6b9Q63

websocketclient javascript

 <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>WebSocket Screenshot Viewer</title> </head> <body>     <h1>WebSocket Screenshot Viewer</h1>     <div id="status">Status: Not connected</div>     <img id="screenshot" alt="Screenshot will appear here" style="max-width: 100%; margin-top: 20px;">     <script>         const serverUrl = "ws://192.168.31.53:12345"; // Update with the correct server URL if needed         const statusDiv = document.getElementById("status");         const screenshotImg = document.getElementById("screenshot");         // Initialize the WebSocket connection         const socket = new WebSocket(serverUrl...