Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-09-01 | 877 Bytes | |
Net_RouterOS-1.0.1.zip | 2011-09-01 | 47.2 kB | |
Net_RouterOS-1.0.1.tgz | 2011-09-01 | 29.6 kB | |
Totals: 3 Items | 77.6 kB | 3 |
Notes: Channel change, more divisions and better fail handling. Package now has 100% code coverage. Uninstall the previous release with "pear uninstall pearhub/Net_RouterOS". Changelog: * Changed channel to pear.php.net. * Separated data integrity functions from Communicator into a new Transmitter class. * Separated socket creation and error handling into a new class SocketClientTransmitter. * Added the previously commented premature connection termination tests. * Added the removeAllArguments() method for Message and Request (+ a test for it). * Simplified login slightly. * Altered the PseudoServer slightly. * Created additional tests for length decoding which are no longer dependent on the PseudoServer. * Control byte test is no longer dependent on the PseudoServer. * Added the tutorial on Query. * Documentation fixes. * Source code reformatting.