newnode icon indicating copy to clipboard operation
newnode copied to clipboard

NewNode decentralized Content Distribution Network

Results 12 newnode issues
Sort by recently updated
recently updated
newest added

The proxy works, but wget subprocess crashes on Ubuntu 22.04 >> Program terminated with signal SIGXFSZ, File size limit exceeded. Backtrace on wget looks like this: ``` Core was generated...

Hello! We are trying out the NearBy feature of newnode. It works fine on iOS. However, we couldn't get it to work on Android. We tried an experiment on 4...

We understand that the statistics sent to stats.newnode.com does not have any valuable private information, however it may become a privacy concern for users of particular apps with integrated newnode....

Can you provide a way for both Android and iOS to opt out from sending logs and stacktraces to bugsnag? It's a very rare thing for libraries to do so.

Instead of fetching net.dns, a bunch of Java code is required: https://github.com/MiniDNS/minidns/blob/master/minidns-android21/src/main/java/org/minidns/dnsserverlookup/android21/AndroidUsingLinkProperties.java

`Internal/NewNode` has a `startNearby()` method that calls `Bluetooth.bluetoothOn() -> Bluetooth.startServer() -> Bluetooth.tryStartServer() -> BluetoothManager.openGattServer()`. https://github.com/clostra/newnode/blob/44f48fe824592987d2025a019b2c1e3dcd4a5693/android/src/main/java/com/clostra/newnode/internal/Bluetooth.java#L265 The `startNearby()` method is called in `onActivityResumed()` which causes a new `BluetoothGattServer` to be created...

Please add FireSide on the F-Droid FOSS app store.

This is the first step of the `ViewController` refactoring process described in #139 All the network extension stuff is now moved into a separate component and the `ViewController`'s dependency graph...

I made a review of the iOS App and there are some thoughts I would like to share with the community. The ViewController is responsible for a lot of things:...

The configuration is very important part of every app and the good practice is to have it more specific declarative way