gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] Two questions regarding CADET application


From: Heiko Stamer
Subject: [GNUnet-developers] Two questions regarding CADET application
Date: Wed, 28 Dec 2016 16:49:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Hey developers,

I am going to use CADET for distributed key generation [1] based on
algorithms implemented in LibTMCG [2]. I have two short questions:

1) Please, can you reserve two official message types and a CADET port
for this application? Currently I am using:

#define GNUNET_MESSAGE_TYPE_LIBTMCG_DKG_GENERATE_PIPE_UNICAST   10001
#define GNUNET_MESSAGE_TYPE_LIBTMCG_DKG_GENERATE_PIPE_BROADCAST 10002

GNUNET_CRYPTO_hash("42742", 5, &porthash);

2) GNUNET_PROGRAM_run() does not terminates, if services (i.e. ARM) are
not running. Is this behavior intended? (Workaround: should I use exit
in shutdown task?)

Bests,
Heiko.

[1]
http://git.savannah.gnu.org/cgit/libtmcg.git/tree/tools/dkg-gnunet-common.cc
[2] http://www.nongnu.org/libtmcg/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]