ZeroTierOne.h 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544
  1. /*
  2. * ZeroTier One - Network Virtualization Everywhere
  3. * Copyright (C) 2011-2015 ZeroTier, Inc.
  4. *
  5. * This program is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation, either version 3 of the License, or
  8. * (at your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. *
  18. * --
  19. *
  20. * ZeroTier may be used and distributed under the terms of the GPLv3, which
  21. * are available at: http://www.gnu.org/licenses/gpl-3.0.html
  22. *
  23. * If you would like to embed ZeroTier into a commercial application or
  24. * redistribute it in a modified binary form, please contact ZeroTier Networks
  25. * LLC. Start here: http://www.zerotier.com/
  26. */
  27. /*
  28. * This defines the external C API for ZeroTier's core network virtualization
  29. * engine.
  30. */
  31. #ifndef ZT_ZEROTIERONE_H
  32. #define ZT_ZEROTIERONE_H
  33. #include <stdint.h>
  34. // For the struct sockaddr_storage structure
  35. #if defined(_WIN32) || defined(_WIN64)
  36. #include <WinSock2.h>
  37. #include <WS2tcpip.h>
  38. #include <Windows.h>
  39. #else /* not Windows */
  40. #include <arpa/inet.h>
  41. #include <netinet/in.h>
  42. #include <sys/types.h>
  43. #include <sys/socket.h>
  44. #endif /* Windows or not */
  45. #ifdef __cplusplus
  46. extern "C" {
  47. #endif
  48. /****************************************************************************/
  49. /* Core constants */
  50. /****************************************************************************/
  51. /**
  52. * Default UDP port for devices running a ZeroTier endpoint
  53. */
  54. #define ZT_DEFAULT_PORT 9993
  55. /**
  56. * Maximum MTU for ZeroTier virtual networks
  57. *
  58. * This is pretty much an unchangeable global constant. To make it change
  59. * across nodes would require logic to send ICMP packet too big messages,
  60. * which would complicate things. 1500 has been good enough on most LANs
  61. * for ages, so a larger MTU should be fine for the forseeable future. This
  62. * typically results in two UDP packets per single large frame. Experimental
  63. * results seem to show that this is good. Larger MTUs resulting in more
  64. * fragments seemed too brittle on slow/crummy links for no benefit.
  65. *
  66. * If this does change, also change it in tap.h in the tuntaposx code under
  67. * mac-tap.
  68. *
  69. * Overhead for a normal frame split into two packets:
  70. *
  71. * 1414 = 1444 (typical UDP MTU) - 28 (packet header) - 2 (ethertype)
  72. * 1428 = 1444 (typical UDP MTU) - 16 (fragment header)
  73. * SUM: 2842
  74. *
  75. * We use 2800, which leaves some room for other payload in other types of
  76. * messages such as multicast propagation or future support for bridging.
  77. */
  78. #define ZT_MAX_MTU 2800
  79. /**
  80. * Maximum length of network short name
  81. */
  82. #define ZT_MAX_NETWORK_SHORT_NAME_LENGTH 255
  83. /**
  84. * Maximum number of statically assigned IP addresses per network endpoint using ZT address management (not DHCP)
  85. */
  86. #define ZT_MAX_ZT_ASSIGNED_ADDRESSES 16
  87. /**
  88. * Maximum number of multicast group subscriptions per network
  89. */
  90. #define ZT_MAX_NETWORK_MULTICAST_SUBSCRIPTIONS 4096
  91. /**
  92. * Maximum number of direct network paths to a given peer
  93. */
  94. #define ZT_MAX_PEER_NETWORK_PATHS 4
  95. /**
  96. * Feature flag: ZeroTier One was built to be thread-safe -- concurrent processXXX() calls are okay
  97. */
  98. #define ZT_FEATURE_FLAG_THREAD_SAFE 0x00000001
  99. /**
  100. * Feature flag: FIPS compliant build (not available yet, but reserved for future use if we ever do this)
  101. */
  102. #define ZT_FEATURE_FLAG_FIPS 0x00000002
  103. /**
  104. * Maximum number of hops in a ZeroTier circuit test
  105. *
  106. * This is more or less the max that can be fit in a given packet (with
  107. * fragmentation) and only one address per hop.
  108. */
  109. #define ZT_CIRCUIT_TEST_MAX_HOPS 512
  110. /**
  111. * Maximum number of addresses per hop in a circuit test
  112. */
  113. #define ZT_CIRCUIT_TEST_MAX_HOP_BREADTH 256
  114. /**
  115. * Maximum number of cluster members (and max member ID plus one)
  116. */
  117. #define ZT_CLUSTER_MAX_MEMBERS 128
  118. /**
  119. * Maximum number of physical ZeroTier addresses a cluster member can report
  120. */
  121. #define ZT_CLUSTER_MAX_ZT_PHYSICAL_ADDRESSES 16
  122. /**
  123. * Maximum allowed cluster message length in bytes
  124. */
  125. #define ZT_CLUSTER_MAX_MESSAGE_LENGTH (1444 * 6)
  126. /**
  127. * A null/empty sockaddr (all zero) to signify an unspecified socket address
  128. */
  129. extern const struct sockaddr_storage ZT_SOCKADDR_NULL;
  130. /****************************************************************************/
  131. /* Structures and other types */
  132. /****************************************************************************/
  133. /**
  134. * Function return code: OK (0) or error results
  135. *
  136. * Use ZT_ResultCode_isFatal() to check for a fatal error. If a fatal error
  137. * occurs, the node should be considered to not be working correctly. These
  138. * indicate serious problems like an inaccessible data store or a compile
  139. * problem.
  140. */
  141. enum ZT_ResultCode
  142. {
  143. /**
  144. * Operation completed normally
  145. */
  146. ZT_RESULT_OK = 0,
  147. // Fatal errors (>0, <1000)
  148. /**
  149. * Ran out of memory
  150. */
  151. ZT_RESULT_FATAL_ERROR_OUT_OF_MEMORY = 1,
  152. /**
  153. * Data store is not writable or has failed
  154. */
  155. ZT_RESULT_FATAL_ERROR_DATA_STORE_FAILED = 2,
  156. /**
  157. * Internal error (e.g. unexpected exception indicating bug or build problem)
  158. */
  159. ZT_RESULT_FATAL_ERROR_INTERNAL = 3,
  160. // Non-fatal errors (>1000)
  161. /**
  162. * Network ID not valid
  163. */
  164. ZT_RESULT_ERROR_NETWORK_NOT_FOUND = 1000,
  165. /**
  166. * The requested operation is not supported on this version or build
  167. */
  168. ZT_RESULT_ERROR_UNSUPPORTED_OPERATION = 1001,
  169. /**
  170. * The requestion operation was given a bad parameter or was called in an invalid state
  171. */
  172. ZT_RESULT_ERROR_BAD_PARAMETER = 1002
  173. };
  174. /**
  175. * @param x Result code
  176. * @return True if result code indicates a fatal error
  177. */
  178. #define ZT_ResultCode_isFatal(x) ((((int)(x)) > 0)&&(((int)(x)) < 1000))
  179. /**
  180. * Status codes sent to status update callback when things happen
  181. */
  182. enum ZT_Event
  183. {
  184. /**
  185. * Node has been initialized
  186. *
  187. * This is the first event generated, and is always sent. It may occur
  188. * before Node's constructor returns.
  189. *
  190. * Meta-data: none
  191. */
  192. ZT_EVENT_UP = 0,
  193. /**
  194. * Node is offline -- network does not seem to be reachable by any available strategy
  195. *
  196. * Meta-data: none
  197. */
  198. ZT_EVENT_OFFLINE = 1,
  199. /**
  200. * Node is online -- at least one upstream node appears reachable
  201. *
  202. * Meta-data: none
  203. */
  204. ZT_EVENT_ONLINE = 2,
  205. /**
  206. * Node is shutting down
  207. *
  208. * This is generated within Node's destructor when it is being shut down.
  209. * It's done for convenience, since cleaning up other state in the event
  210. * handler may appear more idiomatic.
  211. *
  212. * Meta-data: none
  213. */
  214. ZT_EVENT_DOWN = 3,
  215. /**
  216. * Your identity has collided with another node's ZeroTier address
  217. *
  218. * This happens if two different public keys both hash (via the algorithm
  219. * in Identity::generate()) to the same 40-bit ZeroTier address.
  220. *
  221. * This is something you should "never" see, where "never" is defined as
  222. * once per 2^39 new node initializations / identity creations. If you do
  223. * see it, you're going to see it very soon after a node is first
  224. * initialized.
  225. *
  226. * This is reported as an event rather than a return code since it's
  227. * detected asynchronously via error messages from authoritative nodes.
  228. *
  229. * If this occurs, you must shut down and delete the node, delete the
  230. * identity.secret record/file from the data store, and restart to generate
  231. * a new identity. If you don't do this, you will not be able to communicate
  232. * with other nodes.
  233. *
  234. * We'd automate this process, but we don't think silently deleting
  235. * private keys or changing our address without telling the calling code
  236. * is good form. It violates the principle of least surprise.
  237. *
  238. * You can technically get away with not handling this, but we recommend
  239. * doing so in a mature reliable application. Besides, handling this
  240. * condition is a good way to make sure it never arises. It's like how
  241. * umbrellas prevent rain and smoke detectors prevent fires. They do, right?
  242. *
  243. * Meta-data: none
  244. */
  245. ZT_EVENT_FATAL_ERROR_IDENTITY_COLLISION = 4,
  246. /**
  247. * Trace (debugging) message
  248. *
  249. * These events are only generated if this is a TRACE-enabled build.
  250. *
  251. * Meta-data: C string, TRACE message
  252. */
  253. ZT_EVENT_TRACE = 5
  254. };
  255. /**
  256. * Current node status
  257. */
  258. typedef struct
  259. {
  260. /**
  261. * 40-bit ZeroTier address of this node
  262. */
  263. uint64_t address;
  264. /**
  265. * Current world ID
  266. */
  267. uint64_t worldId;
  268. /**
  269. * Current world revision/timestamp
  270. */
  271. uint64_t worldTimestamp;
  272. /**
  273. * Public identity in string-serialized form (safe to send to others)
  274. *
  275. * This pointer will remain valid as long as the node exists.
  276. */
  277. const char *publicIdentity;
  278. /**
  279. * Full identity including secret key in string-serialized form
  280. *
  281. * This pointer will remain valid as long as the node exists.
  282. */
  283. const char *secretIdentity;
  284. /**
  285. * True if some kind of connectivity appears available
  286. */
  287. int online;
  288. } ZT_NodeStatus;
  289. /**
  290. * Virtual network status codes
  291. */
  292. enum ZT_VirtualNetworkStatus
  293. {
  294. /**
  295. * Waiting for network configuration (also means revision == 0)
  296. */
  297. ZT_NETWORK_STATUS_REQUESTING_CONFIGURATION = 0,
  298. /**
  299. * Configuration received and we are authorized
  300. */
  301. ZT_NETWORK_STATUS_OK = 1,
  302. /**
  303. * Netconf master told us 'nope'
  304. */
  305. ZT_NETWORK_STATUS_ACCESS_DENIED = 2,
  306. /**
  307. * Netconf master exists, but this virtual network does not
  308. */
  309. ZT_NETWORK_STATUS_NOT_FOUND = 3,
  310. /**
  311. * Initialization of network failed or other internal error
  312. */
  313. ZT_NETWORK_STATUS_PORT_ERROR = 4,
  314. /**
  315. * ZeroTier One version too old
  316. */
  317. ZT_NETWORK_STATUS_CLIENT_TOO_OLD = 5
  318. };
  319. /**
  320. * Virtual network type codes
  321. */
  322. enum ZT_VirtualNetworkType
  323. {
  324. /**
  325. * Private networks are authorized via certificates of membership
  326. */
  327. ZT_NETWORK_TYPE_PRIVATE = 0,
  328. /**
  329. * Public networks have no access control -- they'll always be AUTHORIZED
  330. */
  331. ZT_NETWORK_TYPE_PUBLIC = 1
  332. };
  333. /**
  334. * An Ethernet multicast group
  335. */
  336. typedef struct
  337. {
  338. /**
  339. * MAC address (least significant 48 bits)
  340. */
  341. uint64_t mac;
  342. /**
  343. * Additional distinguishing information (usually zero)
  344. */
  345. unsigned long adi;
  346. } ZT_MulticastGroup;
  347. /**
  348. * Virtual network configuration update type
  349. */
  350. enum ZT_VirtualNetworkConfigOperation
  351. {
  352. /**
  353. * Network is coming up (either for the first time or after service restart)
  354. */
  355. ZT_VIRTUAL_NETWORK_CONFIG_OPERATION_UP = 1,
  356. /**
  357. * Network configuration has been updated
  358. */
  359. ZT_VIRTUAL_NETWORK_CONFIG_OPERATION_CONFIG_UPDATE = 2,
  360. /**
  361. * Network is going down (not permanently)
  362. */
  363. ZT_VIRTUAL_NETWORK_CONFIG_OPERATION_DOWN = 3,
  364. /**
  365. * Network is going down permanently (leave/delete)
  366. */
  367. ZT_VIRTUAL_NETWORK_CONFIG_OPERATION_DESTROY = 4
  368. };
  369. /**
  370. * Local interface trust levels
  371. */
  372. enum ZT_LocalInterfaceAddressTrust {
  373. ZT_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL = 0,
  374. ZT_LOCAL_INTERFACE_ADDRESS_TRUST_PRIVACY = 10,
  375. ZT_LOCAL_INTERFACE_ADDRESS_TRUST_ULTIMATE = 20
  376. };
  377. /**
  378. * What trust hierarchy role does this peer have?
  379. */
  380. enum ZT_PeerRole {
  381. ZT_PEER_ROLE_LEAF = 0, // ordinary node
  382. ZT_PEER_ROLE_RELAY = 1, // relay node
  383. ZT_PEER_ROLE_ROOT = 2 // root server
  384. };
  385. /**
  386. * Vendor ID
  387. */
  388. enum ZT_Vendor {
  389. ZT_VENDOR_UNSPECIFIED = 0,
  390. ZT_VENDOR_ZEROTIER = 1
  391. };
  392. /**
  393. * Platform type
  394. */
  395. enum ZT_Platform {
  396. ZT_PLATFORM_UNSPECIFIED = 0,
  397. ZT_PLATFORM_LINUX = 1,
  398. ZT_PLATFORM_WINDOWS = 2,
  399. ZT_PLATFORM_MACOS = 3,
  400. ZT_PLATFORM_ANDROID = 4,
  401. ZT_PLATFORM_IOS = 5,
  402. ZT_PLATFORM_SOLARIS_SMARTOS = 6,
  403. ZT_PLATFORM_FREEBSD = 7,
  404. ZT_PLATFORM_NETBSD = 8,
  405. ZT_PLATFORM_OPENBSD = 9,
  406. ZT_PLATFORM_RISCOS = 10,
  407. ZT_PLATFORM_VXWORKS = 11,
  408. ZT_PLATFORM_FREERTOS = 12,
  409. ZT_PLATFORM_SYSBIOS = 13,
  410. ZT_PLATFORM_HURD = 14
  411. };
  412. /**
  413. * Architecture type
  414. */
  415. enum ZT_Architecture {
  416. ZT_ARCHITECTURE_UNSPECIFIED = 0,
  417. ZT_ARCHITECTURE_X86 = 1,
  418. ZT_ARCHITECTURE_X64 = 2,
  419. ZT_ARCHITECTURE_ARM32 = 3,
  420. ZT_ARCHITECTURE_ARM64 = 4,
  421. ZT_ARCHITECTURE_MIPS32 = 5,
  422. ZT_ARCHITECTURE_MIPS64 = 6,
  423. ZT_ARCHITECTURE_POWER32 = 7,
  424. ZT_ARCHITECTURE_POWER64 = 8
  425. };
  426. /**
  427. * Virtual network configuration
  428. */
  429. typedef struct
  430. {
  431. /**
  432. * 64-bit ZeroTier network ID
  433. */
  434. uint64_t nwid;
  435. /**
  436. * Ethernet MAC (48 bits) that should be assigned to port
  437. */
  438. uint64_t mac;
  439. /**
  440. * Network name (from network configuration master)
  441. */
  442. char name[ZT_MAX_NETWORK_SHORT_NAME_LENGTH + 1];
  443. /**
  444. * Network configuration request status
  445. */
  446. enum ZT_VirtualNetworkStatus status;
  447. /**
  448. * Network type
  449. */
  450. enum ZT_VirtualNetworkType type;
  451. /**
  452. * Maximum interface MTU
  453. */
  454. unsigned int mtu;
  455. /**
  456. * If nonzero, the network this port belongs to indicates DHCP availability
  457. *
  458. * This is a suggestion. The underlying implementation is free to ignore it
  459. * for security or other reasons. This is simply a netconf parameter that
  460. * means 'DHCP is available on this network.'
  461. */
  462. int dhcp;
  463. /**
  464. * If nonzero, this port is allowed to bridge to other networks
  465. *
  466. * This is informational. If this is false (0), bridged packets will simply
  467. * be dropped and bridging won't work.
  468. */
  469. int bridge;
  470. /**
  471. * If nonzero, this network supports and allows broadcast (ff:ff:ff:ff:ff:ff) traffic
  472. */
  473. int broadcastEnabled;
  474. /**
  475. * If the network is in PORT_ERROR state, this is the error most recently returned by the port config callback
  476. */
  477. int portError;
  478. /**
  479. * Is this network enabled? If not, all frames to/from are dropped.
  480. */
  481. int enabled;
  482. /**
  483. * Network config revision as reported by netconf master
  484. *
  485. * If this is zero, it means we're still waiting for our netconf.
  486. */
  487. unsigned long netconfRevision;
  488. /**
  489. * Number of multicast group subscriptions
  490. */
  491. unsigned int multicastSubscriptionCount;
  492. /**
  493. * Multicast group subscriptions
  494. */
  495. ZT_MulticastGroup multicastSubscriptions[ZT_MAX_NETWORK_MULTICAST_SUBSCRIPTIONS];
  496. /**
  497. * Number of assigned addresses
  498. */
  499. unsigned int assignedAddressCount;
  500. /**
  501. * ZeroTier-assigned addresses (in sockaddr_storage structures)
  502. *
  503. * For IP, the port number of the sockaddr_XX structure contains the number
  504. * of bits in the address netmask. Only the IP address and port are used.
  505. * Other fields like interface number can be ignored.
  506. *
  507. * This is only used for ZeroTier-managed address assignments sent by the
  508. * virtual network's configuration master.
  509. */
  510. struct sockaddr_storage assignedAddresses[ZT_MAX_ZT_ASSIGNED_ADDRESSES];
  511. } ZT_VirtualNetworkConfig;
  512. /**
  513. * A list of networks
  514. */
  515. typedef struct
  516. {
  517. ZT_VirtualNetworkConfig *networks;
  518. unsigned long networkCount;
  519. } ZT_VirtualNetworkList;
  520. /**
  521. * Physical network path to a peer
  522. */
  523. typedef struct
  524. {
  525. /**
  526. * Address of endpoint
  527. */
  528. struct sockaddr_storage address;
  529. /**
  530. * Time of last send in milliseconds or 0 for never
  531. */
  532. uint64_t lastSend;
  533. /**
  534. * Time of last receive in milliseconds or 0 for never
  535. */
  536. uint64_t lastReceive;
  537. /**
  538. * Is path active?
  539. */
  540. int active;
  541. /**
  542. * Is path preferred?
  543. */
  544. int preferred;
  545. } ZT_PeerPhysicalPath;
  546. /**
  547. * Peer status result buffer
  548. */
  549. typedef struct
  550. {
  551. /**
  552. * ZeroTier address (40 bits)
  553. */
  554. uint64_t address;
  555. /**
  556. * Time we last received a unicast frame from this peer
  557. */
  558. uint64_t lastUnicastFrame;
  559. /**
  560. * Time we last received a multicast rame from this peer
  561. */
  562. uint64_t lastMulticastFrame;
  563. /**
  564. * Remote major version or -1 if not known
  565. */
  566. int versionMajor;
  567. /**
  568. * Remote minor version or -1 if not known
  569. */
  570. int versionMinor;
  571. /**
  572. * Remote revision or -1 if not known
  573. */
  574. int versionRev;
  575. /**
  576. * Last measured latency in milliseconds or zero if unknown
  577. */
  578. unsigned int latency;
  579. /**
  580. * What trust hierarchy role does this device have?
  581. */
  582. enum ZT_PeerRole role;
  583. /**
  584. * Number of paths (size of paths[])
  585. */
  586. unsigned int pathCount;
  587. /**
  588. * Known network paths to peer
  589. */
  590. ZT_PeerPhysicalPath paths[ZT_MAX_PEER_NETWORK_PATHS];
  591. } ZT_Peer;
  592. /**
  593. * List of peers
  594. */
  595. typedef struct
  596. {
  597. ZT_Peer *peers;
  598. unsigned long peerCount;
  599. } ZT_PeerList;
  600. /**
  601. * ZeroTier circuit test configuration and path
  602. */
  603. typedef struct {
  604. /**
  605. * Test ID -- an arbitrary 64-bit identifier
  606. */
  607. uint64_t testId;
  608. /**
  609. * Timestamp -- sent with test and echoed back by each reporter
  610. */
  611. uint64_t timestamp;
  612. /**
  613. * Originator credential: network ID
  614. *
  615. * If this is nonzero, a network ID will be set for this test and
  616. * the originator must be its primary network controller. This is
  617. * currently the only authorization method available, so it must
  618. * be set to run a test.
  619. */
  620. uint64_t credentialNetworkId;
  621. /**
  622. * Hops in circuit test (a.k.a. FIFO for graph traversal)
  623. */
  624. struct {
  625. /**
  626. * Hop flags (currently unused, must be zero)
  627. */
  628. unsigned int flags;
  629. /**
  630. * Number of addresses in this hop (max: ZT_CIRCUIT_TEST_MAX_HOP_BREADTH)
  631. */
  632. unsigned int breadth;
  633. /**
  634. * 40-bit ZeroTier addresses (most significant 24 bits ignored)
  635. */
  636. uint64_t addresses[ZT_CIRCUIT_TEST_MAX_HOP_BREADTH];
  637. } hops[ZT_CIRCUIT_TEST_MAX_HOPS];
  638. /**
  639. * Number of hops (max: ZT_CIRCUIT_TEST_MAX_HOPS)
  640. */
  641. unsigned int hopCount;
  642. /**
  643. * If non-zero, circuit test will report back at every hop
  644. */
  645. int reportAtEveryHop;
  646. /**
  647. * An arbitrary user-settable pointer
  648. */
  649. void *ptr;
  650. /**
  651. * Pointer for internal use -- initialize to zero and do not modify
  652. */
  653. void *_internalPtr;
  654. } ZT_CircuitTest;
  655. /**
  656. * Circuit test result report
  657. */
  658. typedef struct {
  659. /**
  660. * Sender of report (current hop)
  661. */
  662. uint64_t current;
  663. /**
  664. * Previous hop
  665. */
  666. uint64_t upstream;
  667. /**
  668. * 64-bit test ID
  669. */
  670. uint64_t testId;
  671. /**
  672. * Timestamp from original test (echoed back at each hop)
  673. */
  674. uint64_t timestamp;
  675. /**
  676. * Timestamp on remote device
  677. */
  678. uint64_t remoteTimestamp;
  679. /**
  680. * 64-bit packet ID of packet received by the reporting device
  681. */
  682. uint64_t sourcePacketId;
  683. /**
  684. * Flags (currently unused, will be zero)
  685. */
  686. uint64_t flags;
  687. /**
  688. * ZeroTier protocol-level hop count of packet received by reporting device (>0 indicates relayed)
  689. */
  690. unsigned int sourcePacketHopCount;
  691. /**
  692. * Error code (currently unused, will be zero)
  693. */
  694. unsigned int errorCode;
  695. /**
  696. * Remote device vendor ID
  697. */
  698. enum ZT_Vendor vendor;
  699. /**
  700. * Remote device protocol compliance version
  701. */
  702. unsigned int protocolVersion;
  703. /**
  704. * Software major version
  705. */
  706. unsigned int majorVersion;
  707. /**
  708. * Software minor version
  709. */
  710. unsigned int minorVersion;
  711. /**
  712. * Software revision
  713. */
  714. unsigned int revision;
  715. /**
  716. * Platform / OS
  717. */
  718. enum ZT_Platform platform;
  719. /**
  720. * System architecture
  721. */
  722. enum ZT_Architecture architecture;
  723. /**
  724. * Local device address on which packet was received by reporting device
  725. *
  726. * This may have ss_family equal to zero (null address) if unspecified.
  727. */
  728. struct sockaddr_storage receivedOnLocalAddress;
  729. /**
  730. * Remote address from which reporter received the test packet
  731. *
  732. * This may have ss_family set to zero (null address) if unspecified.
  733. */
  734. struct sockaddr_storage receivedFromRemoteAddress;
  735. /**
  736. * Next hops to which packets are being or will be sent by the reporter
  737. *
  738. * In addition to reporting back, the reporter may send the test on if
  739. * there are more recipients in the FIFO. If it does this, it can report
  740. * back the address(es) that make up the next hop and the physical address
  741. * for each if it has one. The physical address being null/unspecified
  742. * typically indicates that no direct path exists and the next packet
  743. * will be relayed.
  744. */
  745. struct {
  746. /**
  747. * 40-bit ZeroTier address
  748. */
  749. uint64_t address;
  750. /**
  751. * Physical address or null address (ss_family == 0) if unspecified or unknown
  752. */
  753. struct sockaddr_storage physicalAddress;
  754. } nextHops[ZT_CIRCUIT_TEST_MAX_HOP_BREADTH];
  755. /**
  756. * Number of next hops reported in nextHops[]
  757. */
  758. unsigned int nextHopCount;
  759. } ZT_CircuitTestReport;
  760. /**
  761. * A cluster member's status
  762. */
  763. typedef struct {
  764. /**
  765. * This cluster member's ID (from 0 to 1-ZT_CLUSTER_MAX_MEMBERS)
  766. */
  767. unsigned int id;
  768. /**
  769. * Number of milliseconds since last 'alive' heartbeat message received via cluster backplane address
  770. */
  771. unsigned int msSinceLastHeartbeat;
  772. /**
  773. * Non-zero if cluster member is alive
  774. */
  775. int alive;
  776. /**
  777. * X, Y, and Z coordinates of this member (if specified, otherwise zero)
  778. *
  779. * What these mean depends on the location scheme being used for
  780. * location-aware clustering. At present this is GeoIP and these
  781. * will be the X, Y, and Z coordinates of the location on a spherical
  782. * approximation of Earth where Earth's core is the origin (in km).
  783. * They don't have to be perfect and need only be comparable with others
  784. * to find shortest path via the standard vector distance formula.
  785. */
  786. int x,y,z;
  787. /**
  788. * Cluster member's last reported load
  789. */
  790. uint64_t load;
  791. /**
  792. * Number of peers this cluster member "has"
  793. */
  794. uint64_t peers;
  795. /**
  796. * Physical ZeroTier endpoints for this member (where peers are sent when directed here)
  797. */
  798. struct sockaddr_storage zeroTierPhysicalEndpoints[ZT_CLUSTER_MAX_ZT_PHYSICAL_ADDRESSES];
  799. /**
  800. * Number of physical ZeroTier endpoints this member is announcing
  801. */
  802. unsigned int numZeroTierPhysicalEndpoints;
  803. } ZT_ClusterMemberStatus;
  804. /**
  805. * ZeroTier cluster status
  806. */
  807. typedef struct {
  808. /**
  809. * My cluster member ID (a record for 'self' is included in member[])
  810. */
  811. unsigned int myId;
  812. /**
  813. * Number of cluster members
  814. */
  815. unsigned int clusterSize;
  816. /**
  817. * Cluster member statuses
  818. */
  819. ZT_ClusterMemberStatus members[ZT_CLUSTER_MAX_MEMBERS];
  820. } ZT_ClusterStatus;
  821. /**
  822. * An instance of a ZeroTier One node (opaque)
  823. */
  824. typedef void ZT_Node;
  825. /****************************************************************************/
  826. /* Callbacks used by Node API */
  827. /****************************************************************************/
  828. /**
  829. * Callback called to update virtual network port configuration
  830. *
  831. * This can be called at any time to update the configuration of a virtual
  832. * network port. The parameter after the network ID specifies whether this
  833. * port is being brought up, updated, brought down, or permanently deleted.
  834. *
  835. * This in turn should be used by the underlying implementation to create
  836. * and configure tap devices at the OS (or virtual network stack) layer.
  837. *
  838. * The supplied config pointer is not guaranteed to remain valid, so make
  839. * a copy if you want one.
  840. *
  841. * This should not call multicastSubscribe() or other network-modifying
  842. * methods, as this could cause a deadlock in multithreaded or interrupt
  843. * driven environments.
  844. *
  845. * This must return 0 on success. It can return any OS-dependent error code
  846. * on failure, and this results in the network being placed into the
  847. * PORT_ERROR state.
  848. */
  849. typedef int (*ZT_VirtualNetworkConfigFunction)(
  850. ZT_Node *,
  851. void *,
  852. uint64_t,
  853. enum ZT_VirtualNetworkConfigOperation,
  854. const ZT_VirtualNetworkConfig *);
  855. /**
  856. * Function to send a frame out to a virtual network port
  857. *
  858. * Parameters: (1) node, (2) user ptr, (3) network ID, (4) source MAC,
  859. * (5) destination MAC, (6) ethertype, (7) VLAN ID, (8) frame data,
  860. * (9) frame length.
  861. */
  862. typedef void (*ZT_VirtualNetworkFrameFunction)(
  863. ZT_Node *,
  864. void *,
  865. uint64_t,
  866. uint64_t,
  867. uint64_t,
  868. unsigned int,
  869. unsigned int,
  870. const void *,
  871. unsigned int);
  872. /**
  873. * Callback for events
  874. *
  875. * Events are generated when the node's status changes in a significant way
  876. * and on certain non-fatal errors and events of interest. The final void
  877. * parameter points to event meta-data. The type of event meta-data (and
  878. * whether it is present at all) is event type dependent. See the comments
  879. * in the definition of ZT_Event.
  880. */
  881. typedef void (*ZT_EventCallback)(
  882. ZT_Node *,
  883. void *,
  884. enum ZT_Event,
  885. const void *);
  886. /**
  887. * Function to get an object from the data store
  888. *
  889. * Parameters: (1) object name, (2) buffer to fill, (3) size of buffer, (4)
  890. * index in object to start reading, (5) result parameter that must be set
  891. * to the actual size of the object if it exists.
  892. *
  893. * Object names can contain forward slash (/) path separators. They will
  894. * never contain .. or backslash (\), so this is safe to map as a Unix-style
  895. * path if the underlying storage permits. For security reasons we recommend
  896. * returning errors if .. or \ are used.
  897. *
  898. * The function must return the actual number of bytes read. If the object
  899. * doesn't exist, it should return -1. -2 should be returned on other errors
  900. * such as errors accessing underlying storage.
  901. *
  902. * If the read doesn't fit in the buffer, the max number of bytes should be
  903. * read. The caller may call the function multiple times to read the whole
  904. * object.
  905. */
  906. typedef long (*ZT_DataStoreGetFunction)(
  907. ZT_Node *,
  908. void *,
  909. const char *,
  910. void *,
  911. unsigned long,
  912. unsigned long,
  913. unsigned long *);
  914. /**
  915. * Function to store an object in the data store
  916. *
  917. * Parameters: (1) node, (2) user ptr, (3) object name, (4) object data,
  918. * (5) object size, (6) secure? (bool).
  919. *
  920. * If secure is true, the file should be set readable and writable only
  921. * to the user running ZeroTier One. What this means is platform-specific.
  922. *
  923. * Name semantics are the same as the get function. This must return zero on
  924. * success. You can return any OS-specific error code on failure, as these
  925. * may be visible in logs or error messages and might aid in debugging.
  926. *
  927. * If the data pointer is null, this must be interpreted as a delete
  928. * operation.
  929. */
  930. typedef int (*ZT_DataStorePutFunction)(
  931. ZT_Node *,
  932. void *,
  933. const char *,
  934. const void *,
  935. unsigned long,
  936. int);
  937. /**
  938. * Function to send a ZeroTier packet out over the wire
  939. *
  940. * Parameters:
  941. * (1) Node
  942. * (2) User pointer
  943. * (3) Local interface address
  944. * (4) Remote address
  945. * (5) Packet data
  946. * (6) Packet length
  947. *
  948. * If there is only one local interface it is safe to ignore the local
  949. * interface address. Otherwise if running with multiple interfaces, the
  950. * correct local interface should be chosen by address unless NULL. If
  951. * the ss_family field is zero (NULL address), a random or preferred
  952. * default interface should be used.
  953. *
  954. * The function must return zero on success and may return any error code
  955. * on failure. Note that success does not (of course) guarantee packet
  956. * delivery. It only means that the packet appears to have been sent.
  957. */
  958. typedef int (*ZT_WirePacketSendFunction)(
  959. ZT_Node *, /* Node */
  960. void *, /* User ptr */
  961. const struct sockaddr_storage *, /* Local address */
  962. const struct sockaddr_storage *, /* Remote address */
  963. const void *, /* Packet data */
  964. unsigned int); /* Packet length */
  965. /****************************************************************************/
  966. /* C Node API */
  967. /****************************************************************************/
  968. /**
  969. * Create a new ZeroTier One node
  970. *
  971. * Note that this can take a few seconds the first time it's called, as it
  972. * will generate an identity.
  973. *
  974. * @param node Result: pointer is set to new node instance on success
  975. * @param uptr User pointer to pass to functions/callbacks
  976. * @param now Current clock in milliseconds
  977. * @param dataStoreGetFunction Function called to get objects from persistent storage
  978. * @param dataStorePutFunction Function called to put objects in persistent storage
  979. * @param virtualNetworkConfigFunction Function to be called when virtual LANs are created, deleted, or their config parameters change
  980. * @param eventCallback Function to receive status updates and non-fatal error notices
  981. * @return OK (0) or error code if a fatal error condition has occurred
  982. */
  983. enum ZT_ResultCode ZT_Node_new(
  984. ZT_Node **node,
  985. void *uptr,
  986. uint64_t now,
  987. ZT_DataStoreGetFunction dataStoreGetFunction,
  988. ZT_DataStorePutFunction dataStorePutFunction,
  989. ZT_WirePacketSendFunction wirePacketSendFunction,
  990. ZT_VirtualNetworkFrameFunction virtualNetworkFrameFunction,
  991. ZT_VirtualNetworkConfigFunction virtualNetworkConfigFunction,
  992. ZT_EventCallback eventCallback);
  993. /**
  994. * Delete a node and free all resources it consumes
  995. *
  996. * If you are using multiple threads, all other threads must be shut down
  997. * first. This can crash if processXXX() methods are in progress.
  998. *
  999. * @param node Node to delete
  1000. */
  1001. void ZT_Node_delete(ZT_Node *node);
  1002. /**
  1003. * Process a packet received from the physical wire
  1004. *
  1005. * @param node Node instance
  1006. * @param now Current clock in milliseconds
  1007. * @param localAddress Local address, or point to ZT_SOCKADDR_NULL if unspecified
  1008. * @param remoteAddress Origin of packet
  1009. * @param packetData Packet data
  1010. * @param packetLength Packet length
  1011. * @param nextBackgroundTaskDeadline Value/result: set to deadline for next call to processBackgroundTasks()
  1012. * @return OK (0) or error code if a fatal error condition has occurred
  1013. */
  1014. enum ZT_ResultCode ZT_Node_processWirePacket(
  1015. ZT_Node *node,
  1016. uint64_t now,
  1017. const struct sockaddr_storage *localAddress,
  1018. const struct sockaddr_storage *remoteAddress,
  1019. const void *packetData,
  1020. unsigned int packetLength,
  1021. volatile uint64_t *nextBackgroundTaskDeadline);
  1022. /**
  1023. * Process a frame from a virtual network port (tap)
  1024. *
  1025. * @param node Node instance
  1026. * @param now Current clock in milliseconds
  1027. * @param nwid ZeroTier 64-bit virtual network ID
  1028. * @param sourceMac Source MAC address (least significant 48 bits)
  1029. * @param destMac Destination MAC address (least significant 48 bits)
  1030. * @param etherType 16-bit Ethernet frame type
  1031. * @param vlanId 10-bit VLAN ID or 0 if none
  1032. * @param frameData Frame payload data
  1033. * @param frameLength Frame payload length
  1034. * @param nextBackgroundTaskDeadline Value/result: set to deadline for next call to processBackgroundTasks()
  1035. * @return OK (0) or error code if a fatal error condition has occurred
  1036. */
  1037. enum ZT_ResultCode ZT_Node_processVirtualNetworkFrame(
  1038. ZT_Node *node,
  1039. uint64_t now,
  1040. uint64_t nwid,
  1041. uint64_t sourceMac,
  1042. uint64_t destMac,
  1043. unsigned int etherType,
  1044. unsigned int vlanId,
  1045. const void *frameData,
  1046. unsigned int frameLength,
  1047. volatile uint64_t *nextBackgroundTaskDeadline);
  1048. /**
  1049. * Perform periodic background operations
  1050. *
  1051. * @param node Node instance
  1052. * @param now Current clock in milliseconds
  1053. * @param nextBackgroundTaskDeadline Value/result: set to deadline for next call to processBackgroundTasks()
  1054. * @return OK (0) or error code if a fatal error condition has occurred
  1055. */
  1056. enum ZT_ResultCode ZT_Node_processBackgroundTasks(ZT_Node *node,uint64_t now,volatile uint64_t *nextBackgroundTaskDeadline);
  1057. /**
  1058. * Join a network
  1059. *
  1060. * This may generate calls to the port config callback before it returns,
  1061. * or these may be deffered if a netconf is not available yet.
  1062. *
  1063. * If we are already a member of the network, nothing is done and OK is
  1064. * returned.
  1065. *
  1066. * @param node Node instance
  1067. * @param nwid 64-bit ZeroTier network ID
  1068. * @return OK (0) or error code if a fatal error condition has occurred
  1069. */
  1070. enum ZT_ResultCode ZT_Node_join(ZT_Node *node,uint64_t nwid);
  1071. /**
  1072. * Leave a network
  1073. *
  1074. * If a port has been configured for this network this will generate a call
  1075. * to the port config callback with a NULL second parameter to indicate that
  1076. * the port is now deleted.
  1077. *
  1078. * @param node Node instance
  1079. * @param nwid 64-bit network ID
  1080. * @return OK (0) or error code if a fatal error condition has occurred
  1081. */
  1082. enum ZT_ResultCode ZT_Node_leave(ZT_Node *node,uint64_t nwid);
  1083. /**
  1084. * Subscribe to an Ethernet multicast group
  1085. *
  1086. * ADI stands for additional distinguishing information. This defaults to zero
  1087. * and is rarely used. Right now its only use is to enable IPv4 ARP to scale,
  1088. * and this must be done.
  1089. *
  1090. * For IPv4 ARP, the implementation must subscribe to 0xffffffffffff (the
  1091. * broadcast address) but with an ADI equal to each IPv4 address in host
  1092. * byte order. This converts ARP from a non-scalable broadcast protocol to
  1093. * a scalable multicast protocol with perfect address specificity.
  1094. *
  1095. * If this is not done, ARP will not work reliably.
  1096. *
  1097. * Multiple calls to subscribe to the same multicast address will have no
  1098. * effect. It is perfectly safe to do this.
  1099. *
  1100. * This does not generate an update call to networkConfigCallback().
  1101. *
  1102. * @param node Node instance
  1103. * @param nwid 64-bit network ID
  1104. * @param multicastGroup Ethernet multicast or broadcast MAC (least significant 48 bits)
  1105. * @param multicastAdi Multicast ADI (least significant 32 bits only, use 0 if not needed)
  1106. * @return OK (0) or error code if a fatal error condition has occurred
  1107. */
  1108. enum ZT_ResultCode ZT_Node_multicastSubscribe(ZT_Node *node,uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi);
  1109. /**
  1110. * Unsubscribe from an Ethernet multicast group (or all groups)
  1111. *
  1112. * If multicastGroup is zero (0), this will unsubscribe from all groups. If
  1113. * you are not subscribed to a group this has no effect.
  1114. *
  1115. * This does not generate an update call to networkConfigCallback().
  1116. *
  1117. * @param node Node instance
  1118. * @param nwid 64-bit network ID
  1119. * @param multicastGroup Ethernet multicast or broadcast MAC (least significant 48 bits)
  1120. * @param multicastAdi Multicast ADI (least significant 32 bits only, use 0 if not needed)
  1121. * @return OK (0) or error code if a fatal error condition has occurred
  1122. */
  1123. enum ZT_ResultCode ZT_Node_multicastUnsubscribe(ZT_Node *node,uint64_t nwid,uint64_t multicastGroup,unsigned long multicastAdi);
  1124. /**
  1125. * Get this node's 40-bit ZeroTier address
  1126. *
  1127. * @param node Node instance
  1128. * @return ZeroTier address (least significant 40 bits of 64-bit int)
  1129. */
  1130. uint64_t ZT_Node_address(ZT_Node *node);
  1131. /**
  1132. * Get the status of this node
  1133. *
  1134. * @param node Node instance
  1135. * @param status Buffer to fill with current node status
  1136. */
  1137. void ZT_Node_status(ZT_Node *node,ZT_NodeStatus *status);
  1138. /**
  1139. * Get a list of known peer nodes
  1140. *
  1141. * The pointer returned here must be freed with freeQueryResult()
  1142. * when you are done with it.
  1143. *
  1144. * @param node Node instance
  1145. * @return List of known peers or NULL on failure
  1146. */
  1147. ZT_PeerList *ZT_Node_peers(ZT_Node *node);
  1148. /**
  1149. * Get the status of a virtual network
  1150. *
  1151. * The pointer returned here must be freed with freeQueryResult()
  1152. * when you are done with it.
  1153. *
  1154. * @param node Node instance
  1155. * @param nwid 64-bit network ID
  1156. * @return Network configuration or NULL if we are not a member of this network
  1157. */
  1158. ZT_VirtualNetworkConfig *ZT_Node_networkConfig(ZT_Node *node,uint64_t nwid);
  1159. /**
  1160. * Enumerate and get status of all networks
  1161. *
  1162. * @param node Node instance
  1163. * @return List of networks or NULL on failure
  1164. */
  1165. ZT_VirtualNetworkList *ZT_Node_networks(ZT_Node *node);
  1166. /**
  1167. * Free a query result buffer
  1168. *
  1169. * Use this to free the return values of listNetworks(), listPeers(), etc.
  1170. *
  1171. * @param node Node instance
  1172. * @param qr Query result buffer
  1173. */
  1174. void ZT_Node_freeQueryResult(ZT_Node *node,void *qr);
  1175. /**
  1176. * Add a local interface address
  1177. *
  1178. * Local interface addresses may be added if you want remote peers
  1179. * with whom you have a trust relatinship (e.g. common network membership)
  1180. * to receive information about these endpoints as potential endpoints for
  1181. * direct communication.
  1182. *
  1183. * Take care that these are never ZeroTier interface addresses, otherwise
  1184. * strange things might happen or they simply won't work.
  1185. *
  1186. * Addresses can also be added here if they are the result of a UPnP or
  1187. * NAT-PMP port mapping or other discovery or mapping means.
  1188. *
  1189. * This returns a boolean indicating whether or not the address was
  1190. * accepted. ZeroTier will only communicate over certain address types
  1191. * and (for IP) address classes. Thus it's safe to just dump your OS's
  1192. * entire remote IP list (excluding ZeroTier interface IPs) into here
  1193. * and let ZeroTier determine which addresses it will use. It will
  1194. * reject bad, empty, and unusable addresses.
  1195. *
  1196. * @param addr Local interface address
  1197. * @param metric Local interface metric
  1198. * @param trust How much do you trust the local network under this interface?
  1199. * @return Boolean: non-zero if address was accepted and added
  1200. */
  1201. int ZT_Node_addLocalInterfaceAddress(ZT_Node *node,const struct sockaddr_storage *addr,int metric, enum ZT_LocalInterfaceAddressTrust trust);
  1202. /**
  1203. * Clear local interface addresses
  1204. */
  1205. void ZT_Node_clearLocalInterfaceAddresses(ZT_Node *node);
  1206. /**
  1207. * Set a network configuration master instance for this node
  1208. *
  1209. * Normal nodes should not need to use this. This is for nodes with
  1210. * special compiled-in support for acting as network configuration
  1211. * masters / controllers.
  1212. *
  1213. * The supplied instance must be a C++ object that inherits from the
  1214. * NetworkConfigMaster base class in node/. No type checking is performed,
  1215. * so a pointer to anything else will result in a crash.
  1216. *
  1217. * @param node ZertTier One node
  1218. * @param networkConfigMasterInstance Instance of NetworkConfigMaster C++ class or NULL to disable
  1219. * @return OK (0) or error code if a fatal error condition has occurred
  1220. */
  1221. void ZT_Node_setNetconfMaster(ZT_Node *node,void *networkConfigMasterInstance);
  1222. /**
  1223. * Initiate a VL1 circuit test
  1224. *
  1225. * This sends an initial VERB_CIRCUIT_TEST and reports results back to the
  1226. * supplied callback until circuitTestEnd() is called. The supplied
  1227. * ZT_CircuitTest structure should be initially zeroed and then filled
  1228. * in with settings and hops.
  1229. *
  1230. * It is the caller's responsibility to call circuitTestEnd() and then
  1231. * to dispose of the test structure. Otherwise this node will listen
  1232. * for results forever.
  1233. *
  1234. * @param node Node instance
  1235. * @param test Test configuration
  1236. * @param reportCallback Function to call each time a report is received
  1237. * @return OK or error if, for example, test is too big for a packet or support isn't compiled in
  1238. */
  1239. enum ZT_ResultCode ZT_Node_circuitTestBegin(ZT_Node *node,ZT_CircuitTest *test,void (*reportCallback)(ZT_Node *, ZT_CircuitTest *,const ZT_CircuitTestReport *));
  1240. /**
  1241. * Stop listening for results to a given circuit test
  1242. *
  1243. * This does not free the 'test' structure. The caller may do that
  1244. * after calling this method to unregister it.
  1245. *
  1246. * Any reports that are received for a given test ID after it is
  1247. * terminated are ignored.
  1248. *
  1249. * @param node Node instance
  1250. * @param test Test configuration to unregister
  1251. */
  1252. void ZT_Node_circuitTestEnd(ZT_Node *node,ZT_CircuitTest *test);
  1253. /**
  1254. * Initialize cluster operation
  1255. *
  1256. * This initializes the internal structures and state for cluster operation.
  1257. * It takes two function pointers. The first is to a function that can be
  1258. * used to send data to cluster peers (mechanism is not defined by Node),
  1259. * and the second is to a function that can be used to get the location of
  1260. * a physical address in X,Y,Z coordinate space (e.g. as cartesian coordinates
  1261. * projected from the center of the Earth).
  1262. *
  1263. * Send function takes an arbitrary pointer followed by the cluster member ID
  1264. * to send data to, a pointer to the data, and the length of the data. The
  1265. * maximum message length is ZT_CLUSTER_MAX_MESSAGE_LENGTH (65535). Messages
  1266. * must be delivered whole and may be dropped or transposed, though high
  1267. * failure rates are undesirable and can cause problems. Validity checking or
  1268. * CRC is also not required since the Node validates the authenticity of
  1269. * cluster messages using cryptogrphic methods and will silently drop invalid
  1270. * messages.
  1271. *
  1272. * Address to location function is optional and if NULL geo-handoff is not
  1273. * enabled (in this case x, y, and z in clusterInit are also unused). It
  1274. * takes an arbitrary pointer followed by a physical address and three result
  1275. * parameters for x, y, and z. It returns zero on failure or nonzero if these
  1276. * three coordinates have been set. Coordinate space is arbitrary and can be
  1277. * e.g. coordinates on Earth relative to Earth's center. These can be obtained
  1278. * from latitutde and longitude with versions of the Haversine formula.
  1279. *
  1280. * See: http://stackoverflow.com/questions/1185408/converting-from-longitude-latitude-to-cartesian-coordinates
  1281. *
  1282. * Neither the send nor the address to location function should block. If the
  1283. * address to location function does not have a location for an address, it
  1284. * should return zero and then look up the address for future use since it
  1285. * will be called again in (typically) 1-3 minutes.
  1286. *
  1287. * Note that both functions can be called from any thread from which the
  1288. * various Node functions are called, and so must be thread safe if multiple
  1289. * threads are being used.
  1290. *
  1291. * @param node Node instance
  1292. * @param myId My cluster member ID (less than or equal to ZT_CLUSTER_MAX_MEMBERS)
  1293. * @param zeroTierPhysicalEndpoints Preferred physical address(es) for ZeroTier clients to contact this cluster member (for peer redirect)
  1294. * @param numZeroTierPhysicalEndpoints Number of physical endpoints in zeroTierPhysicalEndpoints[] (max allowed: 255)
  1295. * @param x My cluster member's X location
  1296. * @param y My cluster member's Y location
  1297. * @param z My cluster member's Z location
  1298. * @param sendFunction Function to be called to send data to other cluster members
  1299. * @param sendFunctionArg First argument to sendFunction()
  1300. * @param addressToLocationFunction Function to be called to get the location of a physical address or NULL to disable geo-handoff
  1301. * @param addressToLocationFunctionArg First argument to addressToLocationFunction()
  1302. * @return OK or UNSUPPORTED_OPERATION if this Node was not built with cluster support
  1303. */
  1304. enum ZT_ResultCode ZT_Node_clusterInit(
  1305. ZT_Node *node,
  1306. unsigned int myId,
  1307. const struct sockaddr_storage *zeroTierPhysicalEndpoints,
  1308. unsigned int numZeroTierPhysicalEndpoints,
  1309. int x,
  1310. int y,
  1311. int z,
  1312. void (*sendFunction)(void *,unsigned int,const void *,unsigned int),
  1313. void *sendFunctionArg,
  1314. int (*addressToLocationFunction)(void *,const struct sockaddr_storage *,int *,int *,int *),
  1315. void *addressToLocationFunctionArg);
  1316. /**
  1317. * Add a member to this cluster
  1318. *
  1319. * Calling this without having called clusterInit() will do nothing.
  1320. *
  1321. * @param node Node instance
  1322. * @param memberId Member ID (must be less than or equal to ZT_CLUSTER_MAX_MEMBERS)
  1323. * @return OK or error if clustering is disabled, ID invalid, etc.
  1324. */
  1325. enum ZT_ResultCode ZT_Node_clusterAddMember(ZT_Node *node,unsigned int memberId);
  1326. /**
  1327. * Remove a member from this cluster
  1328. *
  1329. * Calling this without having called clusterInit() will do nothing.
  1330. *
  1331. * @param node Node instance
  1332. * @param memberId Member ID to remove (nothing happens if not present)
  1333. */
  1334. void ZT_Node_clusterRemoveMember(ZT_Node *node,unsigned int memberId);
  1335. /**
  1336. * Handle an incoming cluster state message
  1337. *
  1338. * The message itself contains cluster member IDs, and invalid or badly
  1339. * addressed messages will be silently discarded.
  1340. *
  1341. * Calling this without having called clusterInit() will do nothing.
  1342. *
  1343. * @param node Node instance
  1344. * @param msg Cluster message
  1345. * @param len Length of cluster message
  1346. */
  1347. void ZT_Node_clusterHandleIncomingMessage(ZT_Node *node,const void *msg,unsigned int len);
  1348. /**
  1349. * Get the current status of the cluster from this node's point of view
  1350. *
  1351. * Calling this without clusterInit() or without cluster support will just
  1352. * zero out the structure and show a cluster size of zero.
  1353. *
  1354. * @param node Node instance
  1355. * @param cs Cluster status structure to fill with data
  1356. */
  1357. void ZT_Node_clusterStatus(ZT_Node *node,ZT_ClusterStatus *cs);
  1358. /**
  1359. * Get ZeroTier One version
  1360. *
  1361. * @param major Result: major version
  1362. * @param minor Result: minor version
  1363. * @param revision Result: revision
  1364. * @param featureFlags: Result: feature flag bitmap
  1365. */
  1366. void ZT_version(int *major,int *minor,int *revision,unsigned long *featureFlags);
  1367. #ifdef __cplusplus
  1368. }
  1369. #endif
  1370. #endif