bonedaddy

Results 115 issues of bonedaddy

# Overview The focus on this issue is to enable secure connections to endpoints using PeerIDs, and securing the connection using the corresponding public key # Expected Outcome * Initiate...

`src/multiaddr/protoutils.c` has a large number of errors reported from `-fanalyzer` we should look into this.

Usage of the plugin on master with the rust implementation of shadowsocks fails with the following error ``` panic: qtls.CertificateRequestInfo doesn't match goroutine 1 [running]: github.com/marten-seemann/qtls-go1-16.init.0() /home/solidity/go/pkg/mod/github.com/marten-seemann/[email protected]/unsafe.go:17 +0x198 ``` version...

Integrate this codebase with Travis CI for automated testing against pull requests, and integrate with dockerhub to automatically build docker images

good first issue
help wanted

# Overview Includes a number of changes that modernize the rust version in use, upgrades all dependencies, and uses better error handling: * Rust edition change to `2021` * All...

# Overview I'm running into issues with building a tcp reverse proxy server that services multiple clients. If one of the clients disconnects without properly terminating the session, the `I2PListener`...

# Part 1 - LoRa LibP2P Protocol LibP2P allows us to register arbitrary protocols, and setup stream handlers. We should implement a basic LibP2P protocol that allows a LibP2P host...

This will allow us to use an SBC + LoRa device in one, since we can attach the dragino LoRa GPS HAT to an RPi, and run a TemporalX node...

enables usage of `escort` as a library, and adds the ability to xor the data before compressiong & base64 encoding. todo: * enable padding the txt records with arbitrary data...

# Enable Persistence It would be optimal if some form of persistence was added. I found [this neato powershell gist](https://gist.github.com/loadenmb/599e23be848d1cbb3d43aa04bc8369af)