https://github.com/shmokmt/ssid
A tiny go package to get the SSID.
https://github.com/shmokmt/ssid
go ssid
Last synced: 3 months ago
JSON representation
A tiny go package to get the SSID.
- Host: GitHub
- URL: https://github.com/shmokmt/ssid
- Owner: shmokmt
- License: mit
- Created: 2020-08-07T14:11:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T01:22:42.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T17:10:33.501Z (3 months ago)
- Topics: go, ssid
- Language: Go
- Homepage: https://pkg.go.dev/github.com/shmokmt/ssid?tab=doc
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssid

[](https://pkg.go.dev/github.com/shmokmt/ssid?tab=doc)A tiny go package to get the SSID of the Wi-Fi you are connected to.
## Runtime
- Go 1.14 or later
- macOS(darwin)## Installation
```
go get github.com/shmokmt/ssid
```## Usage
```go
package mainimport (
"github.com/shmokmt/ssid"
)func main() {
fmt.Println(ssid.String())
}
```## References
- [yelinaung/wifi-name](https://github.com/yelinaung/wifi-name)
## LICENSE
MIT