nwaku/apps/wakubridge
Ivan Folgueira Bande 665484c17b
refactor: proper use of setupNat (#1740)
Notice that I had to adapt to use 'rlpx_connected_peers' instead
of 'connected_peers' in 'wakunode1.nim' because due to the update
of the 'vendor/nim-eth', which adds the dependency-break with
'confutils' but also includes another changes.

Aside note: we cannot have 'confutils' dependency in 'nim-eth' because
that will prevent the generation of any waku dynamic library.
2023-05-17 18:32:53 +02:00
..
README.md chore: move apps and tools to their own directory 2022-10-12 14:41:25 -05:00
config.nim feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
message_compat.nim chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
nim.cfg feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
wakubridge.nim refactor: proper use of setupNat (#1740) 2023-05-17 18:32:53 +02:00

README.md

Common

This folder contains (a) modules that use both Waku v1 and Waku v2. and (b) utilities that are useful for both Waku v1 and v2.

Examples include:

  • Bridge between v1 and v2
  • NAT traversal
  • interworking with protocols external to Waku (such as Matterbridge)