Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.12 KB

README.md

File metadata and controls

51 lines (39 loc) · 2.12 KB

Home Automation System

Welcome to the Home Automation System project. This system allows you to control and monitor various aspects of your home through a user-friendly interface. The Home Automation System is designed to make your home smarter and your life easier. With this system, you can control lights, temperature, security systems, and more, all from a central interface.

Features

  • User Authentication: Secure login with username and password.
  • Device Control: Manage lights, thermostats, and other connected devices.
  • Monitoring: Real-time monitoring of home sensors and cameras.
  • Scheduling: Set schedules for automated tasks.
  • Remote Access: Control your home from anywhere via the internet.

Installation

To install and run the Home Automation System locally, follow these steps:

Clone the repository

git clone https://github.com/knightfiury/Home-Automation-System.git
cd Home-Automation-System

Navigate to the bin directory and compile the Java files

cd bin
javac ../src/*.java

Run the application

java Main

Usage

To enter the system, use the following credentials
Username: a
Password: a
After logging in, you will have access to the main dashboard where you can control and monitor your home devices.
You can also change the credentials in settings (option 10).
The new credentials will be used for login.

Contributing

We welcome contributions to improve the Home Automation System. If you have suggestions or improvements, please fork the repository and create a pull request. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.