fsxNet Wiki

BBS Development & Resources

User Tools

Site Tools


tutorials:python_bbs:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorials:python_bbs:start [2017/03/10 09:35]
avon
tutorials:python_bbs:start [2018/03/29 01:58]
127.0.0.1 external edit
Line 3: Line 3:
 Have you ever wanted to write your own BBS, but not sure how to go about it? This tutorial series is for you. Have you ever wanted to write your own BBS, but not sure how to go about it? This tutorial series is for you.
  
-For these lessons we're using Python as it is cross platform although please note, you will need to kill this script from the Task Manager in Windows. In linux and Mac OS X Ctrl-C will interrupt.+For these lessons we're using Python ​as it is cross platform although please note, you will need to kill this script from the Task Manager in Windows. In linux and Mac OS X Ctrl-C will interrupt.
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 15: Line 15:
  
   * [[tutorials:​python_bbs:​part_one|Part One]] - Overview of how the BBS will work, and coding a basic TCP server in Python.   * [[tutorials:​python_bbs:​part_one|Part One]] - Overview of how the BBS will work, and coding a basic TCP server in Python.
 +  * [[tutorials:​python_bbs:​part_two|Part Two]] - Dealing with IAC codes and reading strings.