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.3.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.3.tar.gz.
File metadata
- Download URL: metagadget-0.0.3.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 |
138b90fae09a69c6ffd1e55dd82890ff50f5fc9caa3e8fc8cb898f5da1022944
|
|
| MD5 |
0022d3d6a1076b5a62a1ecc59db43217
|
|
| BLAKE2b-256 |
2281c7348747cedf8c7878d4043a6c8a467c620d501ab9dde01d6f81fef98744
|
File details
Details for the file metagadget-0.0.3-py3-none-any.whl.
File metadata
- Download URL: metagadget-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.9 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 |
cd18b47f133a9c7a9731e9ba798a606d1f73f29ff9c66b0278ffcd665875dd6f
|
|
| MD5 |
63684c9142477091c0e85ce178933deb
|
|
| BLAKE2b-256 |
5951f891c70f2f609623a5c9e0c24a4c6ee6372e869f174f2af2b2ec19611cdb
|