Wangchong Zhou

Results 195 comments of Wangchong Zhou

I'm not sure if `logging` is included in the python install of openwrt. We can use `logging` when available and use plain `print` as fallback. Also it would be better...

@fzinfz Thanks for you contribution anyway !

我现在也没有测试环境,先看下能不能把ui部分加进来吧🌚

@lphgor 这个问题我想可以这样,根据用户名的hash取余来选择随机设备信息,这样可以保证一个用户选的是同一个设备 @bugparty 另一个问题是毕竟设备的信息有限,是否考虑使用某种生成算法来生成设备信息?

可以安装ipk文件,然后在openwrt 系统->启动项 里启用`swjsq`,第一次启用再点一下开始

@mincely you can add `display.mirror(true)`. Probably worth adding this to driver default, will update this PR.

Hi @johnfishbein thanks for the detailed report. It does seem the logic to handle predefined eab crendential is wrong. You can let the library to create it for you at...

@nizar-m The `check_new` function is called in a timer for configured `renew_check_interval`, meaning new worker will wait to `renew_check_interval` time to actually do the renew.

Hi @cdloh, your thoughts make sense to me. Though I'd think always checking the whitelist first would be easier to make it as a single source of truth of which...

Generally such hot path that requires network would needs to be cached. There's a great library I would suggest to use https://github.com/thibaultcha/lua-resty-mlcache, if you don't want to implement your own...