Commit Graph

  • b638a1b9fd docs: add documentation for gRPC over HTTP/3 implementation details main Godopu 2026-07-17 23:13:51 +09:00
  • db35f38c05 fix: gofmt alignment in http3 server and surface errors in main.go demo GodopuandClaude Sonnet 5 2026-07-17 22:36:51 +09:00
  • 50f63633ea docs: refine gRPC guide section numbers and add CloseAndRecv & fileStore explanations Godopu 2026-07-17 22:15:58 +09:00
  • d90553ecdf refactor: migrate lib/grpcentity to lib/grpc/basic and update path references Godopu 2026-07-17 21:43:48 +09:00
  • 600a950806 docs: remove Section 8 (Next Steps), move Troubleshooting to Section 7, and renumber Streaming to Section 6 Godopu 2026-07-17 20:09:51 +09:00
  • 9de3f5144d docs: restore missing UploadFile server/client handler documentation in GRPC.md Godopu 2026-07-17 19:53:05 +09:00
  • d83fe114d0 docs: refine explanation and troubleshooting guides in GRPC.md via multi-agent-mux-loop Godopu 2026-07-17 19:41:36 +09:00
  • 20a818520c feat: implement real-time Pub/Sub alert broadcast system and update docs/GRPC.md Godopu 2026-07-17 19:24:25 +09:00
  • 8bb11fe205 refactor: rename examples/ directory to lib/ and update all path references Godopu 2026-07-17 19:21:21 +09:00
  • 8f183d597e feat: implement ListFiles and DownloadFile RPCs with documentation updates in GRPC.md Godopu 2026-07-17 18:14:51 +09:00
  • 27d5b59106 docs: add challenge for splitting proto specifications to next steps in GRPC.md Godopu 2026-07-17 18:12:56 +09:00
  • fe913d7870 feat: implement client-side streaming file upload example and document it in GRPC.md Godopu 2026-07-17 18:10:53 +09:00
  • 558f17eeed docs: revise GRPC.md and ASKING_DATETIME_WORKFLOW.md through multi-agent-mux-loop Godopu 2026-07-17 18:00:55 +09:00
  • 4697f7e069 feat: complete grpcSample() orchestrator in main.go Godopu 2026-07-17 17:21:41 +09:00
  • b193602d1e docs: link ASKING_DATETIME_WORKFLOW.md inside GRPC.md Section 5.3 Godopu 2026-07-17 17:15:27 +09:00
  • d1e09a3179 docs: add ASKING_DATETIME_WORKFLOW.md to workspace Godopu 2026-07-17 17:11:16 +09:00
  • cfefef5478 refactor: replace deprecated grpc.Dial with grpc.NewClient in code and docs Godopu 2026-07-17 17:00:21 +09:00
  • 78d29b033e docs: add technical analysis box for Getter/Setter design philosophy in Section 5.1 Godopu 2026-07-17 16:54:41 +09:00
  • d35620bae2 docs: reform tone of GRPC.md into objective textbook style Godopu 2026-07-17 16:48:30 +09:00
  • 62a50dd760 docs: explain --go_out and --go-grpc_out in combination with go_package in Section 4.3 Godopu 2026-07-17 16:41:17 +09:00
  • 044f0e4d42 refactor: relocate protoapi stub files to examples/grpcentity/protoapi Godopu 2026-07-17 16:37:06 +09:00
  • 5408a70118 refactor: remove compiled protoapi directory for user-driven build Godopu 2026-07-17 16:35:31 +09:00
  • 243262bc72 refactor: move protoapi.proto to examples/grpcentity and update paths Godopu 2026-07-17 16:34:40 +09:00
  • f9e86885fc docs: explain role and purpose of protoc toolchain binaries in Section 4 Godopu 2026-07-17 16:24:20 +09:00
  • f9a56dda6d docs: add section 3.4 for friendly analogy explanation in GRPC.md Godopu 2026-07-17 16:13:50 +09:00
  • ba643fe013 docs: reform GRPC.md section 3 into formal textbook style Godopu 2026-07-17 16:12:29 +09:00
  • ef174799a5 docs: elaborate proto specification details in GRPC.md section 3 Godopu 2026-07-17 15:58:54 +09:00
  • b2304aa53e docs: rewrite GRPC.md remaining sections in conversational tutorial tone Godopu 2026-07-17 15:57:11 +09:00
  • ee63765be0 docs: simplify gRPC learning curriculum explanation in GRPC.md Godopu 2026-07-17 15:54:24 +09:00
  • 902af18555 refactor: replace GetRandom with IoT sensing data update scenario Godopu 2026-07-17 15:51:10 +09:00
  • 50edea0225 docs: add Random Service project introduction in GRPC.md and re-index sections Godopu 2026-07-17 15:44:22 +09:00
  • 89580a829c docs: fix grpc guide links and align AIoT multi-agent motivation context Godopu 2026-07-17 15:15:25 +09:00
  • 1431e7394a docs: add guide note for external gRPC document in MANUSCRIPT.md Godopu 2026-07-17 14:06:22 +09:00
  • 9794a57d77 docs: move mam_delegate_job_role_issue_report.md to project root Godopu 2026-07-17 13:36:57 +09:00
  • c8ed4742d0 docs: restore missing contents and align canonical stage names across docs Godopu 2026-07-17 13:35:29 +09:00
  • f3c003fdf3 docs: split MANUSCRIPT.md into distinct JSON, HTTP, and GRPC documents Godopu 2026-07-17 13:20:32 +09:00
  • ab594e4391 docs: integrate grpcentity README into unified docs/MANUSCRIPT.md Godopu 2026-07-17 13:08:59 +09:00
  • daf90f07d9 docs: update README.md to emphasize educational and AIoT pre-study goals Godopu 2026-07-17 11:52:03 +09:00
  • 5e6f7defd3 docs: refactor docs structure by splitting README.md and update .gitignore Godopu 2026-07-17 11:37:09 +09:00
  • 989529e8ba docs: resolve pathing, legacy modules, external link remnants, and unclosed fences in grpcentity README Godopu 2026-07-12 23:35:08 +09:00
  • fc3a0d6b61 docs: resolve unused import build error and absolute paths in README Godopu 2026-07-12 20:15:33 +09:00
  • ed7f3cc4e4 docs: add gRPC storytelling introduction and detailed running guide in README Godopu 2026-07-12 20:11:36 +09:00
  • d9b8fe6fde update 260609 Godopu 2026-06-09 11:50:54 +09:00
  • 734f3af161 init 251117 Godopu 2025-11-17 23:25:36 +09:00