{"id":16081772,"url":"https://github.com/ginger-code/ginger-talk","last_synced_at":"2025-04-05T11:41:48.533Z","repository":{"id":144524884,"uuid":"482687709","full_name":"ginger-code/ginger-talk","owner":"ginger-code","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-22T18:17:15.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T22:44:10.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","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/ginger-code.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":"2022-04-18T02:21:59.000Z","updated_at":"2022-04-22T20:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c354735-0650-4c09-846e-ba1303c63baa","html_url":"https://github.com/ginger-code/ginger-talk","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"65870e2cdb615939510f477933fc6577d3fa7861"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginger-code%2Fginger-talk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginger-code%2Fginger-talk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginger-code%2Fginger-talk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ginger-code%2Fginger-talk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ginger-code","download_url":"https://codeload.github.com/ginger-code/ginger-talk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332522,"owners_count":20921852,"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":[],"created_at":"2024-10-09T11:09:47.162Z","updated_at":"2025-04-05T11:41:48.499Z","avatar_url":"https://github.com/ginger-code.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ginger-talk\n\n## Description\n\nginger-talk is a distributed, peer-to-peer chat network written using Akkling (Akka.Net).\n\n## CLI Use (Basic)\n\nThere are two ways to get your client connected to the chat cluster:\n\n1. Manually forward the port used for cluster communication to allow incoming TCP connections to the client machine (default port mapping is `9110:9110`)\n2. Pass the `-upnp`/`--upnpforwarding` flag to automatically forward the configured ports on your NAT device (router)\n\n**‼️** If `9110:9110` is not the port mapping you'd like to use, supply the `-pi`/`--internalport` and/or `-pe`/`--externalport` parameters to change them as\ndesired.\n\n## CLI Use (Full)\n\n    ginger-talk.exe [--help] [--internalport | -pi \u003cint\u003e] [--externalport | -pe \u003cint\u003e] [--internalinterface | -il \u003cstring\u003e] [--externalinterface | -ip \u003cstring\u003e] [--systemname | -s \u003cstring\u003e] [--seednodedomain | -sn \u003cstring\u003e] [--seednodeport | -sp \u003cint\u003e]\n    [--upnpforwarding | -upnp]\n    \n    OPTIONS:\n    \n        --internalport, -pi \u003cint\u003e\n                              specify the internal port on which to listen. Default is 9110\n\n        --externalport, -pe \u003cint\u003e\n                              specify the external port on which to listen. Default is 9110\n\n        --internalinterface, -il \u003cstring\u003e\n                              specify the interface on which to listen locally. Default is your local IP address\n\n        --externalinterface, -ip \u003cstring\u003e\n                              specify the interface of domain name to which messages will be received. Default is your external IP address\n\n        --systemname, -s \u003cstring\u003e\n                              specify the name of the actor system to connect to. Default is 'ginger-talk'\n\n        --seednodedomain, -sn \u003cstring\u003e\n                              specify the domain on which the seed node is running. Default is '3.143.109.10'\n\n        --seednodeport, -sp \u003cint\u003e\n                              specify the port on which the seed node is listening. Default is 9110\n\n        --upnpforwarding, -upnp\n                              use this flag to (try to) forward the required ports using UPnP/NAT. Default is disabled\n\n        --help                display this list of options.\n\n## Projects\n\n### GingerTalk.Client\n\nA client for the chat program, this bootstraps the system on your network and connects you to the cluster\n\n### GingerTalk.Server\n\nA specialized version of the client designed to run as a seed node on a known IP and port which can be reached by all clients\n\n### GingerTalk.Lib\n\nContains the logic used by all clients, including the actor system","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fginger-code%2Fginger-talk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fginger-code%2Fginger-talk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fginger-code%2Fginger-talk/lists"}