{"id":16430164,"url":"https://github.com/its-alex/go-rfxcom-command","last_synced_at":"2026-05-29T16:31:03.236Z","repository":{"id":214522483,"uuid":"221036085","full_name":"Its-Alex/go-rfxcom-command","owner":"Its-Alex","description":"RFXCom lib to control RF devices","archived":false,"fork":false,"pushed_at":"2023-12-28T16:39:43.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-30T17:48:20.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"go-rfxcom-command.its-alex.vercel.app","language":"Go","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/Its-Alex.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-11-11T17:39:43.000Z","updated_at":"2023-12-28T16:44:25.000Z","dependencies_parsed_at":"2023-12-28T18:50:02.314Z","dependency_job_id":null,"html_url":"https://github.com/Its-Alex/go-rfxcom-command","commit_stats":null,"previous_names":["its-alex/go-rfxcom-command"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Its-Alex/go-rfxcom-command","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fgo-rfxcom-command","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fgo-rfxcom-command/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fgo-rfxcom-command/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fgo-rfxcom-command/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Its-Alex","download_url":"https://codeload.github.com/Its-Alex/go-rfxcom-command/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fgo-rfxcom-command/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33662205,"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-29T02:00:06.066Z","response_time":107,"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":[],"created_at":"2024-10-11T08:25:56.301Z","updated_at":"2026-05-29T16:31:03.218Z","avatar_url":"https://github.com/Its-Alex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-rfxcom-command\n\nRFXCom lib to control RF devices from my personal NAS.\n\n## Requirements\n\n- [`Go`](https://go.dev/)\n- [`reflex`](https://github.com/cespare/reflex)\n\n```\n$ make deps\n```\n\n## Development\n\n### Build\n\nYou can build project:\n\n```\n$ make build\n```\n\n#### For nas\n\nYou can build project for `arm64`:\n\n```\n$ make build-arm64\n```\n\n### Watch\n\nYou can watch project:\n\n```\n$ make watch\n```\n\n## Docker\n\nYou can build container for all architecture using\n[buildx](https://docs.docker.com/buildx/working-with-buildx/):\n\n```\ndocker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t itsalex/go-rfxcom --push .\n```\n\n## Deployement on NAS (Synology)\n\n```\n$ GOOS=linux GOARCH=arm64 go build .\n```\n\nFiles on NAS are in `/volume2/scripts/rfxcom/`. There is two files:\n\n- `go-rfxcom-command` programs binary.\n- `launch.sh` script used to setup NAS and launch it, it contains:\n\n```\n#!/usr/bin/env bash\n\nset -v\n\n# Enable needed module to use TTY\nsudo insmod /lib/modules/usbserial.ko || true\nsudo insmod /lib/modules/ftdi_sio.ko || true\n\n/volume2/scripts/rfxcom/go-rfxcom-command\n```\n\nA service is used to setup launch at startup at `/etc/init/go-rfxcom.conf`.\n\nFile service:\n\n```\nauthor \"ItsAlex\"\nstart on runlevel 2\nstop on runlevel [06]\n\nexpect fork\nrespawn\nrespawn limit 5 10\n\npre-start script\n    echo \"Starting go-rfxcom\"\nend script\n\npost-stop script\n    echo \"Stopped go-rfxcom\"\nend script\n\nexec /volume2/scripts/rfxcom/launch.sh\n```\n\nYou can start it:\n\n```\n$ start go-rfxcom\n```\n\nYou can stop it:\n\n```\n$ stop go-rfxcom\n```\n\nYou can see logs at `cat /var/log/upstart/go-rfxcom.log`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-alex%2Fgo-rfxcom-command","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-alex%2Fgo-rfxcom-command","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-alex%2Fgo-rfxcom-command/lists"}