Nimbus
Core:
- Testnet1 -based on libp2p-daemon, launched this morning, need to adapt the script to start it with a single command (libp2p-daemon not build)
type | |
Function = ref object | |
stages: seq[Stage] | |
output: Parameter | |
schedule: FunctionSchedule | |
Call = ref object | |
function: Function | |
params: seq[LuxNode] |
/* Generated by Nim Compiler v0.19.6 */ | |
/* (c) 2018 Andreas Rumpf */ | |
/* The generated code is subject to the original license. */ | |
/* Compiled for: Linux, amd64, gcc */ | |
/* Command for C compiler: | |
gcc -c -w -I/home/beta/.choosenim/toolchains/nim-0.19.6/lib -o /home/beta/.cache/nim/e12_syntax_revamp_d/e12_syntax_revamp.c.o /home/beta/.cache/nim/e12_syntax_revamp_d/e12_syntax_revamp.c */ | |
#define NIM_NEW_MANGLING_RULES | |
#define NIM_INTBITS 64 | |
#include "nimbase.h" |
This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.
"OpenPGP" refers to the OpenPGP protocol, in much the same way that HTML refers to the protocol that specifies how to write a web page. "GnuPG", "SequoiaPGP", "OpenPGP.js", and others are implementations of the OpenPGP protocol in the same way that Mozilla Firefox, Google Chromium, and Microsoft Edge refer to software packages that process HTML data.
Nimbus team
Specs:
Sync:
Networking:
Nimbus
Networking:
import posix | |
import strutils | |
when defined(macosx): | |
const | |
libName = "libpcap.dylib" | |
defaultIfName* = "en0" | |
else: | |
# where is u_int type defined for pcap.h?? |
import hashes, sets, random, sequtils, times | |
const IntSize = sizeof(int) | |
proc randomString(len: Natural): string = | |
result = newString(len) | |
for c in result.mitems: | |
c = rand('a'..'z') | |
proc sum[T](x: seq[T]): T = |
Implementer's Call 17
Nimbus notes
Closed agenda for past 6 months: