This is a first try at writing a PHP extension to use gnokii.
Some ideas:
See attached archive. Edit: this is now in gnokii-extras' git repository.
At the moment here is only the "identify" function, returning an associative array:
$ php -r 'dl("gnokii.so"); print_r( gnokii_identify() );'
Array
(
[IMEI] => xxxxxxxxxxxxxxx
[Manufacturer] => Nokia
[Model] => 3210
[Product name] => NSE-8
[Revision] => SW 06.00, HW 5591
)
Comments
Where is the attachement?
Where is the attachement?
Sorry, it was hidden for
Sorry, it was hidden for anonymous users.
Please, re-upload the
Please, re-upload the attachment.
Thank you for your interest
Thank you for your interest but I won't re-upload it because it's old, but the latest version is available in the gnokii-extras' git repository.