dam-management-rpi-arduino

Final Project: Upstream Node (Rpi + Arduino)

https://github.com/liza-pizza/dam-management-rpi-arduino

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Final Project: Upstream Node (Rpi + Arduino)

Basic Info
  • Host: GitHub
  • Owner: liza-pizza
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 29.3 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Citation

README.md

Steps to set up dev environment

  1. Create venv (Optional) python3 -m venv venv source venv/bin/activate

  2. Install requirements.txt

pip install -r requirements.txt

  1. Run server

python3 tcpServer.py

  1. Locations to add things

    4a. start vnc thingy

    home/pi/.bashrc

    4b. the actual server here

    /home/pi/tcpserver

    4c. add service here lol

    /etc/systemd/system/tcpserver.service

Owner

  • Name: Mohita Liza Bipin
  • Login: liza-pizza
  • Kind: user

42

Citation (CITATION.CFF)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bipin"
  given-names: "Mohita Liza"
- family-names: "Shaji"
  given-names: "Namitha"
- family-names: "Cletus"
  given-names: "Nimisha Maria"
- family-names: "Reghunath"
  given-names: "Ranjana"
- family-names: "Menon"
  given-names: "Sreerenjima"
title: "Dam-Mangament-RPi-Arduino"
version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2022-06-24
url: "https://github.com/liza-pizza/Dam-Mangament-RPi-Arduino"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • certifi ==2021.10.8
  • charset-normalizer ==2.0.12
  • idna ==3.3
  • requests ==2.27.1
  • urllib3 ==1.26.9