Posts

Showing posts from 2024

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...

Module Database

 Link to Module Database Lab 4 https://myunitechsolution.com/nextcloud/index.php/s/pkSN57e6ZQWpaYL Lab 5 https://myunitechsolution.com/nextcloud/index.php/s/GxtSSkZB8DM5RTb lab6 https://docs.google.com/document/d/1WIM_8JLVDxGNK1mTl2nQ_3RvdsdVpaaA/edit?usp=sharing&ouid=114277968274457984202&rtpof=true&sd=true

Screen Share Software Java

 server version 1(send screen) https://myunitechsolution.com/nextcloud20/index.php/s/fnLgsXJoQbEnpKG server version 2 (websocket) https://myunitechsolution.com/nextcloud20/index.php/s/bEDRcYJTYoLwgp4 https://myunitechsolution.com/nextcloud20/index.php/s/KmH6qm7zMz3CzfA Client (receive strem for server version 1) https://myunitechsolution.com/nextcloud20/index.php/s/5aDM6e7SdQfnAJG Lab Client App https://myunitechsolution.com/nextcloud/index.php/s/5pPy9jDRSkEFW3n

query insert data

 INSERT INTO customer (custcode, custname, custaddr, postcode, city, state, hpno, email) VALUES  ('C001', 'John Doe', '123 Elm Street', 12345, 'Springfield', 'Illinois', '555-1234',  'john.doe@example.com'),  ('C002', 'Jane Smith', '456 Maple Avenue', 67890, 'Riverside', 'California', '555-5678',  'jane.smith@example.com'),  ('C003', 'Emily Johnson', '789 Oak Drive', 11223, 'Brooklyn', 'New York', '555-9012',  'emily.j@example.com');  INSERT INTO item (itemcode, itemdesc, itemunit, sellingprice) VALUES  ('I001', 'Widget A', 'Piece', 19.99),  ('I002', 'Gadget B', 'Pack', 29.99),  ('I003', 'Tool C', 'Set', 39.99);  INSERT INTO salesman (salesmanid, salesmanname) VALUES  ('S001', 'Michael Brown'),  ('S002', 'Sarah Taylor'...

Late Submission Lab Web Interface and Design 2024

Kepada yang tidak sempat menghantar lab report dan aktiviti mengikut tarikh yang ditetapkan sila hantar lab report dan aktiviti pada link di bawah: * Untuk Subjek Pengaturcaraan Antaramuka Berasaskan Web kelas dr Ily sahaja  https://forms.gle/77zonTUWWA9dSFX67

Mysql On Update Cascade

  In MySQL, the ON  UPDATE CASCADE  option in foreign key constraints indicates that anytime an update is made to a row in the parent table, matching rows in child tables are correspondingly updated. This  feature provides   assurance  for referential integrity and consistency of related data in a  related set of tables  without having to manage it manually. Knowing when and how to use ON  UPDATE CASCADE  is important in managing table relationships effectively and facilitating data maintenance. What is ON UPDATE CASCADE? The  ON UPDATE CASCADE  is an option that makes up a definition for a  foreign key  constraint in  MySQL . If a value in the parent table column of the  primary key   is updated, it ensures that the matching value is changed in the  foreign key  column in the  child  table. This may be done through  cascading updates , to keep relationships between related tabl...

Stream Screen Lab Computer

  ScreenStream MP3

Module Lab Web

 https://myunitechsolution.com/nextcloud/index.php/s/q6rDazXTd29fdRE lab module 4 https://myunitechsolution.com/nextcloud/index.php/s/BozgZJSpDyCy8AP

IOT Lab 2 Exercise 2

  Lab Exercise 2 Lab Exercise 2 Predicting the Weather With the Barometer Reading a barometer is simple if you know what different atmospheric pressure values indicate. To understand your barometer and how atmospheric pressure is changing, interpret readings as follows (pay attention to units): High Pressure A barometric reading over 30.20 inHg is generally considered high, and high pressure is associated with clear skies and calm weather. If the reading is over 30.20 inHg (102268.9 Pa or 1022.689 mb): Rising or steady pressure means continued fair weather. Slowly falling pressure means fair weather. Rapidly falling pressure means cloudy and warmer conditions. Normal Pressure A barometric reading in the range of 29.80 and 30.20 inHg can be considered normal, and normal pressure is associated with steady weather. If the reading falls between 29.80 and 30.20 inHg (100914.4–102268....

MODUL LAB IOT

Modul Lab IOT  https://myunitechsolution.com/nextcloud/index.php/s/ZtGRiBsr8dDnHeo Modul Lab IOT web with api https://myunitechsolution.com/nextcloud/index.php/s/ygJxk9cTCzXe756

Module lab OOP Week 7

 https://myunitechsolution.com/nextcloud/index.php/s/WxHjqqYgN6fxYaf

duty roster

 /*  * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license  * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template  */ package dutyroster; /**  *  * @author PC 48  */ public class DutyRoster {     /**      * @param args the command line arguments      */    //setiap hari hanya 3 org yg boleh cuti          int staffNumber;     int date_Start;     int staffcutiday1[][]= new int[7][3];               public void assignStaffcutibyDay(){                  //loop for each staff         int countcutiday1=0;         int countcutiday2=0;         int countcutiday3=0;         int countcutiday4=0;         int co...

Lab Network 2024

lab Module packet tracer https://myunitechsolution.com/nextcloud/index.php/s/PdenqfpLC9pag6i  Lab 3 https://docs.google.com/document/d/1wKePW0TcMn9LZL26o3_PGHxIEzuzelM5/edit?usp=sharing&ouid=110453821467437517477&rtpof=true&sd=true Lab 4 https://docs.google.com/document/d/1QshyTizoKUSwpsn6w9T7fMYAFzT7cajT/edit?usp=drivesdk&ouid=110453821467437517477&rtpof=true&sd=true  Lab5 https://drive.google.com/drive/folders/1H5e3LTKdx9rEDSrsuSewG67-Svrz35KP?usp=sharing Lab6 (lab module 7) https://myunitechsolution.com/nextcloud/index.php/s/bSeSZepBNTo6paY Lab7(lab module 6) https://myunitechsolution.com/nextcloud/index.php/s/43JmgCTy9xBYo2z Lab8 https://myunitechsolution.com/nextcloud/index.php/s/2ag95R7kiT6FTt2 Lab9 https://myunitechsolution.com/nextcloud/index.php/s/GCDw5Bnc5j95sfg Link to download Putty Download PuTTY - a free SSH and telnet client for Windows Driver serial to usb https://www.prolific.com.tw/US/ShowProduct.aspx?p_id=223&pcid=126 *install...

Module Web Application Development

Link to lab module https://myunitechsolution.com/nextcloud/index.php/s/rTqoBKmDySNWXer

Step to publish your static html web page to GitHub

  If you're looking to share your static website with the world, GitHub provides a simple and free solution through GitHub Pages. This guide will walk you through the process of deploying your static site on GitHub, making it accessible to anyone with an internet connection. GitHub Pages allows you to host static HTML, CSS, and JavaScript files directly from your GitHub repository. Whether you're showcasing a portfolio, documentation, or a personal project, GitHub Pages streamlines the deployment process. Follow the steps outlined in this guide to set up your GitHub repository, choose a publishing source, and configure your static site for seamless deployment. With just a few clicks, you'll have your static web page live and accessible on the web. click this link to download the guidelines Step to publish your static html web page to GitHub .pdf Link

BUY ARDUINO IOT SENSOR

Image
Mana yang nak beli sensor untuk iot projek boleh beli kat sini.   https://shope.ee/4AabDP9CnL?share_channel_code=1 

Link Submission Lab Test Group 2 (K2) : Dr. Rozniza Ali

Link Submission Lab Test Web Based Interface Design  https://forms.gle/KyPihxmRBS4KARzG9