Misha Bragin

Results 33 issues of Misha Bragin

To start off :) **A big thank you to the Pion contributors and especially to @Sean-Der for supporting us on this topic.** ## Summary Expand [Candidate gathering mechanism](https://github.com/pion/ice/blob/72e6a2bab055fd609f18fc430ce959a6137a62e7/gather.go#L82) allowing [UDPMux](https://github.com/pion/ice/blob/master/udp_mux.go)...

enhancement
mux

**OS**: Debian 11 **To reproduce:** install netbird-ui from repository The main problem is that libappindicator3-dev is not in Debian's repositories.

bug
client
netbird-ui

**What?** Right now, the client app is just a single process with a UP command that installs the service and detaches. The idea is to have a separate daemon process...

enhancement
client
2022 Q1

**What?** - Add a property to the client installation to store current version - Send client version to the Management Service on login request together with the machine info. **Why?**...

enhancement
client
2022 Q1

**What?** Introduce a status filter for the Setup key. Default - valid keys. **Why?** Keys tend to expire and the list might just grow. It is also unnecessary to see...

enhancement
2022 Q1
dashboard

**What?** The Management service sends updates to the connected client apps on every change of the network. E.g. once a new peer has been added (joined the network) all other...

enhancement
management-service
2022 Q1

**What?** Support a single socket mode (or reduced number of sockets) in the client app. We use [pion/ice](https://github.com/pion/ice) library for NAT traversal (discovering connection candidates for establishing p2p connections). Currently,...

enhancement
client
2022 Q1

**What?** Add event handling to the Engine in the Client app (actor-like?) There are certain events (logical) on the client-side that occur from time to time on the client. E.g.:...

enhancement
client
2022 Q1

When running the client app with many peers in the network (100+) we observe too many open sockets on a single machine. This is caused mostly by the ICE trickle...

bug
enhancement