Honghao Zeng
Honghao Zeng
@amdfxlucas Thank you very much for the comment and the suggestion. I like the idea of `RoutingProvider`, and I think this is the way to go if we want to...
Hi @amdfxlucas - thank you so much for all the contributions. I really appreciate the help. However I just recently moved to a new country and started a new job...
编辑plist的话用defaults就好了吧? ``` defaults read ~/Library/Preferences/clowwindy.ShadowsocksX.plist ``` 但是读出来有些意义不明的数据... 不知道怎么改。
@cielpy 只是放了个PAC呀?iOS APP监听端口可以的吧。
We should consider adding a set of API, probably on the `Node` (routers, hosts) and `Network` class (internal networks, internet exchanges), for layers, services, or just the emulation itself, to...
A working version of this feature is now merged to the `development` branch. Note the following changes to the requested features: - No button for start/stop recording. The UI is...
The following changes have been made: - Instead of using a time multiplier, a user-defined, fixed amount of delay is used between each event. - Instead of sorting events using...
Now, the replay feature is separated into a panel. The panel has: - Record start / stop button: toggle recording of events. Overwrites the old recording if one exists. -...
There is a way to set link speed for each `Interface`: https://github.com/seed-labs/SEEDEmulator/blob/master/seedemu/core/Node.py#L122 However, since `joinNetwork` call no longer returns an `Interface` (networks are only really "connected" during render now), there...
The problem with these is that a lot of the information are not in the class themself. These API will not be possible unless you want them to available only...