2023-09-08_17-30

main
ocogeclub 2023-09-08 17:30:55 +09:00
parent 44455d7782
commit c98acf006a
6 changed files with 6 additions and 5 deletions

1
.naverc Normal file
View File

@ -0,0 +1 @@
lts/gallium

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -24,4 +24,4 @@ Raspberry Pi の GPIO汎用入出力端子に接続したセンサや LED
## その他技術情報
- {% link_new {uri: 'https://nodejs.org/',title: ''} %}Node.js{% endlink_new %} + {% link_new {uri: 'https://www.electronjs.org/',title: ''} %}Electron{% endlink_new %} によりデスクトップアプリケーションとして動作
- GPIO ライブラリには {% link_new {uri: 'http://abyz.me.uk/rpi/pigpio/pigpiod.html',title: ''} %}pigpiod{% endlink_new %} を使用し、{% link_new {uri: 'https://git.ocoge.club/ocoge.club/ocoge/src/branch/master/local_modules/@ocoge.club/pigpio',title: ''} %}自作ネイティブモジュール{% endlink_new %}により『オコゲ』から直接 GPIO へのアクセスが可能。
- GPIO ライブラリには {% link_new {uri: 'https://abyz.me.uk/lg/index.html',title: ''} %}rgpio{% endlink_new %} を使用し、{% link_new {uri: 'https://git.ocoge.club/ocogeclub/ocoge/src/branch/master/local_modules/rgpio',title: ''} %}自作ネイティブモジュール{% endlink_new %}により『オコゲ』から直接 GPIO へのアクセスが可能。

View File

@ -46,7 +46,7 @@ ocoge.club は Raspberry Pi 自宅サーバ(上写真)にてホスティン
| --- | --- |
| OS | {% link_new {uri: 'https://www.raspberrypi.com/software/operating-systems/',title: ''} %}Raspberry Pi OS (64-bit) Lite{% endlink_new %} |
| Webサーバ | {% link_new {uri: 'https://nginx.org/en/',title: ''} %}Nginx{% endlink_new %} |
| サーバサイドプログラム | シェルスクリプトCGI ({% link_new {uri: 'https://www.server-world.info/query?os=Ubuntu_22.04&p=nginx&f=8',title: 'Server World'} %}FastCGI Wrap{% endlink_new %}) |
| サーバサイドプログラム | CGI ({% link_new {uri: 'https://www.server-world.info/query?os=Ubuntu_22.04&p=nginx&f=8',title: 'Server World'} %}FastCGI Wrap{% endlink_new %}) ※ローカルアクセスのみ |
| メールサーバ (MTA) | {% link_new {uri: 'http://www.postfix.org/',title: ''} %}Postfix{% endlink_new %} |
| POP/IMAP サーバ | {% link_new {uri: 'https://www.dovecot.org/',title: ''} %}Dovecot{% endlink_new %} |