You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest commit, we already support a method to construct SocketAddrV4 from the provided IP address in a Node struct. The next step is to simulate the network by running the node at the virtual port socket() of the simulation environment. What I propose is to fork this repository https://github.com/canndrew/netsim and simulate the network behavior of the node.
Expected Outcome
When click Start Node on the UI, node is running at the virtual port
The text was updated successfully, but these errors were encountered:
chungquantin
changed the title
[service] clone netsim and simulate the network on node started
[service][network] clone netsim and simulate the network on node started
Dec 23, 2023
Issues
In the latest commit, we already support a method to construct
SocketAddrV4
from the provided IP address in aNode
struct. The next step is to simulate the network by running the node at the virtual portsocket()
of the simulation environment. What I propose is to fork this repository https://github.com/canndrew/netsim and simulate the network behavior of the node.Expected Outcome
When click
Start Node
on the UI, node is running at the virtual portThe text was updated successfully, but these errors were encountered: