最近在研究coap,打算使用libcoap體驗一下coap,在網上找了些資料,整理如下。
libcoap: c-implementation of coap
sudo apt-get install autoconf automake libtool簡單說一下上面的指令(我是使用的平台是raspberry pi 3):git clone
cd libcoap
./autogen.sh
./configure –enable-documentation=no
make
sudo make install
1. 需要安裝autoconf automake libtool這幾個工具,不然會提醒缺少工具。
2. clone source code到本地。
3. 執行一下autogen.sh指令碼。
4. 再執行一下configure指令碼,後面帶一下引數。
在網上找資料的時候,有個老外用的命令是這個./configure –no-documentation
但是不知道我我在引數列表找不到–no-documentation
然後用./configure –help 看到了下圖的提示,於是改用
5. make 和 make install,可以看看terminal輸出具體這兩個指令做了什麼事情。
進入example目錄
乙個terminal先啟動server
./coap-server另乙個terminal啟動client./coap-client -m get coap://localhostclient有資訊輸出就是成功了.過程大致如下
libcoap安裝中openssl路徑問題
系統 centos 7 1,安裝libcoap 步驟 git clone cd libcoap autogen.sh configure enable documentation no enable tests no 2,安裝過程中遇到的問題 1 執行命令.autogen.sh 出現問題,提示安裝外...
ldap簡單測試
建立乙個賬號,以備客戶端測試登陸 useradd test1 passwd test1 這些使用者只是在系統上的,要是要將這些用的資訊匯入ldap資料庫中,要生成字尾為ldif的檔案。這是文字檔案,手動可以書寫。鑑於我使用的這個例子是匯入linux系統的所有使用者資訊,要手動書寫就比較麻煩了,這裡我...
Linux簡單測試
1.安裝ubuntu server 使用者名稱 user 密碼123456 2.建立使用者 student和yasuo 密碼都是 123kuaile 刪除使用者 yasuoi 3.user桌面 建立四個資料夾,命名dir1 dir2,dir3,web,內部建立空白檔案 test.txt,test.p...