Skip to content

Releases: ciniml/WireGuard-ESP32-Arduino

v0.1.5: Add end() function to shutdown the WireGuard interface.

10 Dec 19:25
a330797
Compare
Choose a tag to compare

end() function is added to the WireGuard class to shutdown the WireGuard interface.

After shutting down the WireGuard interface, all communication is routed to the previous default interface, which is used as the underlying interface of the WireGuard interface.

v0.1.4: Add Inkplate to the target platform

04 Nov 13:11
eb74a00
Compare
Choose a tag to compare

Add Inkplate to the target device of this library to remove warnings. (#5)

v0.1.3: Implement peer destroy, support build with PlatformIO Arduino.

03 Oct 11:17
dd94dba
Compare
Choose a tag to compare

Merged two PRs:

  • The handshake must also be destroyed during a timer reset. (#1)
  • Exclude platform-specific asm files (#3)

From this release, a project which uses this library can be compiled with Platform IO Arduino backend.

@mrkeuz @ErikDoell Thanks for contribution!

v0.1.2: Add UDP example, Fix name resolution error.

05 Aug 21:47
ce65891
Compare
Choose a tag to compare
  • Add UDP examples for SORACOM Unified Endpoint + Orbit.
  • Fix WireGuard name resolution to retry 5 times before stop working.

v0.1.1: Fix compilation error

19 Jul 17:22
Compare
Choose a tag to compare
Fix that the library fails to build due to wrong header name.

v0.1.0: Initial release

18 Jul 20:11
Compare
Choose a tag to compare

Initial release of the library.