{"id":34513666,"url":"https://github.com/yuuu/mqtt-socket-programming-book-site","last_synced_at":"2026-05-27T08:33:23.898Z","repository":{"id":292626117,"uuid":"973363725","full_name":"yuuu/mqtt-socket-programming-book-site","owner":"yuuu","description":"技術同人誌「MQTTクライアントを作りながら学ぶソケットプログラミング入門」のサポートページ","archived":false,"fork":false,"pushed_at":"2025-06-15T21:10:59.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T15:28:05.187Z","etag":null,"topics":["c","mqtt","ruby","tcp"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-26T20:32:50.000Z","updated_at":"2025-06-15T21:11:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"e470d4e2-154f-44f7-a2f1-42153b19a55f","html_url":"https://github.com/yuuu/mqtt-socket-programming-book-site","commit_stats":null,"previous_names":["yuuu/mqtt-socket-programming-book-site"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yuuu/mqtt-socket-programming-book-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuu%2Fmqtt-socket-programming-book-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuu%2Fmqtt-socket-programming-book-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuu%2Fmqtt-socket-programming-book-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuu%2Fmqtt-socket-programming-book-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuuu","download_url":"https://codeload.github.com/yuuu/mqtt-socket-programming-book-site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuuu%2Fmqtt-socket-programming-book-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33558648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","mqtt","ruby","tcp"],"created_at":"2025-12-24T04:16:45.643Z","updated_at":"2026-05-27T08:33:23.891Z","avatar_url":"https://github.com/yuuu.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MQTTクライアントを作りながら学ぶソケットプログラミング入門 サポートページ\n\n本リポジトリは技術書典18で頒布する技術同人誌「MQTTクライアントを作りながら学ぶソケットプログラミング入門」のサポートページです。\n\n![表紙・裏表紙](https://github.com/user-attachments/assets/c8cce2ac-5824-4612-93b0-27e7b47ce70f)\n\n## ディレクトリ構成\n\n### echo\n\n「2章 ソケットプログラミング」で作成する、Rubyで書かれたechoサーバーのプログラムです。\n\n- echo/lib/server.rb\n  - echoサーバーの処理が記載されています\n- echo/lib/client.rb\n  - クライアントの処理が記載されています\n\n### mqtt/ruby\n\n「4章 クライアント開発(Ruby編)」で作成する、Rubyで書かれたMQTTクライアントのプログラムです。\n\n- mqtt/ruby/lib/tcp.rb\n  - TCP接続・切断処理がメソッドとして定義されています\n- mqtt/ruby/lib/mqtt.rb\n  - MQTTの各種パケットを送受信する処理がメソッドとして定義されています\n- mqtt/ruby/lib/mqtt_publish/main.rb\n  - パブリッシャーのクライアントプログラムです\n- mqtt/ruby/lib/mqtt_publish/main.rb\n  - サブスクライバーのクライアントプログラムです\n\n### mqtt/c\n\n「5章 クライアント開発(C言語編)」で作成する、C言語で書かれたMQTTクライアントのプログラムです。\n\n- mqtt/c/include\n  - ヘッダファイルを格納しているディレクトリです\n- mqtt/c/src/tcp.c\n  - TCP接続・切断処理が関数として定義されています\n- mqtt/c/src/mqtt.c\n  - MQTTの各種パケットを送受信する処理が関数として定義されています\n- mqtt/c/src/mqtt_publish/main.c\n  - パブリッシャーのクライアントプログラムです\n- mqtt/c/src/mqtt_subscribe/main.c\n  - サブスクライバーのクライアントプログラムです\n\n## 正誤表\n\n書籍の誤植が見つかった場合、こちらに追記予定です。\n\n## 指摘・質問がある場合\n\n[本リポジトリのIssues](https://github.com/yuuu/mqtt-socket-programming-book-site/issues)に書き込みをお願いいたします。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuuu%2Fmqtt-socket-programming-book-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuuu%2Fmqtt-socket-programming-book-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuuu%2Fmqtt-socket-programming-book-site/lists"}