Www.10.10.2.1 Mixer.html
The link "10.10.2.1" is the factory default IP address for the LAN connection of modern digital mixers, most notably the Soundcraft Ui series. When you type this address into any web browser, you are not browsing the internet. Instead, you are connecting directly to a miniature web server built right into the mixing console itself. This server hosts "mixer.html" and all the related files, delivering a full-featured, real-time mixing console interface. The entire control software—including all faders, EQs, effects, and routing matrices—is a web application that runs natively in your browser. This design is revolutionary because it completely bypasses the need for proprietary apps, specific operating systems, or driver installations. Whether you are using a Windows laptop, a MacBook, an iPad, an Android tablet, or even a smartphone, as long as it has an HTML5-capable browser, you can achieve full control over the mixer. The mixer itself creates a local Wi-Fi hotspot and a dedicated network, and its internal DHCP server automatically assigns IP addresses to any connected devices.
The address www.10.10.2.1 is technically invalid (you should remove the www ), but I can give you a for what a mixer.html page typically does on embedded devices. www.10.10.2.1 mixer.html
It‘s a shame that Phonegap Build is closed at the top of the corona crisis and at the top of the mobile age!
Being a PhoneGap refugees we spent a lot of time looking at alternatives. On the development side, we made the jump to Ionic Capacitor which is logical upgrade from Cordova but young enough that build flows are few and far between.
The logical choice here would have been AppFlow which looks really nice. The deal-killer for use was pricing – it was simply cost-prohibitive for our small operation. After much searching, we found a great solution in CodeMagic (formerly Nevercode) – it’s a really nice CI/CD flow with a modest learning curve. It had a magic combination of true Ionic Capacitor support, ease-of-use and a free pricing tier that is full-featured. If you’re in a crunch the upgraded plans are pay-as-you-go which is also a plus.
Amazing it has not got as much attention as it deserves…
Like everyone else, phonegap left a huge hole when it shut down. We looked at every alternative out there and eventually settled on volt.build for two reasons, 1) the company behind it has been around a long time and 2) it’s the closest we could find to building locally. It’s 100% cordova and they keep up with the latest.
volt build not support any plugins, like sqlite, file transfer, etc
“volt build not support any plugins, like sqlite, file transfer, etc”
Sorry – I just saw this comment. It’s not true at all. Here’s a list of over 1000 plugins which have been checked out for use.
https://volt.build/docs/approved_plugins/
I’m on the VoltBuilder team. Don’t hesitate to contact us if you have questions – [email protected]
For me, best way not is with GitHub actions, super cheap and easy to set up:
https://capgo.app/blog/automatic-capacitor-ios-build-github-action/