TODO
上传用户:eo_sii
上传日期:2007-01-05
资源大小:91k
文件大小:1k
源码类别:

手机短信编程

开发平台:

Unix_Linux

  1. To-Do list for project SMSLink
  2. ==============================
  3. (Last modified on 28/07/99)
  4. * Clean code (add tests after each malloc)
  5. * Improve Makefiles
  6. * Might be needed to add "routing help" for specific routes. More on
  7.   this after some testing.
  8. * Solve this "char" versus "line" mode problem in telnet
  9. * Improve the procedure that will save the incoming messages to file.
  10.   Currently, messages might get lost in the following scenario: if
  11.   the mailbox file is locked (by another application) when the server
  12.   tries to save the messages, an error is issued but the server doesn't
  13.   retry, it just goes on and happily removes the messages from the SIM,
  14.   meaning they're just lost.
  15. * Improve parsing (we should use a separate procedure to get the
  16.   commands, then parse them one at a time)
  17. * Improve variable handling (and typing) in the parser.
  18. * Add "validity period" handling for the SMS messages. There should
  19.   be a configurable application-wide default value, and a command
  20.   supported by the parser for the user to override this default.
  21. * Add command line parameters handling in the server (listening port,
  22.   interval between incoming messages checks, ...).