Vasil Rangelov

Results 135 comments of Vasil Rangelov

Sure. ```php $macAddress = $util->setMenu('/interface')->get('ether1', 'mac-address'); ``` Just replace "ether1" with the name of the interface you want to get the MAC address of.

You can't use nested commands in Request(). You must call each command individually. Also, "put" is kind of useless in the API, though it does work... It's just that it...

You're using a Linux web server I'm guessing? I'm aware of this issue, but I have no idea how to solve it... Once upon a time (b4), this was also...

That's an interesting point, thanks. The problem I was detecting on Windows was a similar thing, where isAcceptingData() was called without an isAvailable() check, so that was the fix. The...

@khandieyea or @FezzFest Could either of you please test with [the "develop" branch of Net_Transmitter](https://github.com/pear2/Net_Transmitter/tree/develop) on Linux to see if this last commit fixes the issue? (I know this isn't...

Well... I can't say I'm surprised, but it was worth a shot. Thank you for the tip and testing anyway. What distro and version are you using anyway? (Maybe I...

> All I see is the /reboot being sent, and then "poof" it's gone. That's just it. Because the connection gets closed, the fwrite() call that sends "/quit" fails, and...

Huh... funny... to add another weird twist to all of this... I just set up an Ubuntu Server 16.10, and I can't replicate this on it. With only the built...

It is rebooting, yes, but more importantly, doing so without any errors or hangs on the PHP side. Previously, it would reboot as well, but as @FezzFest mentiond, it would...

Heh. This API client translates "/system reboot" to "/system/reboot" under the hood, but most others don't, so no surprise there ;-) . LeGrange's Java client is among the few others...