Open source implementation of fetion protocol client
openfetion -f SOURCE -t DEST -d MESSAGE
openfetion -f SOURCE -m -d MESSAGE
openfetion -f SOURCE -p -t DEST -d MESSAGE
openfetion -f SOURCE -g NUM
openfetion is a fetion client for Linux based on GTK+2.0, using Fetion Protocol Version 4.
It supports most useful functions of China Mobile Fetion, more important, it's small and fast, and is better in look.
-f
specify which number you will use to send a message
-t
specify which number you will send a message to
-d
message you will send
-m
send a message to myself
-p
send a message to the phone
-g
get information of specific mobile number
-h, -H
display this help and exit
send "hello world" to 18788888888:
openfetion -f 15288888888 -t 1878888888 -d "hello world"
send "hello world" to yourself:
openfetion -m -f 15288888888 -d "hello world"
get information of 18788888888:
openfetion -f 15288888888 -g 1878888888
Written by Aron Xu <[email protected]>.
openfetion home page: http://code.google.com/p/ofetion
Copyright © 2009 Aron Xu. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.