adding next API end point goal

This commit is contained in:
2024-10-19 23:22:38 +01:00
parent 02be206221
commit 5766623d7d

View File

@@ -44,6 +44,13 @@ main = do
sleepNSecs 5
outputStr <- execListServers
print outputStr
-- Mapport - Number
terminateProcess startProcessHandle
-- Loop (Run replica of haskell program on different $NODES)
-- - Start server
-- - wait 4 seconds
@@ -54,12 +61,6 @@ main = do
-- - Use remote machine p2prc cmd to map a port using --mp
-- - Return back the exposed public IP and port number back to stdout
outputStr <- execListServers
print outputStr
terminateProcess startProcessHandle
data P2prAPI = MkP2prAPI