When I first read the protocol info for the API I was initially a tad confused trying to figure out the whole definition of a word and the length mess. Well I figured it out and I think that the definitions section of the API in C helped clarify a ton. I was thinking a word was the programmers word which depending on the processor can change. It didn’t make much sense to me until I realized it was just a chunk of api command(s). Just thought this info should be in the API doc for those that may find themselves confused. Also it would be nice to link to the http://wiki.mikrotik.com/wiki/API_in_C code in there as well. I couldn’t find any good c/C++ examples anywhere and was just about to write it myself until I found this nice example. Anyways thanks for the API! Good stuff.
* Some definitions
* Word = piece of API code
* Sentence = multiple words
* Block = multiple sentences (usually in response to a sentence request)
P.S. Keep an eye out for my upcoming Winbox Mobile iPhone app.