1 个仓库
Systems that decompose high-level requests into a sequence of granular, low-level operations for a target device.
Distinct from Command Queue Dispatchers: Existing candidates focus on trie-based lookups, keyword mapping, or cluster nodes, not high-to-low level operation translation.
Explore 1 awesome GitHub repository matching software engineering & architecture · Primitive-Based Command Dispatch. Refine with filters or upvote what's useful.
idb 是一套用于控制和自动化 iOS 模拟器及物理设备的工具。它由命令行界面、模拟器控制器和一个桥接器组成,该桥接器提供对内部系统接口的访问,以自动化通常仅限于图形用户界面的功能。 该项目包括一个远程目标管理器,能够使用配套的主机进程跨不同机器或数据中心控制 iOS 设备和模拟器。该系统将命令行界面与管理实际设备连接的进程分离开来。 该工具集为设备测试和模拟器自动化提供了细粒度的原语,允许对 iOS 仿真环境和物理硬件进行程序化交互。
Translates high-level automation requests into a sequence of granular low-level operations for the target device.