{"id":20504150,"url":"https://github.com/haradama/gosenbay","last_synced_at":"2026-06-06T15:32:15.765Z","repository":{"id":53608321,"uuid":"256680178","full_name":"haradama/gosenbay","owner":"haradama","description":"Senbay implemented in Go","archived":false,"fork":false,"pushed_at":"2022-11-03T09:41:06.000Z","size":4808,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T07:37:52.739Z","etag":null,"topics":["command-line-tool","decorder","golang","qrcode","recorder","senbay","sensor-data"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haradama.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":"2020-04-18T05:53:49.000Z","updated_at":"2022-03-20T14:50:03.000Z","dependencies_parsed_at":"2022-08-29T00:31:13.284Z","dependency_job_id":null,"html_url":"https://github.com/haradama/gosenbay","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haradama%2Fgosenbay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haradama%2Fgosenbay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haradama%2Fgosenbay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haradama%2Fgosenbay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haradama","download_url":"https://codeload.github.com/haradama/gosenbay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242100931,"owners_count":20071823,"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":["command-line-tool","decorder","golang","qrcode","recorder","senbay","sensor-data"],"created_at":"2024-11-15T19:36:38.078Z","updated_at":"2025-03-05T20:46:00.141Z","avatar_url":"https://github.com/haradama.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gosenbay\n\ngosenbay is a golang implementation of senbay that is intended to work on multiple platforms.\n\n[![GoDoc](https://godoc.org/github.com/haradama/gosenbay?status.svg)](https://godoc.org/github.com/haradama/gosenbay)\n[![Go Report Card](https://goreportcard.com/badge/github.com/haradama/gosenbay)](https://goreportcard.com/report/github.com/haradama/gosenbay)\n\n## Usage\n\nIn this example, int and string value are converted to senbay format.\n\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \n  \"github.com/haradama/gosenbay/senbay\"\n)\n\nfunc main() {\n  PN := 121\n  SD, _ := senbay.NewSenbayData(PN)\n\n  value1 := 123\n  SD.AddInt(\"KEY1\", value1)\n  SD.AddText(\"KEY2\", \"value2\")\n\n  result := SD.Encode(true)\n  fmt.Println(result)\n}\n```\n\n### Related Links\n- [tetujin/SenbayKit-CLI](https://github.com/tetujin/SenbayKit-CLI) (The original)\n- [Senbay Platform Website](http://www.senbay.info)\n- [Senbay YouTube Channel](https://www.youtube.com/channel/UCbnQUEc3KpE1M9auxwMh2dA/videos)\n\n### Reference\n\n```\n@inproceedings{Nishiyama:2018:SPI:3236112.3236154,\n    author = {Nishiyama, Yuuki and Dey, Anind K. and Ferreira, Denzil and Yonezawa, Takuro and Nakazawa, Jin},\n    title = {Senbay: A Platform for Instantly Capturing, Integrating, and Restreaming of Synchronized Multiple Sensor-data Stream},\n    booktitle = {Proceedings of the 20th International Conference on Human-Computer Interaction with Mobile Devices and Services Adjunct},\n    series = {MobileHCI '18},\n    year = {2018},\n    location = {Barcelona, Spain},\n    publisher = {ACM},\n} \n```\n\n### License\ngosenbay is available under the Apache License, Version 2.0 license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharadama%2Fgosenbay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharadama%2Fgosenbay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharadama%2Fgosenbay/lists"}