We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4.0.0-alpha: update released banners, add tik4mcp links, add History entry
Wiki: beginner-focused restructure, fix samples, mark 4.x alpha-preview transports - Home: restructure for beginners (install -> quick start -> typed read -> CRUD -> async); move feature/transport lists below; tag 4.x-only features. - Mark every non-API transport as "alpha preview in 4.x" (Home + Connection-types tables and per-page banners); add note that only Api/ApiSsl are stable. - Fix outdated samples: obsolete Api_v2 -> Api (Home, How-to-use, CRUD-examples, VB); CRUD =.id= literal -> $"=.id={id}"; ADO.NET cmd/command name mismatch. - Add missing Telnet-connection page (was a broken link from SSH page). - Fill login-versions page (was a "TBD" stub). - Expand History 4.0.0 with new transports, Safe Mode, capability model, raw command, GUI-name addressing, MCP server. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Document Listen capability for CLI + native transports All CLI transports (Telnet, WinBox CLI, MAC-Telnet, WinBox-CLI-MAC) and the WinBox native transport now report Crud | Listen: ExecuteAsync / LoadAsync / LoadListenAsync work, emulated by polling a one-shot snapshot on a background worker (no server push over a terminal / WinBox channel). Rewrites each Capability section with the three async call shapes (streaming monitor, finite ping/traceroute, change listen, async list), notes that Streaming (ExecuteListWithDuration) is still API-only, and that interactive-only commands such as /tool/torch have no as-value snapshot to poll over a terminal.
Document WinBox CLI connection (TikConnectionType.WinboxCli) - New page WinBox-CLI-connection: encrypted CLI over TCP 8291 (EC-SRP5 + AES), usage, TikConnectionSetup helper, login timeout, capability, notes. - Home: add WinboxCli to the transport list. - Roadmap-4x: mark WinBox CLI transport done; note native-M2 / MAC variants ahead. - MAC-Telnet-connection: add the Login timeout section (previously uncommitted). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
docs: add Acknowledgements section (EC-SRP5 + KC.MacTelnet sources)
docs: MAC-Telnet connection + MNDP FindMacByHost + roadmap update - MAC-Telnet-connection.md — new page: router setup, basic usage, RouterMac override, TikConnectionSetup, capability note, transport limitations - MNDP.md — add FindMacByHost helper docs + TikInstanceDescriptor field table - Roadmap-4x.md — mark MAC-Telnet as done (was exploratory) - Home.md — add transport type list (Api/ApiSsl/Rest/RestSsl/Telnet/MacTelnet) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>