{"id":19273196,"url":"https://github.com/mhs-firstrobotics/teamchat","last_synced_at":"2026-06-09T21:31:55.100Z","repository":{"id":88432471,"uuid":"54229924","full_name":"MHS-FIRSTrobotics/TeamChat","owner":"MHS-FIRSTrobotics","description":"A Java-based Chat framework","archived":false,"fork":false,"pushed_at":"2016-03-19T01:47:50.000Z","size":6025,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T20:41:51.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/MHS-FIRSTrobotics.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-18T20:36:28.000Z","updated_at":"2016-03-18T20:39:45.000Z","dependencies_parsed_at":"2024-03-30T16:45:49.227Z","dependency_job_id":null,"html_url":"https://github.com/MHS-FIRSTrobotics/TeamChat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MHS-FIRSTrobotics/TeamChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MHS-FIRSTrobotics%2FTeamChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MHS-FIRSTrobotics%2FTeamChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MHS-FIRSTrobotics%2FTeamChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MHS-FIRSTrobotics%2FTeamChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MHS-FIRSTrobotics","download_url":"https://codeload.github.com/MHS-FIRSTrobotics/TeamChat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MHS-FIRSTrobotics%2FTeamChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34127343,"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-06-09T02:00:06.510Z","response_time":63,"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-11-09T20:41:26.381Z","updated_at":"2026-06-09T21:31:55.082Z","avatar_url":"https://github.com/MHS-FIRSTrobotics.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Team Chat\nThis aims to be a peer-to-peer communication platform\nfor people who need to talk with a manner of security,\n or just wants a project to help clean up.\n\n## Build Instructions\n- JDK 1.8 or later\n- IntelliJ IDEA\n- Internet Connection (to download build dependencies)\n\nOpen the project, and Build/Debug the \"Main\" configuration.\n\n## How to Run This App\nThis can either be used for its API or just a standalone console app.\n\n - Download the distribution zip (or make it using the provided generateRelease.bat)\n - Extract the zip\n - Run *[extracted\\zip\\path]*\\bin\\TeamChat.bat\n\n### What to answer for the prompts\n- **HOST:** type *localhost*, *127.0.0.1*, or provide the IP address for another machine with this already running\n- **USERNAME** type something that starts with a letter\n- **PASSWORD** - provide something random (8 character or longer), as we haven't completed the authentication structure\n\n## API Usage\n- Import ```org.teamclutch.chat.Chat``` in to your JVM-based application\n- Use one of the constructors for ```Chat```\n- Call ```.start()``` or ```.startAsync()```\n\n### Receiving a message\n- Write a method annotated with ```@Subscribe``` with the only parameter being ```DataMessage```\n- Pass an instance of the class to the ```Chat``` constructor for the ```caller``` parameter\n\n**or**\n\nCall ```getNextMessage()``` for the chat instance; this will return when a message has been received\n\n### Sending a message\nCall ```newMessage(String)``` where String is the message you want to send\n\n#### Notes:\n- If you call ```newMessage(\"exit\")```, your session will be terminated\n- If your session is terminated, the ```newMessage(String)``` throws an ```IllegalStateException```\n\n### Checking to see if the server is running\nUse the ```isServerUp()```, which will return ```true``` if the server is running. The server will automatically\nstart whenever it can\n\n## Issues\n- When the currently connected server dies, the clients never seem to recoginze it.\n- Formatting issues\n- Needs to log better\n\n\nBy Team Clutch FTC5395 :)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhs-firstrobotics%2Fteamchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhs-firstrobotics%2Fteamchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhs-firstrobotics%2Fteamchat/lists"}