-
It takes a long time to warm up if the producer has already produced lots of updates before the consumer joins (In this case, the consumer only needs the data produced after its joining).
There are…
-
./waf configure --enable-static --disable-shared --with-examples
./waf
./build/examples/chat /abc
in MacOS
libc++abi: terminating with uncaught exception of type boost::exception_detail::clone_…
-
In C++ ndn-svs implementation, TLV type for SeqNo = 204; for Python SVS implementation, TLV type for SeqNo = 203.
Can we have specification for TLV types needed so there are inconsistency between …
-
[24.08.2023 12:09:22] jasiu-rozowyczlowiek:
[24.08.2023 12:09:22] jasiu-rozowyczlowiek
-
Hello Justin,
I tried to use the chat app for webcam video transfer by sending images in sequence and noticed that when the image size changes, it throws an error since it's above 8KB.
On the sen…
-
Hello Justin,
Is security (encryption/auth) enabled by default in the chat app? How do I change or disable it?
Thanks,
AE
-
The following doesn't work as expected (no updates are received), but works fine when a string is used instead of a name in `sync.add`. Is this expected?
```typescript
const sync = new SvSync({
…
-
```
$ LD_LIBRARY_PATH=build ./build/examples/chat
Usage: client
AddressSanitizer:DEADLYSIGNAL
=================================================================
==14534==ERROR: AddressSanitizer: …
-
I am trying to run psync-partial-publisher.ts from NDNts directory as you have mentioned.
```
NDNTS_NFDREG=1 npm run literate packages/sync/interop-test/psync-partial-publisher.ts
```
but I am g…
-
Steps to reproduce:
```shell
docker run --rm python:3.9 pip install ndn-hydra
```
Expected: installation succeeds
Actual: error message
```text
Installing collected packages: urllib3, p…