Fastui#220
Conversation
|
This is absolutely amazing! It is indeed blazingly fast, this feels like a high-end web-server behind. I would never have thought this to be possible. This will take a bit of time to test-drive, though, hopefully by several testers, as everything was moved around and a lot of things were refactored.
BTW: While writing this, I constantly moved between the switch UI and this page, and I was every time amazed discovering more new really nice things in this new UI! |
|
Just hat a first look at this. I'm speechless. This is a real game-changer. |
|
unfortunately the save config is corrupting and i messed up my switch and since i dont have a serial port or reset switch i need to unsolder chip to flash (it wont flash when on the board) so will continue when i find sometime.. its only a few hours of claude and gemin did not do much myself.. but speed is much better than before |
|
Can confirm the UI is much better both for looks and especially for the speed and usability. There is an issue tho, its pretty much unusable on mobile. Maybe think about this in the next update! Thanks |
You do not need a switch to work on the UI. There is a simulator for the device, which simulates all of the commands the browser may send: Just start it in the html directory and it makes a single-threaded web-server that takes and replies to the commands from the browser. Connect at |
|
Cool let me try out this will help immensly! |
…ete compared to old implementation
|
broke swith competely as burnt traces when soldering epprom.. need to get new one to continue playing.. which model do you suggest which ideall also has an easy ser |
theese shoudl be done |
Just made a PR for the Keeplink KP-9000-6XH-X2. |
|
The keeplink devices definitely have one of the best price/performance ratios. I believe they are all supported. |
|
Really looks nice and fast. This first bug that I hit is:
This error shows in the browser java console. |
A couple of suggestions if you want to play around with your new switch once you get it: Often programmers have some kind of current limiting/overcurrent protection, other circuitry on the board might trip it when trying to program a chip in circuit. Sometimes you can up the current limit in the programming software. Might be worth checking/trying. My switch needed 250mA to program. Otherwise there are SOIC8 sockets like this available. Just desolder the chip and install the socket instead, then it's a 30 second operation to remove the chip for reprogramming if necessary. When it comes to the desoldering, Chipquik alloy or similar products simplifies desoldering of multi pin SMD components immensely if you don't have access to a proper hot air rework station, using a regular soldering iron/station instead. Also, the UI really looks amazing :) |
|
Tested fastui on my 9XHML-X since your switch is down. The VLAN page has a few issues in
The upstream I've also reproduced the config corruption on save and I'm taking a look at that now. |

New ui implementation.. much much faster and traps more errors - is dis ome testing and all seems to work.... everything is on one file now.. harder to maintain (migh consider splittig up a bit in future) but avoids avoids webserver overload - for now test out speed and operation..