Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 623 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 623 Bytes

RaspmeIOT

An Internet of Things app for controlling all household eletrical devices.
Thus, Enabling wireless mobile based control of appliances in a domestic setting.

The code in this repository is only of Android and not the backend.
Backend consists of a raspberry pi running Django server, and a main server also running Django server.

Their are 4 java activity files

  • HomeActivity.java
  • SignUpActivity.java
  • SignInActivity.java
  • MainActivity.java
and their are 4 corresponding xml files.

Java files uses REST APIs to communicate with the Django server.