-
## CLIENT
```
Traceback (most recent call last):
File "/home/ubuntu/.local/lib/python3.8/site-packages/ndn/app.py", line 237, in _wait_for_data
name, meta_info, content, sig, raw_packet = …
-
```
ndn-hydra-repo -rp /hydra -n node2
Read handle: listening to /hydra/fetch
Read handle: listening to /hydra/node/node2/fetch
Query handle: listening to /hydra/query
Query handle: listening to …
-
Hello,
I am trying to use the hydra packages, but I ran into some problems, I hope the authors will be able to solve my issue.
I am able to recreate the issue. The conditions are as follows:
…
0rky updated
7 months ago
-
While trying to publish a file as a client, the file gets stored in the memory(RAM) and then offloaded into the network. If the file is larger than the RAM size, the program gets stuck. Memory thrashi…
0rky updated
7 months ago
-
-
### What happened?
When emulator is launched, elements are not being interacted with as expected (though they do work for iOS).
Patches to the Android files are done through the following steps he…
-
In https://github.com/NixOS/nixpkgs/pull/101929 we have many important programs (e.g. `cachix`) still using python2 in their builds. **This list doesn't constitute python2 applications, but rather pac…
-
Currently, `ndn-hydra-repo` command requires a `--sessionid` argument, which must be unique when the repo is restarted.
Having it as a required argument is error-prone because the user may inadverten…
-
## Environment
* Linux kernel 5.4.0
* Docker `python:3.9` image
* NFD `0.7.1-36-gaf3ff5a8`, Unix socket mounted into the container at `/run/nfd.sock`
* NFD uses multicast strategy for all prefix…
-
When trying to use an NDNApp access in another thread and prepare data, I receive the following error:
```
data_packet = self.app.prepare_data(int_name + [Component.from_number(packet_number, C…