kuj0210 / IoT-Pet-Home-System

IoT Pet Home System by using chatting bot messenger
GNU General Public License v3.0
18 stars 1 forks source link

Reorganization READ ME #96

Closed kuj0210 closed 6 years ago

kuj0210 commented 6 years ago

main

Introduction     [project]    [module/system] Features Requirement :    [HW]       [server]       [petHome(Raspberry Pi)]    [SW]       [server]       [petHome(Raspberry Pi)] Pet House Structure Client &Server Structure How to use Notes - version information / how to get module promotion – PR in Korean and Englishfor user LICENSE

chatting bot

Introduction - what is this? Requirement How to get SSL installation and use procedures Introducing Internal Modules Membership Management and DB Explanation

Each subdirectory

Introducing the functions of each module

petHome

how to make house installation for Raspberry Pi sensor connection

Each subdirectory

Introducing the functions of each module

Each subdirectory style Example

Term Description

Serial :

This is a unique number for the pet home. This value is issued and managed by the DB administrator. There is no value condition, it is a string

UserKey :

This is a unique number for User.

There is no condition, and it is a unique value issued directly by each messenger to distinguish or PUSH the user.

Module select

  userFromSerial(Serial)

       input: Serial(str) , output UserKey(str)        Description: Get the UserKey from Serial with the query statement referenced in DB

  userFromEmail(Email)

       input: Email(str) , output UserKey(str)        Description: ....

Module delete

  userFromUserKey(userKey)

...

beta1360 commented 6 years ago

Chatting Bot part was complete.