-
Hey, I am having problems with the android plugin.
My kcptun config:
```
{
"listen": "0.0.0.0:4000",
"target": "127.0.0.1:6969",
"key": "",
"crypt": "salsa20",
"mode": …
-
of note, both the 8812au.ko and 8814au.ko modules think they are rtl8812au as you can see from this paste. note, this is from 8814au.ko and that 8812au.ko is *not loaded OR even installed"
```
[ 4…
-
I want to build os-kernel on my machine, My System is CentOS 7
I clone from https://github.com/rancher/os-kernel.git And run "KERNEL_TAG=4.9.10 make release" ,But build failure ,I got a lot of warni…
-
Using NixOS with a recent nixpkgs (18.09). Downloaded nix/release/default.nix and renamed to opam2nix-packages.nix.
```nix
with import {};
let
opam2nix = callPackage ./opam2nix-packages.nix…
et4te updated
5 years ago
-
请问你在test_rc.c 例子中,reed_solomon_reconstruct(rs, data_blocks, zilch, nrShards, blockSize);里的zilch是自己设置的值,但假如真实环境中,这个zilch怎么获取呢?比如:服务器给客户端发送数据,客户端收到数据后,用reed_solomon_reconstruct对数据进行解码,但客户端这个zilch值怎么填写呢?
-
Just curious, Is this project finished or more features are planned? Maybe a tutorial on how to deploy with kubernetes? Anyways, keep up the great work.
P. S. I love this project, one of my favorit…
-
Hey!
Thank you a lot for your great work! Your implementation is blazingly fast! :)
I have a slightly different use case. I want to detect silent bit errors (resp. damaged shards) and don't know…
jue89 updated
6 years ago
-
Thanks @catid for some awesome code.
I implemented https://github.com/ronomon/reed-solomon based on Backblaze's module. This was one of my first C projects. I would like to write a Cauchy Reed Solo…
-
I use VisualMicro plugin (visualmicro.com). Previous version compiled without any problems.
With the new one I got:
M5Stack-SD-Menu.ino: 80:35: error: 'JSONMeta' has not been declared
void g…
-
Hi,
After a long and tedious search in the source code I found a strange transformation in gcc-bridge. There's a problem, isn't there?
```c
void func( ) {
uint16_t element = 1;
uint16_t i;
…