Explore how to develop and implement wireless server networks (WSN) using Contiki-NG, branded as the operating system for the IoT. The book explains Contiki-NG’s advantages in sensing, communication, and energy optimization and enables you to begin solving problems in automation with WSN. Practical Contiki-NG is a guide to getting started with Contiki-NG programming featuring projects that demonstrate a variety of applications. This book takes a practical and content-driven approach to the latest technologies, including Raspberry Pi, IoT and cloud servers. Readers will go through step-by-step guides and sample scenarios such as sensing, actuating, connectivity, building middleware, and utilizing IoT and cloud-based technologies. If you’re looking to go from zero to hero in using Contiki-NG to build Wireless Sensor Network (WSN) applications then this is the book for you. What You’ll Learn Prepare and set up Contiki-NG development Review the basics of the Contiki-NG platform to build Wireless Sensor Networks (WSN) Develop your own Contiki-NG program Perform sensing and actuating on the Contiki-NG platform Implement a middleware for Contiki-NG motes Build a simple IoT program using the Contiki-NG environment Who This Book Is For Developers, students, researchers and anyone who has an interest in Wireless Sensor Network (WSN).
2021-11-04 10:59:05 11.32MB Contiki-NG 物联网 传感器
1
Python中滑动平均算法(Moving Average)方案: #!/usr/bin/env python # -*- coding: utf-8 -*- import numpy as np # 等同于MATLAB中的smooth函数,但是平滑窗口必须为奇数。 # yy = smooth(y) smooths the data in the column vector y .. # The first few elements of yy are given by # yy(1) = y(1) # yy(2) = (y(1) + y(2) + y(3))/3 # yy(3) = (y(1
2021-10-29 21:44:02 36KB IN ng python
1
1.Django 搜索结果分页的实现 在这里我们用django自带的分页模块来实现 这个paginator对象中带有如下属性: #per_page:每页显示条目数量 #count:数据总个数 #num_pages:总页数 #page_range:总页数的索引范围,如:(1,10),(1,200) #page:page对象 view.py #先导包 from django.shortcuts import render from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger #搜索和分页的实现 @csrf
2021-10-29 11:49:10 53KB django go ng
1
《Apache Flume Distributed Log Collection for Hadoop》中文翻译版,全书100页,本书注重于Flume应用,不涉及源码研究,想了解更多请加群:220278956
2021-10-27 11:05:49 2.1MB Apache Flume Flume-NG 中文翻译
1
stress-ng是stress的升级版,用于linux压力测试,带源码。 这个我找到的时候有点BUG改了一下,已经可以正常使用了。使用方法: (1)先解包:tar -zxvf stress-ng-0.11.10.tar.gz (2)cd到解包后的目录stress-ng-0.11.10 (3)编译:make (4)然后查看版本:./stress-ng --version (5)查看帮助文件:./stress-ng -help
2021-10-27 10:41:35 3.6MB stress-ng stress下载 stress源码
1
目录Swing 表格组件1. 创建表格a. 应用:可以滚动的表格b. 应用:定义表格2. 操作表格a. 应用:操作表格 Swing 表格组件 表格也是 GUI 中常用的组件,它是一个由多行、多列组成的二维显示区。Swing 的 JTable 以及相关类提供了对表格的支持。使用 JTable 以及相关类,可以创建功能丰富的表格,还可以为表格定义各种显示外观和编辑特性; 1. 创建表格 在 JTable 类中除了默认的构造方法外,还提供了利用指定表格列名数组和表格数据数组创建表格的构造方法,代码如下:JTable(Object[][] rowData, Object[] columnNames
2021-10-25 20:37:07 99KB IN jtable ng
1
虽然有让IE6支持PNG透明背景的JS程序,都是不是很方便,还是用CSS来实现的好。使用到的就是:IE5.5+的AlphaImageLoader滤镜。 1.png背景透明 解决办法: 代码如下: #div1 { height: 600px; width: 260px; padding: 20px; background-repeat: repeat; } html>body #div1 { background-repeat: repeat;background-image: url(bj1.png); } * #div1 {filter: progid:DXImageTransform.M
2021-10-19 10:13:41 43KB ng png 图片
1
一、概述 打算通过设计数据库,然后结合 Python 框架Django,实现在网页上对数据库的增删改查(本例以手机的管理为例,不考虑订购功能),有普通用户界面和管理员用户界面,普通用户只能做简单的查看需求,管理员用户可以实现对数据库内容的实时修改。 网站主体如下图: 二、设计数据库 根据业务需求,设计数据表,需要下列这些属性: 手机型号、品牌、手机描述、出厂年份、价格、照片、产地。 根据数据表设计原则,数据表设计需要满足基本的函数依赖和范式要求,因此我们将上述属性拆分为四张表格,并建立这些数据表之间的联系,相关的E-R 图如图所示: (由于 Django 在建立每一个数据表的时候就会
2021-10-18 15:46:30 199KB django go ng
1
EVE-NG(全称Emulated Virtual Environment - NextGeneration),继Unetlab 1.0后的Unetlab的2.0新版本,改了名字,原名是UnifiedNetworking Lab统一网络实验室。笔者觉得名字改的非常合理,这款模拟器已经不仅可以模拟网络设备,也可以运行一切虚拟机。理论上,只要能将虚拟机的虚拟磁盘格式转换为qcow2都可以在EVE-NG上运行。所以,EVE-NG可以算得上是仿真虚拟环境。 EVE-NG是国外大神们开发的,融合了dynamips,IOL,KVM。它是深度定制的Ubuntu操作系统,可以直接把它安装在x86架构的物理主机上。它也有ova版本,可以导入到VMware等虚拟机软件中运行。 EVE-NG在交互模式上更加具有优势,与GNS3截然不同。GNS3更像是用户使用的软件,只有GNS3支持的 OS才能使用;而EVE-NG更像是CS模型,EVE-NG是服务端,用户端可以是支持http/https的任意OS。
2021-10-15 12:27:45 1.68MB eve
1
SecureCRT这个版本可以配合EVE-NG使用,窗口完美重合,标签显示正常,SecureCRT有很多版本,多少有些问题,这个是我用过最稳定最满意
2021-10-15 12:17:12 33.83MB 运维 SecureCRT EVE-GN 思科
1