IoT Framework for Event-Triggered Integration of User-Developed Devices into Commercial Metaverse Platforms
Project description
MetaGadget
はじめに
- Raspberry Pi Zero 2 W, Zero Wでの動作を想定しています。
- OSはRaspbian OS Lite を使用してください。
環境構築
gitとエディタのインストール
sudo apt-get install git gitk vim
RPi.GPIO のインストールにpython3-devが必要
sudo apt-get install python3-dev
最近の Raspbian OS は仮想環境じゃないと pip が動かないので venv をインストール
python -m venv venv
仮想環境構築
. venv/bin/activate
pipで必要パッケージのインストール
pip install -U Flask ngrok RPi.GPIO
使い方
起動時に ngrok の TOKEN と DOMAIN 名を渡す
NGROK_DOMAIN="YOUR.ngrok-free.app" NGROK_AUTHTOKEN="YOUR TOKEN" python your_app.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
metagadget-0.0.4.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metagadget-0.0.4.tar.gz.
File metadata
- Download URL: metagadget-0.0.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6590cfbac4f329e002cc02682c9cdd3789b921e1244337c4bde49bfda0bc8e0b
|
|
| MD5 |
f812c2390f13284e67d5c1e888f26f79
|
|
| BLAKE2b-256 |
faaeb18d9f920c0a180f3fd347614417fcb21026faf80a32a1f47c16d930d4bf
|
File details
Details for the file metagadget-0.0.4-py3-none-any.whl.
File metadata
- Download URL: metagadget-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
207eb3929b00fb17d7d8d70148d0e3c18edce121cce6f1f72559988b445b70ef
|
|
| MD5 |
23b57c673e3edbc2a8e02eaed78868b1
|
|
| BLAKE2b-256 |
9e453421b2fb4b1554d293c1d45041a333eaafe57909546843cb5bf6144f4479
|