Coder Social home page Coder Social logo

Comments (5)

heosooho avatar heosooho commented on May 27, 2024
  1. 웹서버를 Node.js로 구현
  2. 웹서버와 Realm DB 연동 구현
  3. 최종 아두이노 와 app간의 통신을 위한 웹서버 완성
  4. 진행상황:에코서버 구현 & Realm 설치

from activity-capstonedesignproject-2.

Coldy24 avatar Coldy24 commented on May 27, 2024

Objective

  1. Build Web server at Raspberry-Pi with Node.js
  2. Getting sensor data as Bluetooth with Python
  3. Send appropriate Information(Data, Alarm)
  4. Get any control information(ex. Philips Hue control...)

Progress : Build Eco Server & Realm Database Install

from activity-capstonedesignproject-2.

heosooho avatar heosooho commented on May 27, 2024

진행상황: 측정 데이터 Json &Realm구조 정의 ,서버 구현

from activity-capstonedesignproject-2.

Coldy24 avatar Coldy24 commented on May 27, 2024

Realm DB 폐기, SQLite DB 사용

from activity-capstonedesignproject-2.

Coldy24 avatar Coldy24 commented on May 27, 2024

-웹서버에서 /get~~을 통해 JSON으로 최근 30개 데이터 전송
-아두이노에서 TCP 연결을 통해 웹서버로 데이터 전송
-아두이노 이벤트 발생시, TCP연결 포트번호 8080을 통해 웹서버로 전송, 웹서버는 이벤트 발생 인지시 포트번호 8090에 연결되어있는 모바일 클라이언트들에게 값 전송
-모바일 이벤트 발생시, TCP연결 포트번호 8090을 통해 웹서버로 전송, 웹서버는 이벤트 발생 인지시 포트번호 8080에 연결되어있는 아두이노 클라이언트들에게 값 전송

from activity-capstonedesignproject-2.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.