瀏覽代碼

Adds a Goal section to README

Julien 'Lta' BALLET 11 年之前
父節點
當前提交
6deff94c59
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -9,3 +9,18 @@ Final final goal is to have an iOS VLC integration.
 At this stage of the project, you're kind of a masochist... Hey ! you're just at
 At this stage of the project, you're kind of a masochist... Hey ! you're just at
 the right place for this. Simply type 'make', correct Makefile if necessary and
 the right place for this. Simply type 'make', correct Makefile if necessary and
 fix any error you have. (Hum... Enjoy!)
 fix any error you have. (Hum... Enjoy!)
+
+=== Goals
+
+Here's a list of features i intend to support in this project :
+* NETBIOS
+  ** Basic bi-directionnal NETBIOS name resolution
+  ** Hacky LAN SMB servers discovery (Listing all the smb servers on the LAN, no WINS, etc.)
+  ** Basic NETBIOS Session transport layer
+* SMB
+  ** Support only required parts of 'NT LM 0.12' (aka CIFS) dialect.
+  ** User based authentication
+  ** List Shares
+  ** Browse folders
+  ** Read file
+  ** No write, lock, RPCs, etc.