代码搜索结果

找到约 927 项符合 Zigbee 的代码

zbbroadcast.m

% Broadcast in ZigBee networks % Note 1: the code looks messy, but I cannot find time to clean it up yet. % Note 2: many other broadcast algorithms are not included. % Note 3: the packet loss code

zblevel.m

function [level, child] = zblevel(Cm, Lm, id) % return the level of id in the ZigBee tree, and it is the 'child'th child of its parent if id == 0 level = 0; child = 1; return end

zbtopology2.m

% ZigBee network topology generator % Draw the logical tree % tx and ty will be used by drawing tree in algorithms % zbtopology % node information includes: % 1: id % 2: position x % 3: pos

makefile

######################################################################### # # Jennic ZigBee Wireless Keyboard Example Application. # # Make File # ###############################################

zkbcoordinator.c

/**************************************************************************** * * MODULE: Wireless Keyboard Demo (ZigBee Coordinator) * * COMPONENT: $RCSfile$ * * VERS

zkbsensor.c

/**************************************************************************** * * MODULE: Wireless Keyboard Demo (ZigBee Endpoint) * * COMPONENT: $RCSfile$ * * VERSION

coordinator.c

/* Microchip ZigBee Stack Demo Coordinator This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstration Board (PICDEM Z or Explorer 16)

zigbee.def

// ***************************************************************************** // // Software License Agreement