会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dong1
抽象 , 总结 ...
博客园
首页
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
29
下一页
2019年1月10日
sipp模拟电信运营商VoIP终端测试(SIP协议调试)
摘要: 三大运营商和其他众多通信业务厂商都可能有SIP服务器,用来支持语音对讲,多媒体调度等功能,他们的平台可能不是标准的SIP协议会话。 为了应对没完没了的对接各个厂商的平台,这里再整理了一套协议脚本,毕竟全都是没有意义的无用功,标准化的SIP会话就是最好的。 感谢西安的枫林晨曦,帮忙抓包,整理了这套脚本
阅读全文
posted @ 2019-01-10 16:30 dong1
阅读(2186)
评论(1)
推荐(0)
2019年1月8日
sipp模拟freeswitch分机测试(SIP协议调试)
摘要: 1、freeswitch安装 yum install -y http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm epel-release yum install -y freeswitch-config-vanilla free
阅读全文
posted @ 2019-01-08 15:46 dong1
阅读(3210)
评论(0)
推荐(1)
2019年1月4日
电子围栏
摘要: 1、找了个电子围栏算法,也就是多边形找点,在图形内还是图形外 #!/usr/bin/env python # -*- coding: utf-8 -*- import json import math lnglatlist = [] data = '[{"name":"武汉市三环","points"
阅读全文
posted @ 2019-01-04 15:28 dong1
阅读(1706)
评论(0)
推荐(0)
2018年12月30日
rtmp服务器以及rtmp推流/拉流/转发
摘要: 一、服务器端 1、nignx 2、ffmpeg 3、srs 4、livego 5、node-rtsp-rtmp-server github搜一圈也很多 https://github.com/gwuhaolin/livego https://github.com/sevenzoe/gortmp htt
阅读全文
posted @ 2018-12-30 22:08 dong1
阅读(22971)
评论(0)
推荐(1)
2018年12月28日
sipp模拟freepbx分机测试(SIP协议调试)
摘要: 1、sipp的安装 1) 在centos 7.2下安装 yum install make gcc gcc-c++ ncurses ncurses.x86_64 ncurses-devel ncurses-devel.x86_64 openssl lksctp-tools libnet libpcap
阅读全文
posted @ 2018-12-28 09:41 dong1
阅读(2436)
评论(2)
推荐(0)
2018年12月26日
SIP UserAgent (B2BUA client)——pjsip
摘要: 1. sip stacks pjsip/bell-sip/sofia-sip/libeXosip/libre https://github.com/staskobzar/sip_stacks_examples 2. sip user agent and server network architec
阅读全文
posted @ 2018-12-26 14:40 dong1
阅读(1913)
评论(0)
推荐(0)
2018年12月20日
h264bitstream / hevcbitstream (read and write H.264/H.265 video bitstreams)
摘要: 1、编译安装参考源码包自带的说明文档 h264bitstream-0.2.0/README.md sudo apt-get install build-essential libtoolautoreconf -i./configure --prefix=$(pwd)/_installmakemake
阅读全文
posted @ 2018-12-20 16:04 dong1
阅读(1260)
评论(0)
推荐(0)
2018年10月25日
Learn C The Hard Way
摘要: The library you create when you are done with Learn C The Hard Way http://c.learncodethehardway.org/ https://github.com/zedshaw/liblcthw
阅读全文
posted @ 2018-10-25 10:19 dong1
阅读(1279)
评论(0)
推荐(0)
2018年10月21日
thread msg
摘要: 提取的nordic rf51xx/rf52xx sdk中的线程间消息通信机制,非常简洁 demo.c demo2.c https://github.com/zhoudd1/scheduler
阅读全文
posted @ 2018-10-21 14:51 dong1
阅读(315)
评论(0)
推荐(0)
2018年10月13日
永远也记不住的linux环境变量,库文件,头文件,交叉编译...
摘要: 一、环境变量1、node-v4.9.1-linux-armv7l1)安装cp node-v4.9.1-linux-armv7l.tar.gz /usr/local/cd /usr/local/tar xvf node-v4.9.1-linux-armv7l.tar.gz2)添加环境变量export
阅读全文
posted @ 2018-10-13 10:33 dong1
阅读(867)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
29
下一页
公告