We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Document WinBox CLI over MAC connection (TikConnectionType.WinboxCliMac) - New page WinBox-CLI-MAC-connection: encrypted WinBox CLI over the MAC layer (UDP 20561), prerequisites, usage, MNDP bypass, TikConnectionSetup helper, capability, notes. - Home: add WinboxCliMac to the transport list. - Roadmap-4x: mark WinBox CLI over MAC transport done. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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>
Roadmap: .NET 4.8 remains supported and tested via netstandard2.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add 4.x roadmap wiki page Covers planned features with delivery order and disclaimers for exploratory/uncertain items: TikLink fluent API, path navigation, command wrappers, SyncListAsync, REST transport, DI integration, platform cleanup, MAC Telnet, SSH, TikValue. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add 4.x change tracking documentation - Change-tracking.md: new page covering snapshot mechanism, save modes, breaking change vs 3.x, advanced TikChangeTracker API, edge case table, and partial .proplist note for future TikLink Select - History.md: 4.0.0 section with breaking change and new feature entry - Home.md: change tracking bullet in feature list - High-level-API-CRUD.md: Save section updated with diff-save description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update package name tik4net.objects -> tik4net.entities
Add 3.6.0 release notes
Add tik4net.testing documentation (alpha) Three new pages covering TikFakeConnection usage at each API level: - Testing-low-level-API.md (CallCommandSync, raw sentences) - Testing-mid-level-API.md (ITikCommand.Execute*, ExecuteAsync) - Testing-high-level-API.md (LoadAll, Save, Delete, entity builder helpers) Updated Communication-debugging-&-testing.md and Home.md with links. All pages marked alpha — API may change before stable NuGet release. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Document LoadListenAsync method
Fix SSL-connection page; minor typo fixes across wiki - SSL-connection.md: rewrite to clarify the cert requirement comes from .NET's lack of anonymous Diffie-Hellman (ADH) support, not MikroTik; fix certificate setup steps (separate CA + server cert); note that SslProtocols.None (TLS 1.2/1.3) should be used instead of Tls 1.0 - Minor spelling fixes across other pages (paralel→parallel, Documnetation→Documentation, and similar) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Updated MNDP (markdown)
Created MNDP (markdown)
Updated High level API with O R mapper (markdown)
Updated Communication debugging & testing (markdown)
Updated History (markdown)
Created History (markdown)
Updated CRUD examples for all APIs (markdown)
Created login versions (markdown)
Updated VB trivial example (markdown)
Updated How to use tik4net library (markdown)