Jo-Philipp Wich

Results 14 issues of Jo-Philipp Wich

This commit adds an ethernet port status overview to the main status page. ![0fd2914f22e4958ba7beec4a7efbb912b944c245](https://user-images.githubusercontent.com/2528802/182389860-323f332f-a5f1-4a80-bb51-27077927af97.png) The design should theoretically scale to many ports. Below is a mock up created by repeating...

This commits imports luci-mod-simple, a vastly simplified shell only exposing common operations instead of the whole range of available uci settings. The LuCI simple module has been originally developed for...

Hi @openwrt-routing/owners for a long time both the openwrt-routing and openwrt packages organizations are working in parallel and in many cases are maintained by the same persons. For the sake...

This PR adds a mostly feature complete re-implementation of the LuCI server side runtime in ucode instead of Lua. It supports running the complete standard LuCI environment (as selected by...

When compiling logical assignment expressions, ensure that the rhs of the assignment is not evaluated when the assignment condition is unfulfilled. Signed-off-by: Jo-Philipp Wich

This PR contains commits dropping polyfills not needed anymore on modern browsers and refactoring code to utilize ES6 syntax elements and features.

WIP
RFC

This PR introduces a number of changes into the tree: - Package the uwsd HTTP/WebSocket server - Add client side support for requesting JavaScript class files and calling ubus RPC...

WIP

Implement a new struct buffer API to support incremental packing and unpacking of binary data. This API allows for more flexible and efficient handling of structured data, especially for streaming...

Introduce a new interactive debug cli which can be started by invoking the ucode interpreter with the `-x` flag. The main debugger functionality resides in the debug library while the...

- Make uc_vector_push() and uc_vector_grow() return pointers to the first added vector element - Refactor uc_vector_push() to be able to take struct initialization literals as macro argument - Make uc_vector_last()...