twili icon indicating copy to clipboard operation
twili copied to clipboard

Homebrew debug monitor for the Nintendo Switch.

Results 25 twili issues
Sort by recently updated
recently updated
newest added

https://github.com/misson20000/twili/blob/2b0ecaa7d4218a14f3e7f8f68d8ff5b6fb291809/twili/bridge/tcp/TCPBridge.hpp#L121-L126 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in 2b0ecaa7d4218a14f3e7f8f68d8ff5b6fb291809 when #59 was merged. cc @misson20000.

todo :spiral_notepad:

Look into making Twibd run as a Windows service.

twib

## Wish List - [ ] Implement some tty functions so we can use libraries like [linenoise](https://github.com/antirez/linenoise) - [ ] `isatty` - [ ] `tcgetattr` - [ ] `tcsetattr` -...

enhancement
twib

Blocked on #47. Currently, every call to `printf` in Twili blocks on a USB transfer. There should be several different logging modes: - USB Synchronous: Each call to `printf` blocks...

This should come after #7. It'd be cool to be able to have Twili provide virtual filesystems backed by directories on the workstation. There should be a ITwiliService command `MountRemoteFilesystem`...

enhancement