{"id":24501180,"url":"https://github.com/team997coders/powerupfmsserver","last_synced_at":"2026-07-11T11:32:00.063Z","repository":{"id":73090562,"uuid":"121251437","full_name":"Team997Coders/PowerUpFMSServer","owner":"Team997Coders","description":"Our attempt at building an FMS to run the First Robotics Power Up game.","archived":false,"fork":false,"pushed_at":"2018-02-20T02:09:24.000Z","size":857,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-06T14:54:48.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Team997Coders.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":"2018-02-12T13:43:08.000Z","updated_at":"2018-02-12T14:23:19.000Z","dependencies_parsed_at":"2023-05-01T13:11:18.548Z","dependency_job_id":null,"html_url":"https://github.com/Team997Coders/PowerUpFMSServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Team997Coders/PowerUpFMSServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FPowerUpFMSServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FPowerUpFMSServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FPowerUpFMSServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FPowerUpFMSServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Team997Coders","download_url":"https://codeload.github.com/Team997Coders/PowerUpFMSServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team997Coders%2FPowerUpFMSServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35361644,"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-07-11T02:00:05.354Z","response_time":104,"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":"2025-01-21T22:25:47.952Z","updated_at":"2026-07-11T11:32:00.048Z","avatar_url":"https://github.com/Team997Coders.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerUpFMSServer\nThis project contains a scoring and control system (a faux FMS if you will) for the 2018 FIRST Power Up game.  Note that it does not connect to the robots like the real FIRST FMS does.  But it does give you a flavor of how scoring will work under real-world field conditions.  Team 997 used it to host a scrimmage in Corvallis, OR for 25 teams.\n\nIt has the following features:\n- Scores switch and scale ownership in real-time.\n- Runs game stages in conjunction with practice mode on the driver station (auto countdown, auto, delay, teleop, and endgame).\n- Sets field state for safe and staff-safe conditions.\n- Maintains a scoreboard.\n- Enables scoring for autorun, vault cube count, climbs and parks.  Does not contain scoring for power ups.\n- Plays the sounds from the driver station during game stages so the drivers can tell where they are within the game.\n- Shows a status page of adruino control modules that control field lights and detect plate state.\n\nIt is in 5 parts...three of which are in this repo.\n- HTTP Server application to receive commands from all clients using ASPNet Core.\n- SPA Scoreboard application to display...the score, using React and ASPNet Core.\n- SPA Control panel application to control the state of the field and run the game also using React and ASPNet Core.\n\nThis project was developed with VSCode 1.20.1 on Mac OSX 10.12.5 using Dotnet Core 2.0.2.\n\nWhile I have not tried to deploy this on to a fresh environment (I used my dev machine to run the game), you will at least need to do the following:\n- Install dotnet core\n- Install npm\n- Install webpack\n\nNext, run dotnet restore and dotnet build in each of the project directories.\n\nIf the projects build sucessfully, you can run dotnet run for each project.\n\nYou will need to search for and replace IP address 192.168.1.54 with the IP address of your machine which will run the server application.  I have not brought this constant out into app settings yet.\n\nHere is a doc that describes how game play works using this scoring system: https://docs.google.com/document/d/1u-EGgbDC8yMkxl0OnWY633JzEyF7c2hVuC16VZJAThY/edit?usp=sharing\n\nTo run the scoreboard, we used a Raspberry Pi 3 autoloading Chrome into full screen.  Since we had access to the FIRST A/V setup, we were able to overlay the scoreboard on to live video feeds from the field.  It looked great!\n\nPi https://www.amazon.com/gp/product/B0778CZ97B/ref=oh_aui_detailpage_o04_s00?ie=UTF8\u0026psc=1  \n\n![Scoreboard Screenshot](Scoreboard.png)  \n![Field Control Panel Screenshot](ControlPanel.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam997coders%2Fpowerupfmsserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam997coders%2Fpowerupfmsserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam997coders%2Fpowerupfmsserver/lists"}