{"id":15395442,"url":"https://github.com/stef/wshare","last_synced_at":"2026-03-19T23:01:38.263Z","repository":{"id":406555,"uuid":"25332","full_name":"stef/wshare","owner":"stef","description":"lightweight network sharing - share your mobile connection via wifi ","archived":false,"fork":false,"pushed_at":"2008-06-17T21:34:11.000Z","size":96,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T20:46:14.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/stef/wshare/wikis","language":null,"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/stef.png","metadata":{"files":{"readme":"README","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}},"created_at":"2008-06-14T19:52:06.000Z","updated_at":"2025-02-10T20:49:27.000Z","dependencies_parsed_at":"2022-07-14T12:30:57.405Z","dependency_job_id":null,"html_url":"https://github.com/stef/wshare","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stef/wshare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fwshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fwshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fwshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fwshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stef","download_url":"https://codeload.github.com/stef/wshare/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stef%2Fwshare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28233274,"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","status":"online","status_checked_at":"2026-01-07T02:00:05.975Z","response_time":58,"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-10-01T15:28:22.335Z","updated_at":"2026-01-07T06:13:38.808Z","avatar_url":"https://github.com/stef.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"wshare\n======\n\n   wshare is a simple program to share an existing network connection. There are\n   two modes, *master* and *client*. The master shares an existing network\n   connection (probably to the internet) via an unused wireless device. The client\n   can connect either via the operating system provided facilities or this script\n   in client mode - which is the default. To enable a master supply the the *-m*\n   parameter to the script.\n\n   wshare is currently *linux only*, released under the *GPLv3* and avaible via git:\n   git clone git://github.com/stef/wshare.git\n\n   the script itself is very short, \n   \"download it directly\":http://github.com/stef/wshare/tarball/v1.0.1\n\nbehind the scenes\n\n   In master mode (*-m*), \n   # the wireless device is switched to ad-hoc mode\n   # the essid is set\n   # optionally - an encryption key is set (*experimental* WEP only currently)\n   # the device is brought up via _ifconfig_\n   # NAT is set up\n   # dhcpd3 server is configured and brought up to provide network and nameserver settings.\n\n   In client mode,  \n   # the wireless device is switched to ad-hoc mode\n   # the essid is set\n   # optionally - an encryption key is set (*experimental* WEP only currently)\n   # the device is brought up via _ifconfig_\n   # dhclient is run to retrieve shared network information from the Master dhcpd3 server\n\nexample\n\n   to share a network, either set the parameters in the config file, or adapt the call below:\n      # wshare -m -o ppp0 -i eth0\n   the important switch is *-m*, which is necessary for enabling the master mode.\n \n   to connect to such a shared network simply call \n      # wshare -i eth0\n   or you could use NetworkManager under linux, or your operating system provided facilities.\n\nCommon settings\n\n   the following parameters are to be set either via a configuration file\n   (/etc/wshare.conf, ~/.wshare.conf or in the same directory where the wshare\n   script is located) or or superseding these via command line parameters. \n\n   Common parameters are necessary for both master and client operation.\n\n      innet\n\n      set internal network, over which the external is shared. this **must** be a\n      wireless device, if none is set, the script tries to use the first device from\n      /proc/net/wireless.\n      * default: ath0\n      * command line: -i \u0026lt;device\u0026gt;\n\n      essid\n\n      set the essid of the shared network master\n      * default: wshared\n      * command line: -e \u0026lt;essid\u0026gt;\n\n      key\n\n      specify the key for WEP encryption of the internal network. beware this is yet untested and probably not working\n      * default: unset\n      * command line: -k \u0026lt;key\u0026gt;\n\n   Master settings\n\n      these settings are only necessary for nodes acting as masters.\n\n      subnet\n\n      specify the subnet of the internal network. this must be in the /24 range currently... thus it is only possible to specify networks with 3 of four octets\n      * default: 10.17.17\n      * command line: -n \u0026lt;X.X.X\u0026gt;\n\n      exnet\n\n      specify which network to share, this is the device that connects to the internet\n      * default: ppp0\n      * command line: -o \u0026lt;device\u0026gt;\n\n      ownip\n\n      specify Master IP address, defaults to \u0026lt;subnet\u0026gt;.1\n      * default: 10.17.17.1\n      * command line: -a \u0026lt;X.X.X.X\u0026gt;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstef%2Fwshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstef%2Fwshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstef%2Fwshare/lists"}