zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.65k stars 1.71k forks source link

Terminology issue #313

Closed feliksik closed 8 years ago

feliksik commented 8 years ago

We are working in Go so made a quick go-client for zerotier. It's work in progress, but I'm happy to inform you about it; https://gitlab.com/nerdalize/go-zerotier

It's not documented yet, but it's pretty straightforward if one reads the code. If you know of other projects that already do this, I'd be happy to know. Otherwise, I'd be happy to improve this project.

A few questions:

adamierymenko commented 8 years ago

Question #1: A member is a node/endpoint that is approved on a network. Other than that, the rest are identical. Endpoint is probably the best to use but we've used device, node, and endpoint interchangeably.

Question #2: Fairly stable. New fields may be added but huge changes are unlikely.

Question #3: Same with the API-- we want to avoid breaking it if possible. We may break it if doing so brings about a substantial benefit but we'll try to tell people first.

feliksik commented 8 years ago

Thanks!