-
Direct source-to-target (i.e. mobile-to-desktop) data streaming, possibly using WebSockets and/or WebRTC.
-
Add android build targets to CI:
- *-linux-android
Some potentially helpful starting points:
- tx5 already has android build targets in CI: https://github.com/holochain/tx5/blob/main/.github/wo…
-
Currently we have a POC-based example of how to use bisq core to connect to the network and communicate.
We need to structure that into the Android (node) app to provide the most efficient and reliab…
-
Hello! Thank you for your excellent work! This is the first distributed large model inference framework that I've seen that supports heterogeneity in a P2P way. I was interested and planned to try it …
-
pion/transport v3.0.2 includes a fix (workaround?) for android 11+ -- previous versions cannot connect to network interfaces (unless you use a fork of golang which p2p-shipyard is doing currently)
…
-
### Code of conduct
- [X] I have read and agree to adhere to the [Code of Conduct](https://github.com/oxen-io/session-desktop/blob/master/CODE_OF_CONDUCT.md)
### Self-training on how to write a bug …
-
This is a continuation from https://github.com/Amanieu/corosensei/issues/38. I thought https://github.com/Amanieu/corosensei/issues/38 was the underlying issue and that when it was fixed this would be…
-
### What happened?
I freshly installed jitsi on a local Ubuntu VM, and while a 2 persons conference is working well, when a third person enters, all participants lose video (but audio and screen shar…
-
Hi,
Thanks for developing PeerSplit, it looks great and was exactly how I envisioned a p2p Splitwise clone to work!
In the current state however, the app is not an **installable PWA proper**, wh…
-
subscribeOnPeersUpdates doesn't fire at all it doesn't show me the connected devices on Android 10
async componentDidMount() {
try {
await initialize();
// since it…