{"id":26879633,"url":"https://github.com/pineberrycode/talk-to-talk","last_synced_at":"2025-03-31T13:32:10.169Z","repository":{"id":192142542,"uuid":"643404072","full_name":"PineberryCode/Talk-to-Talk","owner":"PineberryCode","description":"〽️ Chat-room TCP","archived":false,"fork":false,"pushed_at":"2024-03-06T17:09:27.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-03-06T18:53:45.283Z","etag":null,"topics":["chat-room","java","tcp"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PineberryCode.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":"2023-05-21T03:41:07.000Z","updated_at":"2023-09-01T21:46:13.000Z","dependencies_parsed_at":"2023-12-28T01:15:12.802Z","dependency_job_id":null,"html_url":"https://github.com/PineberryCode/Talk-to-Talk","commit_stats":null,"previous_names":["pineberrycode/talk-to-talk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FTalk-to-Talk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FTalk-to-Talk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FTalk-to-Talk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PineberryCode%2FTalk-to-Talk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PineberryCode","download_url":"https://codeload.github.com/PineberryCode/Talk-to-Talk/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473772,"owners_count":20783341,"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":["chat-room","java","tcp"],"created_at":"2025-03-31T13:31:08.108Z","updated_at":"2025-03-31T13:32:10.138Z","avatar_url":"https://github.com/PineberryCode.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talk-to-Talk\n\n\n### Advice\nIf you want to communicate with other users of your LAN. Please set up this line and add your Laptop, PC, or Server IP Address.\u003cbr\u003e\nSuppose this is your server IP Address ***192.168.100.7***:\u003cbr\u003e\u003cbr\u003e\n**Server.java** file:\n```JAVA\nserver = new ServerSocket(5000,0,InetAddress.getByName(\"192.168.100.7\"));\n```\nSubsequently, all users will have to connect to that IP.\u003cbr\u003e\u003cbr\u003e\n**User.java** file:\n```JAVA\nuser = new Socket(\"192.168.100.7\", 5000);\n```\nAfter you have completed that setup, you can now communicate with other users on your LAN.\n\n\u003e [!NOTE]\n\u003e Enable port of your preference with **ufw**\n\n### Warning\nWhile the server is turned on, you will communicate with other users, and the **user.java** will not throw an error. Please try to activate it first (Server).\n\n### Note:\u003cbr\u003e\n###### Credits: \u003cbr\u003e[NeuralNine Channel](https://www.youtube.com/@NeuralNine) \u003cbr\u003e[Video](https://www.youtube.com/watch?v=hIc_9Wbn704)\n- I looked for his Github repo but I couldn't find it, hence the credit (September 01, 2023). \u003cbr\u003e\n- I did some settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineberrycode%2Ftalk-to-talk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpineberrycode%2Ftalk-to-talk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpineberrycode%2Ftalk-to-talk/lists"}