ウォッチサーバー設定
lang
ja
date
Aug 14, 2024
slug
Post-11-ja
status
Published
tags
技術共有
summary
Raspberry PiでのWatchサーバー設定
type
Post
コード: https:
Raspberry Piのインストール:
リポジトリのクローン
git clone https://gitlab.com/chenlab/smartwatchserver

ls で現在のディレクトリを表示し、cd でフォルダに入る。
必要な開発環境をインストール
sudo apt-get install libjson-c-dev
プロジェクトをコンパイルする
make
インストール
sudo make install

サービスが動作しているか確認する
ps -aux | grep watchserver