README
上传用户:mei_mei897
上传日期:2007-01-05
资源大小:82k
文件大小:1k
源码类别:

手机短信编程

开发平台:

Unix_Linux

  1. The 'src' directory has been split to tidy things
  2. up a little. The server daemon is unfinished, currently 
  3. all of the delivery is carried out by the client. 
  4. The aim is to move the delivery from the client to
  5. the server, which will handle all of the queueing
  6. and allow for retries, batching jobs and deferring jobs.
  7. The parser will replace the parser used in the client, 
  8. it's a lot more powerful and flexible.
  9.         Directory     Notes
  10.         ./            Common files
  11.         ./client      'sms_client' 'sms_address'
  12.         ./server      'smsd' 'snppd'
  13.         ./driver      
  14.         ./parser