{"id":19353561,"url":"https://github.com/elldritch/frpc","last_synced_at":"2026-01-12T01:57:30.157Z","repository":{"id":95643764,"uuid":"234992303","full_name":"elldritch/fRPC","owner":"elldritch","description":"Export circuit network values from Factorio to Grafana.","archived":false,"fork":false,"pushed_at":"2021-05-03T08:47:54.000Z","size":74,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T00:44:21.209Z","etag":null,"topics":["factorio","monitoring"],"latest_commit_sha":null,"homepage":"","language":"Go","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/elldritch.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}},"created_at":"2020-01-20T01:00:49.000Z","updated_at":"2021-08-08T23:30:34.000Z","dependencies_parsed_at":"2023-03-24T08:03:27.212Z","dependency_job_id":null,"html_url":"https://github.com/elldritch/fRPC","commit_stats":null,"previous_names":["liftm/frpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elldritch/fRPC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2FfRPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2FfRPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2FfRPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2FfRPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elldritch","download_url":"https://codeload.github.com/elldritch/fRPC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2FfRPC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["factorio","monitoring"],"created_at":"2024-11-10T04:43:16.649Z","updated_at":"2026-01-12T01:57:30.152Z","avatar_url":"https://github.com/elldritch.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fRPC\n\n![](https://img.shields.io/badge/stability-experimental-red)\n\nfRPC is a mod that adds RPC capabilities to Factorio. It provides two new buildings that interact with the circuit network:\n\n- _Sensors_ read values from the circuit network and expose them as metrics on the fRPC HTTP server.\n- _Receivers_ broadcast values onto the circuit network from inputs provided to routes on the fRPC HTTP server.\n\n```\nsudo docker build -t frpc-factorio:0.0.1 .\n```\n\n```\nsudo docker run \\\n  -d -it \\\n  -p 34197:34197/udp \\\n  -p 27015:27015/tcp \\\n  -p 8000:8000 \\\n  --mount type=bind,source=\"$(pwd)\"/data/map-gen-settings.json,target=/factorio/config/map-gen-settings.json \\\n  --mount type=bind,source=\"$(pwd)\"/data/map-settings.json,target=/factorio/config/map-settings.json \\\n  --mount type=bind,source=\"$(pwd)\"/data/server-settings.json,target=/factorio/config/server-settings.json \\\n  -v \"$(pwd)\"/saves:/factorio/saves \\\n  -e ENABLE_SERVER_LOAD_LATEST=false \\\n  -e SAVE_NAME=name-of-your-save \\\n  --name frpc-factorio \\\n  frpc-factorio:0.0.1\n```\n\n\u003c!--\nUse Grafana Cloud\n\nDownload agent locally, otherwise you have to forward ports correctly in Docker.\n--\u003e\n\n```\ndocker run \\\n  -v /tmp/agent:/etc/agent \\\n  -v $(pwd)/path/to/agent/config.yml:/etc/agent-config/agent.yaml \\\n  --entrypoint \"/bin/agent -config.file=/etc/agent-config/agent.yaml -prometheus.wal-directory=/etc/agent/data\" \\\n  grafana/agent:v0.13.1\n```\n\n\u003c!--\n\nTODO:\n\n- Lua mod: Let player enter and specify network name per sensor\n  - Don't need to map signal network IDs to meanings\n  - Let people purposely name two sensors to be on same \"channel\", with union semantics\n- Separate gauge and counter in game (makes for confusing graphs otherwise)\n- Make mod work in singleplayer (see control.lua note)\n- Add nicer sprites\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felldritch%2Ffrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felldritch%2Ffrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felldritch%2Ffrpc/lists"}