Use testbed, it's almost always superior for higher-level testing
(anything above core/transport). -Christian
On 09/28/2015 04:49 PM, tg (x) wrote:
>> On Mon, 28 Sep 2015 10:59:56 +0200, Christian Grothoff
>> said:
>
>> Great! Have you tried running the test with --enable-coverage and
> On Mon, 28 Sep 2015 10:59:56 +0200, Christian Grothoff
> said:
> Great! Have you tried running the test with --enable-coverage and
> analyzing the output with lcov to see how well the tests cover the code?
Yes, I checked, it covers it fairly well, the lacking part is the CADET
functi
Great! Have you tried running the test with --enable-coverage and
analyzing the output with lcov to see how well the tests cover the code?
I don't care too much about the percentage, but it would be good to be
sure that there are not some significant parts of the algorithm that are
left untested b
Hi,
now we have test cases for multicast, and the API functionality
is implemented with message transmission, receipt & replay.
Still have to be done for the multicast service is tree building & maintenance,
for which the design still has to be worked out.
-tg
__
> On Wed, 09 Sep 2015 01:48:28 +0200, Christian Grothoff
> said:
> May I point out that the testcase for multicast doesn't actually test
> anything yet? I think it might be a good idea to at least test that
> subsystem before starting to build GUIs 3 layers above it ;-).
Right, my plan
There is a meeting on the topic of doing secushare GUIs
in Berlin today. Ask in our chatroom if you're in town.
On Wed, Sep 09, 2015 at 03:46:24AM +0300, LRN wrote:
> How are you going to call it? How about WhatsGNU? :)
Also a possibility.
See www.secushare.org for more.
--
E-mail is public!
On 09.09.2015 0:05, tg (x) wrote:
> * Next steps
>
> Next steps will be a client application to demonstrate the use of the social
> API
How are you going to call it? How about WhatsGNU? :)
--
O< ascii ribbon - stop html email! - www.asciiribbon.org
0x922360B0.asc
Description: application/pgp-
Hi Gabor,
May I point out that the testcase for multicast doesn't actually test
anything yet? I think it might be a good idea to at least test that
subsystem before starting to build GUIs 3 layers above it ;-).
Happy hacking!
Christian
On 09/08/2015 11:05 PM, tg(x) wrote:
> Dear GNUdevs,
>
>
Dear GNUdevs,
here's a progress report about the social messaging part of GNUnet.
* PSYCstore
Now the PSYCstore is able to perform state assignment operations,
and local applications can request stored state variables from it.
* Social
The social service and its API is ready to use now. It all