]> git.meshlink.io Git - meshlink/commit
Add meshlink_get_external_address() and meshlink_add_external_address().
authorGuus Sliepen <guus@meshlink.io>
Fri, 11 Mar 2016 11:08:48 +0000 (12:08 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Jun 2017 08:55:46 +0000 (10:55 +0200)
commit82e6ef764b4f1d2c2b6c1be35452cb87aff11350
tree1c7d9ee174bb9fa91dafb04572128d4241526065
parentaefe87865b47c80b415e2e01ca27b11b208b842d
Add meshlink_get_external_address() and meshlink_add_external_address().

These functions try to discover the local node's external address by
contacting the meshlink.io server. The get function just returns the
discovered address as a string, the add function adds it as an Address,
so it will end up in the list of addresses when calling
meshlink_export().
src/meshlink.c
src/meshlink.h