Commit Graph

41 Commits

Author SHA1 Message Date
Lee Smet
20a3038d03 Close #444: Add requirement for wintun.dll on windows
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2026-01-20 14:32:13 +01:00
Eugene Lamskoy
8ff17e49d9 Add ArchLinux AUR package information to README
Added information about ArchLinux AUR package for Mycelium.

Signed-off-by: Eugene Lamskoy <lamskoy@users.noreply.github.com>
2026-01-05 15:45:21 +01:00
Lee Smet
152ee4d297 Add proxy docs
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-09-19 11:24:40 +02:00
Lee Smet
afb32e0cdb Remove mentions of v0.5.x in README
Enough time has passed, and all remaining public nodes have been
upgraded to v0.6.x now.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-07-28 13:25:44 +02:00
Lee Smet
ef44068557 Split public node table by version in README
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-05-14 10:44:13 +02:00
Lee Smet
f3729710ca Update README.md with updated peers
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-25 16:48:40 +02:00
Lee Smet
e8b24053a0 Add note in README.md about network upgrade
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-25 14:48:47 +02:00
Lee Smet
847b7213d1 Update docs to reflect new message configuration
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-04-24 14:23:15 +02:00
Lee Smet
7dbd4426dd Close #365: Update docs with (new) public peers
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-08-20 15:36:51 +02:00
Maxime Van Hees
b0fd7c629b Added github action for MSI build + updated README + added WiX installer files 2024-07-12 14:59:30 +02:00
Maxime Van Hees
3d9ad65704 Fixed requested changes 2024-07-12 13:10:44 +02:00
Maxime Van Hees
f9e0560990 Moved information from CHANGELOG to README 2024-07-12 13:10:44 +02:00
Maxime Van Hees
a502a79350 Update README.md
Typo

Signed-off-by: Maxime Van Hees <vanheesm@threefold.tech>
2024-07-08 11:38:00 +02:00
Lee Smet
26db7d2178 Correct overlay IP's of public nodes
Seems half of them had an incorrect overlay IP set

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-06-13 10:20:10 +02:00
Lee Smet
a456f0ec77 Remove binaries from cargo workspace
To avoid the resolver building the regular binary with private network
related code. In the future the regular binary might become part of the
workspace again, TBD.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-05-28 11:01:32 +02:00
Lee Smet
ec04b8c08e Add remaining public peer IP's
Now that they have been updated to v0.5.x

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-05-28 09:44:18 +02:00
Lee Smet
40d777615a Use a public node in the example command
People seem to just copy and paste without verifying the address, so use
a public node which has the highest chance of always working.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-05-23 16:12:45 +02:00
Lee Smet
edc49d7c62 Document mycelium IP's of public nodes
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-05-23 16:12:45 +02:00
Lee Smet
31f04378a3 Feature gate statically linking openssl
Add `vendored-openssl` as feature flag, which is used to statically link
to a local build copy of openssl. Previously this was always done,
though local openssl installs on dev machines are not rare, and it saves
some compile time it seems.

Closes #214

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-05-02 15:29:58 +02:00
Lee Smet
8161174dd9 Add note regarding private network to README.md
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-04-12 15:30:01 +02:00
Lee Smet
db47b26293 Document new hosted public peers
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-02-29 16:29:37 +01:00
Lee Smet
43c961181a Add some cross compilation notes in README.md
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-02-27 15:03:38 +01:00
Lee Smet
ab3626b281 Update addresses in README.md to new range
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-02-26 10:31:13 +01:00
Lee Smet
93adb94016 Specify the need for wintun.dll on Windows
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-02-20 12:50:26 +01:00
a-kenji
8fa6c830fb Fix various typos 2024-02-20 11:23:09 +01:00
Lee Smet
9e030c725d Add state of windows support 2024-02-20 10:33:51 +01:00
Lee Smet
35c6a75013 Change overlay IP's to be part of 400::/7
This diverts from the original design, current implementation will
propagate routes but won't be able to send data since packets not
destined to 200::/7 are dropped immediately in the local node.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2024-02-19 14:00:57 +01:00
kristof de spiegeleer
6c62845fe2 Update README.md
Signed-off-by: kristof de spiegeleer <kristof@incubaid.com>
2024-01-12 15:00:20 +02:00
kristof de spiegeleer
43a8a48dbe Update README.md
Signed-off-by: kristof de spiegeleer <kristof@incubaid.com>
2024-01-12 14:42:08 +02:00
kristof de spiegeleer
773cac54a7 Update README.md
Signed-off-by: kristof de spiegeleer <kristof@incubaid.com>
2024-01-12 14:41:37 +02:00
Lee Smet
88a4171c44 Close #90: Add endpoint type
This prepares for support of multiple underlay connections without
requiring further external breaking changes.

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-12-28 16:53:46 +01:00
Lee Smet
3703e22be8 Note that macOS is supported in README.md
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-11-23 13:00:18 +01:00
Lee Smet
5d3130c91c Add basic docs about the current message system
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-11-03 17:53:53 +01:00
Lee Smet
fab8d02965 Specify --no-tun flag in README.md
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-10-30 10:16:34 +01:00
Lee Smet
7b65d6cf63 Expand README.md with new features
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-10-27 16:11:06 +02:00
Rob Van Mieghem
9d97ecd18c Correct the peers parameter in the readme example 2023-08-09 15:35:23 +02:00
Rob Van Mieghem
f77f353d75 Explain the private key file format in the readme 2023-08-08 12:23:32 +02:00
Lee Smet
f78b18d520 Add basic info in README.md
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-08-03 16:16:12 +02:00
Lee Smet
7416984efc Update README.md
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2023-07-26 14:20:24 +02:00
vanheesmaxime
c0fc2af6bd Update README.md 2023-06-06 11:45:26 +02:00
vanheesmaxime
02aac657fa Create README.md 2023-06-01 15:58:04 +02:00