{"id":17313103,"url":"https://github.com/tatsuya6502/nikkei-linux-bbb-2014","last_synced_at":"2026-04-19T05:32:49.033Z","repository":{"id":22466602,"uuid":"25805382","full_name":"tatsuya6502/nikkei-linux-bbb-2014","owner":"tatsuya6502","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-16T05:54:33.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T06:41:45.404Z","etag":null,"topics":["beaglebone","demo-apps","linux","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tatsuya6502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-27T06:00:39.000Z","updated_at":"2014-11-01T08:17:18.000Z","dependencies_parsed_at":"2022-08-21T06:30:30.426Z","dependency_job_id":null,"html_url":"https://github.com/tatsuya6502/nikkei-linux-bbb-2014","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fnikkei-linux-bbb-2014","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fnikkei-linux-bbb-2014/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fnikkei-linux-bbb-2014/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fnikkei-linux-bbb-2014/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tatsuya6502","download_url":"https://codeload.github.com/tatsuya6502/nikkei-linux-bbb-2014/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245761303,"owners_count":20667895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beaglebone","demo-apps","linux","python"],"created_at":"2024-10-15T12:45:46.972Z","updated_at":"2025-10-25T16:32:12.542Z","avatar_url":"https://github.com/tatsuya6502.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"日経Linux PCボード「Beagle Bone」で家庭菜園の水分や温度を監視 付録プログラム\n==================================================================\n\n作成者：河野 達也 / Tatsuya Kawano\n\n最終更新：2014年11月16日\n\n目次\n----\n\n1. はじめに\n2. ディレクトリ構成\n3. プログラムの内容について\n4. 問い合わせ先について\n5. ソフトウェアライセンスについて\n\n\n1. はじめに\n-----------\n\n- 本書および関連するプログラムは、日経Linux 2014年12月号から2015年2月号に掲載予定の短期連載『PCボード「Beagle Bone」で家庭菜園の水分や温度を監視』の付録です。\n\n- ウェブブラウザで以下のURLを開くと読みやすく整形された本書が表示されます。\n  * https://github.com/tatsuya6502/nikkei-linux-fp/blob/master/README.md\n\n\n2. ディレクトリ構成\n-------------------\n\nこのリポジトリにはBeagleBone Blackで実行するPythonプログラムが収められています。ディレクトリ構成は以下の通りです。\n\n\n```shell\nnikkei-linux-bbb-2014/\n    README.md            # このファイル\n    LICENSE              # オープンソースソフトウェアライセンス（英語）\n    LICENSE_ja           # オープンソースソフトウェアライセンス（日本語）\n    charge-time-plot.r   # 2015年1月号で使用するRスクリプト\n    charge-time1.py      # 2014年12月号で使用するPythonプログラム\n    charge-time2.py      # 2015年1月号で使用するPythonプログラム\n```\n\n3. プログラムの内容について\n-----------------------\n\nプログラムの内容については、プログラムファイル内の日本語コメントをお読みください。必要なライブラリーなどのインストール手順や、測定に使う回路については、日経Linux 2014年12月号から2015年2月号掲載の『PCボード「Beagle Bone」で家庭菜園の水分や温度を監視』を参照してください。\n\n\n4. お問い合わせについて\n-----------------------\n\n- プログラムの不具合を見つけられた場合には、issueトラッカーでご報告ください。日本語でかまいません。\n  * https://github.com/tatsuya6502/nikkei-linux-bbb-2014/issues\n\n- 日経Linux掲載記事についてのご意見やお問い合わせは、日経Linux編集部までお願いします。\n\n\n5. ソフトウェアライセンスについて\n------------------------------\n\nCopyright (c) 2014 Tatsuya Kawano\nReleased under the MIT license / MITライセンスのもとで配布されています。\n\nhttps://github.com/tatsuya6502/nikkei-linux-bbb-2014/blob/master/LICENSE\nhttps://github.com/tatsuya6502/nikkei-linux-bbb/2014/blob/master/LICENSE_ja\n\n##\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatsuya6502%2Fnikkei-linux-bbb-2014","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftatsuya6502%2Fnikkei-linux-bbb-2014","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatsuya6502%2Fnikkei-linux-bbb-2014/lists"}