Tag Archives: gammu

Installing Gammu on Mac OS X Snow Leopard

Gammu on Mac OS X Snow Leopard

Gammu on Mac OS X Snow Leopard

Installing Gammu on Windows or major Linux distribution is very easy. There is binary distribution for it. But on Mac OS X it can make a little pain for end user like me. 😀


I use gammu 1.28. I was try some other newer version of gammu, but cannot compile it. You have to compile it using cmake(www.cmake.org). You can install cmake using binary distribution(dmg) or using brew.

You can read full tutorial installing gammu in here, complete with error solving. But i did not found error on installing gammu and i dont have to recompile it to use with MySQL.

Send SMS using Python Gammu

Gammu is a command line utility for controlling a phone (or modem) written in C. Gammu can be used for phone management software or maybe a SMS Gateway. Gammu can manage SMS, MMS, Phonebook, Calendar, phone’s file system and Call.

Today, i try to install Gammu and Python Gammu on Ubuntu 10.10 Maverick. Then, i write some code to send sms using command line.
Continue reading