Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是安卓新手。我想编写一个实时程序,将数据流从 wi-fi 传输到 usb。流应该在 5 毫秒内通过。为此,我需要停止任何其他操作(如 UI)。有办法吗?
有办法吗?
除非可能通过自定义固件。正如评论者所指出的,Android 不是 RTOS。RTOS 应用程序应使用 RTOS 操作系统。