Rishikeshan Sulochana/Lavakumar (Work)
Rishikeshan Sulochana/Lavakumar (Work)
> The 4.00 sources require patches, for details see [The Broken Source Code for MS-DOS 4.00 Has Been Restored](https://fabulous.systems/posts/2024/05/the-broken-source-code-for-ms-dos-4-has-been-restored/), there you also find bootable floppy disks which boot fine under...
@KishanDasani: Do you use any VPNs/firewalls that block the normal communications (non-proxied)? I am pretty sure that SipSorcery won't do TCP TURN but I am not sure if it's the...
Thanks for this! BTW did you upgrade the target dotnet version? (is this why the AppVeyor builds fail?). The AGPL dependency basically caught me by surprise. I never thought there...
@Terricide: Are these contributions/changes in the PR commits under the MIT license? I would love to merge it to my own private repository and see how it works. Thank you...
> Yes it is licensed under the MIT license. That's why I rewrote it was to make sipsocery not have the AGPL code. Thank you very much for this, it...
Yes, I would like that as I do have quite a lot of things to display. I think colours repeat every 9-10 entries and I had to randomize the LinePattern...
@lostmsu: Thank you for the fixes; I can confirm that they have made things far more performant than without it! However, I had to revert it due to the PR...
I don't think the repo there points to a pion example that does this. `node-webrtc` [1] and `node-libdatachannel` [2] have shims to do this and those are aimed at the...
Thank you for your response; I have had limited success (trivial applications do work on at least GNU/Linux natively) porting Eto.Forms to [Core.System.Windows.Forms](https://github.com/DanielVanNoord/System.Windows.Forms) which is Mono's version ported back to...
Thank you for the reply. Does it still depend on `mono` for compiling it, or does the compilation also work with the modern `dotnet` `wasm` target too?