📄 todo.txt
字号:
=============================================================================
T O D O F O R O P E N N E T
=============================================================================
- add links:
* hardlink
* ISDN
* Bluetooth?
* Infra red?
* Ndis driver (raw socks/firewalling)
- make one adaptable point in a transport where events are raised
- add a Behavior Adapter. A behavior is an object that plugs into a transport
and modifies the behavior of that transport. For example it adds
connect/disconnect semantics to a serial transport when a modem is used.
- make OpenNet smart connection aware. A smart connection is a connection
that is independent of transport. This means that a communication session
over for example a serial-port can be interrupted, and continued over
a parallel port without noticeing it as a user.
- make serial port transport stable under windows 95/98/ME
it still occasionally hangs. need a dedicated windows 9x PC for this.
- give plugs the possibility to enumerate available devices.
then use an index in the devices table as identifier to create a transport
- think of a decent way to enumerate available transports on the pc.
I probably need a system service for this
- add fax support through freeimage (fax protocol? where to find?)
- think about necessary interface components to implement
remote procedure calls (RPC) in a higher layer.
- emulate soap using OpenNet's API?
- add proxy support (SOCKS, etc)
=============================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -