u-blox short range stand-alone multiradio modules

Size: px
Start display at page:

Download "u-blox short range stand-alone multiradio modules"

Transcription

1 u-cnnectxpress u-blx shrt range stand-alne multiradi mdules Applicatin Nte Abstract This Applicatin nte describes hw t cnnect and cnfigure Message Queuing Telemetry Transprt () using u-cnnectxpress sftware. UBX R01

2 Dcument Infrmatin Title Subtitle Dcument type Dcument number u-cnnectxpress u-blx shrt range stand-alne multiradi mdules Applicatin Nte UBX Revisin and date R01 19-Mar-2019 Disclsure Restrictin This dcument applies t the fllwing prducts: Prduct name Sftware versin PCN reference ODIN-W x nwards N/A ODIN-W x nwards N/A u-blx r third parties may hld intellectual prperty rights in the prducts, names, lgs and designs included in this dcument. Cpying, reprductin, mdificatin r disclsure t third parties f this dcument r any part theref is nly permitted with the express written permissin f u-blx. The infrmatin cntained herein is prvided as is and u-blx assumes n liability fr its use. N warranty, either express r implied, is given, including but nt limited t, with respect t the accuracy, crrectness, reliability and fitness fr a particular purpse f the infrmatin. This dcument may be revised by u-blx at any time withut ntice. Fr the mst recent dcuments, visit Cpyright u-blx AG. UBX R01 Page 2 f 16

3 Cntents Dcument Infrmatin... 2 Cntents Overview SN Gateway Cnnect -SN Gateway t Brker URL Frmat (fr AT+UDCP and AT+UDDRP) Example Msquitt test brker SN Client Cnnect / Discnnect SN Client Publish SN Client Subscribe SN Client PING SN Sleeping Clients Client Gateway Cnnect Client Gateway t Brker...13 Appendix A Glssary Related dcuments Revisin histry Cntact UBX R01 Page 3 f 16

4 1 Overview Message Queuing Telemetry Transprt () is a publish/subscribe, simple messaging prtcl, designed fr cmmunicatin between multiple devices. This applicatin nte describes hw t cnnect and cnfigure using u-cnnectxpress sftware. It is pssible t cnfigure the gateway as an -SN Gateway. This is intended fr end devices that d nt supprt TCP/TLS directly; instead, an end device cnnects t the gateway using a serial cnnectin such as Bluetth SPS r SPP and cmmunicates with the gateway using the -SN prtcl. It is als pssible t cnfigure the gateway as an Client Gateway. The hst f the gateway can then transmit r receive transparent data directly ver the UART. Brker TCP / TLS -SN Gateway Client Gateway SPP r SPS -SN Hst UART End Device End Device End Device Different cmbinatins f the abve mentined cnfiguratins can als be achieved. Hence, it is pssible fr the hst, and the end devices t cmmunicate with the brker via the same gateway simultaneusly. See the ODIN-W2 Getting Started [1] fr infrmatin abut hw t get started with the ODIN-W2 mdule. See the u-cnnect AT Cmmands manual [2] fr details f the AT cmmands that can be used with u-blx shrt range stand-alne mdules. Refer t the -SN v1.2 prtcl specificatin available at fr infrmatin abut the -SN prtcl. UBX R01 Cntents Page 4 f 16

5 2 -SN Gateway An -SN (SN=Sensr Netwrk) gateway enables end devices with n TCP/TLS supprt t cmmunicate with an brker (which requires TCP/TLS). The end device cnnects t the gateway using a serial cnnectin, such as Bluetth SPS r SPP, and cmmunicates using the -SN prtcl. The gateway then cnverts the -SN packets, frm the end device, t packets and sends t the brker and vice versa. End Device (e.g. NINA- B1/2/3) -SN -SN Gateway (ODIN-W2) Brker SPP r SPS TCP/TLS The -SN gateway is an aggregating gateway, which means that there is nly ne TCP r TLS cnnectin t the brker. Hence, multiple end devices d nt require ne cnnectin each as in the case f a transparent gateway. This is gd since many brkers limit the number f cnnectins and it is then better fr many end ndes t share ne TCP/TLS cnnectin. The end device will act as an -SN client (r client frm here n) and it can publish r subscribe t data identified by a unique tpic string. The brker is data agnstic meaning it cnsiders all data t be a byte array. Hence, a publish data packet cnsists f: A tpic string that uniquely identifies the data Data as a byte array. The steps t get the -SN gateway cnfigured and running typically are: 1. Create ne r mre streams by using the AT cmmands - AT+UDCP r AT+UDDRP. The first created stream will setup the actual TCP/TLS cnnectin t the brker. 2. Create ne r mre end device streams, Bluetth SPS r SPP, by using the AT cmmands - AT+UDCP, AT+UDDRP r by enabling ne f the assciated services, AT+UDSC, fr the end device t cnnect t the gateway. 3. Bind the stream with the end device stream using ne f the fllwing: a. Dynamic bind, AT cmmand AT+UDBIND (requires hst t execute the cmmand) b. Static bind cnfigured using sys.sid key in stream URL (autmatic bind nce bth the cnnectins are active) Streams bund End Device (e.g. NINA- B1/2/3) -SN SPS sps mqtt n TCP/TLS Brker Gateway The end device must transmit and receive -SN packets n the Bluetth SPS r SPP link. Hence, sme basic -SN packet parsing is required by the end device. UBX R01 Cntents Page 5 f 16

6 The gateway des nt supprt the full -SN specificatin. Only the fllwing packet types are supprted: CONNECT / CONNACK (client cnnects t the gateway) DISCONNECT (client discnnects frm the gateway r enter sleep mde) REGISTER / REGACK (client register tpic t the gateway) PUBLISH / PUBACK (client r gateway frwards data) SUBSCRIBE / SUBACK (client subscribes t data identified with tpic) PINGREQ / PINGRESP (client checks cnnectin t the gateway r plls fr data when in sleep mde) T ease implementatin f a prpriety -SN end device, it is recmmended t use the - SN packet parser cde available at Cnnect -SN Gateway t Brker The -SN gateway is cnfigured using either the cnnect peer AT cmmand, AT+UDCP, r the default remte peer AT cmmand, AT+UDDRP. Gateway n TCP/TLS Brker One stream must be setup fr every cnnected -SN end device. Fr example, if the gateway must handle 5 parallel Bluetth LE cnnected end devices, then 5 streams must be activated. Hwever, fr sleeping clients, it is pssible t have mre clients than the streams as lng as they d nt need t be cnnected simultaneusly URL Frmat (fr AT+UDCP and AT+UDDRP) mqtt://<hst address>:<prt>/?<keys> <hst address>: Hst name r IP address (e.g. test.msquitt.rg r ) <prt>: IP address prt number (e.g. 1883) <keys>: key=value (with separating & character) fr gateway t brker cnnectin related keys: client: Client name (e.g. client=my_client). user: User name (e.g. user=my_user) passwd: User passwrd (e.g. passwd=my_passwd) keepalive: Keep alive timeut in secnds (e.g. keepalive=60) The end devices must ensure that data is transmitted t the brker within the keep-alive timeut. If nt, the brker may discnnect. maxsnclients: Number f -SN clients supprted (e.g. maxsnclients=24). Default is 16. UBX R01 Cntents Page 6 f 16

7 TLS related keys: encr: TLS encryptin withut validating certificates if set t 1 (encr=1) ca: Server CA fr gateway t validate the server (e.g. ca=ca.pem) cert: Gateway client certificate (e.g. cert=client.pem) privkey: Gateway client private key (e.g. privkey=client.key) Static bind key: sys.sid: Static bind f the stream t anther stream (e.g. sys.sid=100). sys.sid : Incming SPS service cnnectins sys.sid : Incming SPP service cnnectins A new incming service cnnectin will use the lwest free id currently. sys.sid < 100: Used t bind tw streams cnfigured using +UDCP r +UDDRP. Fr this case, use the same id fr bth streams. The static bind will be activated when bth streams have been cnnected r recnnected. Since all streams share the same cnnectin t the brker, mst f the abve parameters must be identical fr all the streams. The exceptin is the sys.sid key, which will be different between the streams. The certificates must be upladed t the gateway using the security manager AT cmmand - AT+USECMNG (r by using the s-center tl Advanced cnnectin and settings->wi-fi certificates tab Example Msquitt test brker List certificates t make sure they are already upladed AT+USECMNG=3 "CA","msquitt.rg.crt" "CC","client.pem" "PK","client.key" OK TCP at+udcp=mqtt://test.msquitt.rg:1883/?sys.sid=100 +UDCP:1 OK +UUDPC:1,2,2, ,0, ,1883 TLS Encryptin at+udcp=mqtt://test.msquitt.rg:8883/?encr=1&sys.sid=100 +UDCP:1 OK +UUDPC:1,2,2, ,0, ,8883 TLS 1-way authenticatin at+udcp=mqtt://test.msquitt.rg:8883/?ca=msquitt.rg.crt&sys.sid=100 +UDCP:1 OK +UUDPC:1,2,2, ,0, ,8883 TLS 2-way-authenticatin UBX R01 Cntents Page 7 f 16

8 at+udcp=mqtt://test.msquitt.rg:8884/?ca=msquitt.rg.crt&cert=client.pem&privkey=clien t.key&sys.sid=100 +UDCP:1 OK +UUDPC:1,2,2, ,0, ,8884 Fr the tests, the Msquitt test brker ( is used. Nte that this is an pen server and published data is visible t anyne. Hence, use nly fr initial testing. The sys.sid=100 key wuld autmatically bind the -SN stream t the first incming SPS cnnectin. Fr the +UUDPC event, the lcal IP and prt is nt supprted and is always set t SN Client Cnnect / Discnnect Fr an end device t setup an -SN cnnectin t the gateway, the CONNECT packet must be sent. T terminate a previusly setup -SN cnnectin, the DISCONNECT packet is sent. Sample packets: CONNECT: 0x0A Length: 0x0A Type: 0x04 (CONNECT) Flags: 0x00 Prtcl id: 0x01 Duratin: 0x0040 (Keep alive duratin in secnds) Client id: 0x ( ABCD ) CONNACK 0x Length: 0x03 Type: 0x05 (CONNACK) Result: 0x00 (OK) UBX R01 Cntents Page 8 f 16

9 DISCONNECT: 0x0218 Length: 0x02 Type: 0x18 (DISCONNECT) It is recmmended t set duratin fr the cnnect message. This prevents the gateway frm keeping track f clients that are n lnger available. When the duratin timer fr a client has elapsed, the gateway will delete the client. If the cnnectin (fr example, SPS r SPP) is lst and setup again, the end device shuld send anther CONNECT( unique client id ) r PINGREQ( unique client id) t identify itself nce again. Fr the CONNECT flags parameter, will is nt supprted SN Client Publish Befre an -SN client can publish data t the brker, it must first register the data tpic t the gateway. It registers the tpic name (string) and gets back a tw-byte id, which is then used fr publishing data f that tpic. Sample packets: REGISTER: 0x090A Length: 0x09 Type: 0x0A (REGISTER) Tpic Id: 0x0000 Message id: 0x1234 (id r sequence number returned in the REGACK message) Tpic name: 0x ( 012 ) REGACK 0x070B Length: 0x07 Type: 0x0B (REGACK) Tpic Id: 0x0001 (Returned tpic id t used in PUBLISH) Message id: 0x1234 (id r sequence number f the REGISTER message) Result: 0x00 (OK) PUBLISH: 0x0A0C Length: 0x0A Type: 0x0C (PUBLISH) Flags: 0x00 Tpic Id: 0x0001 UBX R01 Cntents Page 9 f 16

10 Message id: 0x2345 (id r sequence number returned in the PUBACK message) Data: 0x PUBACK 0x070D Length: 0x07 Type: 0x0D (PUBACK) Tpic Id: 0x0001 Message id: 0x2345 (id r sequence number f the PUBLISH message) Result: 0x00 (OK) The maximum message size is the sum f (256 8 tpic len ). Set the PUBLISH flags parameter t 0 as it is nt supprted. The gateway will use DUP=0 (first time), QS=0 (send nce), Retain=0 (d nt stre), Will=0 (n will), TpicIdType=0 (nrmal tpic id, which is 2-byte id) 2.4 -SN Client Subscribe An -SN client can subscribe n tpics using the SUBSCRIBE message. When data fr a subscribed tpic is updated, the PUBLISH message is received frm the gateway. SUBSCRIBE: 0x Length: 0x08 Type: 0x12 (SUBSCRIBE) Flags: 0x00 Message id: 0x1234 (id r sequence number returned in the SUBACK message) Tpic name: 0x ( 012 ) SUBACK 0x Length: 0x08 Type: 0x13 (SUBACK) Flags: 0x00 Tpic Id: 0x0001 (Returned tpic id used in PUBLISH) Message id: 0x1234 (id r sequence number f the SUBSCRIBE message) Result: 0x00 (OK) PUBLISH: 0x0A0C Length: 0x0A Type: 0x0C (PUBLISH) Flags: 0x00 Tpic Id: 0x0001 Message id: 0x0000 (nt used by gateway fr PUBLISH messages) Data: 0x UBX R01 Cntents Page 10 f 16

11 Flags in the SUBSCRIBE message is nt supprted. Hence, set t 0. Gateway will use DUP=0 (first time), QS=0 (send nce), TpicIdType=0 (tpic name as string). The message id (sequence number) f the PUBLISH message is always 0 when sent by the gateway. Fr the subscribe tpic, neither the multi-level character, #, r the single-level character, +, is supprted SN Client PING An -SN client may use the PING message t check that the cnnectin t the gateway is alive. Als, if the keep-alive duratin fr the -SN cnnectin is set, it is the client that must assure that data is transmitted t avid a discnnectin. The PINGREQ can then be used. The PINGREQ with client identifier can als be used if the serial cnnectin (e.g. SPS r SPP) is lst and recnnected. It may then be necessary fr the client t identify itself in rder fr the gateway t assciate the client with a new stream. Hence, it is recmmended t always start with a PINGREQ including the unique client id after a recnnectin f the serial link (fr example, SPS r SPP). PINGREQ: 0x0216 Length: 0x02 Type: 0x16 (PINGREQ) PINGREQ with client id: 0x C49454E54 Length: 0x08 Type: 0x16 (PINGREQ) Client id: 0x434C49454E54 ( CLIENT ) PINGRESP 0x0217 Length: 0x02 Type: 0x17 (PINGRESP) If a respnse t a PINGREQ is a DISCONNECT (instead f a PINGRESP), it means that the gateway has lst track f the client r even deleted it. It may then be needed t d a CONNECT, REGISTER, SUBSCRIBE t restre the cnnectin. UBX R01 Cntents Page 11 f 16

12 2.6 -SN Sleeping Clients It is pssible fr an -SN client that is in sleep mde t terminate the serial cnnectin (fr example, SPS r SPP), enter lw pwer mde (t save pwer), wake-up and setup the serial cnnectin and pll if there has been any data transmitted t the client while asleep. The gateway will stre the messages subscribed by the client while asleep. Once the client has set up the cnnectin, it uses the PINGREQ message with the unique client identifier t pll the gateway fr data. The gateway then sends stred messages t the client and ends with the PINGRESP message t indicate that n mre data is available. The gateway nly stres the latest update fr each tpic. By default, the gateway can serve a maximum f 16 clients. It is pssible t change this by using the URL maxsnclients keywrd when cnfiguring the stream(s). If the gateway needs t stre a lt f messages fr many clients, it is pssible that it may run ut f RAM memry, which will cause the gateway t restart. Hence, it is very imprtant t test every specific cnfiguratin t make sure that the gateway is nt verladed. The number f active -SN streams limits the number f parallel active clients. UBX R01 Cntents Page 12 f 16

13 3 Client Gateway The gateway can als be cnfigured as an client gateway and nt as a full -SN gateway. It is then pssible fr a hst t transmit and receive data n the UART transparently. In data mde, transmitted data will be published t ne cnfigured publish tpic and received data will be received frm ne cnfigured subscribe tpic. In EDM (extended data mde) mde, it is pssible t cnfigure ne publish tpic and ne subscribe tpic fr every EDM channel. The hst can then transmit and receive data n separate channels and thus publish and subscribe t as many tpics as there are defined by the channels. Hst UART (data mde r EDM) Gateway (e.g. ODIN-W2) TCP/TLS Brker The data transmitted and received n the UART is the actual data nly withut any tpic infrmatin (cnfiguratin specifies what tpic it is). Fr the data mde, it means that if the hst transmits tw cnsecutive packets f size 5 and 10 bytes, it may be written t the Brker as ne packet f 15 bytes since there is n delimiting infrmatin. Fr EDM, this is nt an issue since every EDM write packet is transmitted separately t the brker. An client stream is cnfigured using the cmmands - +UDCP r +UDDRP. The first created stream will setup the actual TCP/TLS cnnectin t the -Brker. 3.1 Cnnect Client Gateway t Brker The client gateway supprt is implemented as an stream accrding t the u-cnnect sftware cncepts. This means that it is cnfigured using URLs either with the cnnect cmmand (AT+UDCP) r the default remte peer cmmand (AT+UDDRP). Gateway n TCP/TLS Brker The URL frmat is similar t the -SN URL frmat, except fr the fllwing keys: pt: Publish tpic (e.g. pt=ubx/test/1) st: Subscribe tpic (e.g. st=ubx/test/1) maxsnclients: Nt used If an stream is cnfigured withut the pt and st keys, the stream will be an -SN stream. If any f the pt r st keys are used, the stream will be an client stream. Fr the subscribe tpic, the multi-level character, #, is supprted (as in st=ubx/test/#). The singlelevel character - + is nt supprted. UBX R01 Cntents Page 13 f 16

14 Appendix A Glssary Abbreviatin CA EDM IP LE SN SPP SPS TCP TLS UART Definitin Certificatin Authrity Extended Data Mde Internet Prtcl Lw Energy Message Queuing Telemetry Transprt Sensr Netwrk Serial Prt Prfile Serial Prt Service Transmissin Cntrl Prtcl Transprt Layer Security Universal Asynchrnus Receiver/Transmitter Table 1: Explanatin f the abbreviatins and terms used UBX R01 Appendix Page 14 f 16

15 Related dcuments [1] ODIN-W2 Getting Started, Dc. N. UBX [2] u-cnnectxpress User Guide, Dc. N. UBX [3] u-cnnect AT Cmmands Manual, Dc. N. UBX Fr regular updates t u-blx dcumentatin and t receive prduct change ntificatins, register n ur hmepage ( Revisin histry Revisin Date Name Cmments R01 19-Mar-2019 tfri, cmag Initial release. UBX R01 Related dcuments Page 15 f 16

16 Cntact Fr cmplete cntact infrmatin, visit us at u-blx Offices Nrth, Central and Suth America u-blx America, Inc. Phne: Reginal Office West Cast: Phne: Technical Supprt: Phne: Headquarters Eurpe, Middle East, Africa u-blx AG Phne: Supprt: Asia, Australia, Pacific u-blx Singapre Pte. Ltd. Phne: Supprt: Reginal Office Australia: Phne: inf_anz@u-blx.cm Supprt: supprt_ap@u-blx.cm Reginal Office China (Beijing): Phne: inf_cn@u-blx.cm Supprt: supprt_cn@u-blx.cm Reginal Office China (Chngqing): Phne: inf_cn@u-blx.cm Supprt: supprt_cn@u-blx.cm Reginal Office China (Shanghai): Phne: inf_cn@u-blx.cm Supprt: supprt_cn@u-blx.cm Reginal Office China (Shenzhen): Phne: inf_cn@u-blx.cm Supprt: supprt_cn@u-blx.cm Reginal Office India: Phne: inf_in@u-blx.cm Supprt: supprt_in@u-blx.cm Reginal Office Japan (Osaka): Phne: inf_jp@u-blx.cm Supprt: supprt_jp@u-blx.cm Reginal Office Japan (Tky): Phne: inf_jp@u-blx.cm Supprt: supprt_jp@u-blx.cm Reginal Office Krea: Phne: inf_kr@u-blx.cm Supprt: supprt_kr@u-blx.cm Reginal Office Taiwan: Phne: inf_tw@u-blx.cm Supprt: supprt_tw@u-blx.cm UBX R01 Cntact Page 16 f 16

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015

USO RESTRITO. SNMP Agent. Functional Description and Specifications Version: 1.1 March 20, 2015 Functinal Descriptin and Specificatins Versin: 1.1 March 20, 2015 SNMP Agent Simple Netwrk Management Prtcl Optin S fr IE and PM Mdules Supplement t Functinal Descriptin and Specificatins f RUB Ethernet

More information

SafeDispatch SDR Gateway for MOTOROLA TETRA

SafeDispatch SDR Gateway for MOTOROLA TETRA SafeDispatch SDR Gateway fr MOTOROLA TETRA SafeMbile ffers a wrld f wireless applicatins that help rganizatins better manage their mbile assets, fleet and persnnel. Fr mre infrmatin, see www.safembile.cm.

More information

Interoperability between ProCurve WESM zl and HP ipaq Voice Messenger smartphone

Interoperability between ProCurve WESM zl and HP ipaq Voice Messenger smartphone An HP PrCurve Netwrking Applicatin Nte Interperability between PrCurve WESM zl and HP ipaq Vice Messenger smartphne Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk architecture... 3 4. Secure

More information

Transmission Control Protocol Introduction

Transmission Control Protocol Introduction Transmissin Cntrl Prtcl Intrductin TCP is ne f the mst imprtant prtcls f Internet Prtcls suite. It is mst widely used prtcl fr data transmissin in cmmunicatin netwrk such as Internet. Features TCP is reliable

More information

Model WM100. Product Manual

Model WM100. Product Manual Mdel WM100 Prduct Manual Table f Cntents Sectin Page 1. Hardware... 3 2. Sftware... 4 3. Features... 5 4. Installatin... 6 5. App Devices... 9 6. App Rms... 12 7. App Scenes... 14 8. App Setup... 18 Cntents

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 11 2016 v5.1 Answers 100% 1. A newly hired netwrk technician is given the task f rdering new hardware fr a small business with a large grwth frecast. Which primary factr shuld the technician

More information

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide

Xilinx Answer Xilinx PCI Express DMA Drivers and Software Guide Xilinx Answer 65444 Xilinx PCI Express DMA Drivers and Sftware Guide Imprtant Nte: This dwnladable PDF f an Answer Recrd is prvided t enhance its usability and readability. It is imprtant t nte that Answer

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

User Guide. Avigilon Control Center Mobile Version 2.2 for Android

User Guide. Avigilon Control Center Mobile Version 2.2 for Android User Guide Avigiln Cntrl Center Mbile Versin 2.2 fr Andrid 2011-2015, Avigiln Crpratin. All rights reserved. Unless expressly granted in writing, n license is granted with respect t any cpyright, industrial

More information

Aras Innovator 8.1 Document #: Last Modified: 4/4/2007. Copyright 2007 Aras Corporation All Rights Reserved.

Aras Innovator 8.1 Document #: Last Modified: 4/4/2007. Copyright 2007 Aras Corporation All Rights Reserved. Aras Innvatr Service Usage Instructins Aras Innvatr 8.1 Dcument #: 8.1.09202006 Last Mdified: 4/4/2007 Aras Crpratin ARAS CORPORATION Cpyright 2007 All rights reserved Aras Crpratin Heritage Place 439

More information

CCNA 1 v5.1 Practice Final Exam Answers %

CCNA 1 v5.1 Practice Final Exam Answers % CCNA 1 v5.1 Practice Final Exam Answers 2016 100% 1. Which term refers t a netwrk that prvides secure access t the crprate ffices by suppliers, custmers and cllabratrs? Internet intranet extranet extendednet

More information

Ephorus Integration Kit

Ephorus Integration Kit Ephrus Integratin Kit Authr: Rbin Hildebrand Versin: 2.0 Date: May 9, 2007 Histry Versin Authr Cmment v1.1 Remc Verhef Created. v1.2 Rbin Hildebrand Single Sign On (Remved v1.7). v1.3 Rbin Hildebrand Reprting

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

Gemini Intercom Quick Start Guide

Gemini Intercom Quick Start Guide Gemini Intercm Quick Start Guide 2 Quick Start Guide Cntents Cntents... 1 Overview... 3 First Step unpack and inspect... 3 Netwrk plan and IP addresses... 4 Management PC... 5 Install Sftware... 6 Cnfigure

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

More information

Aras Innovator 11. Client Settings for Chrome on Windows

Aras Innovator 11. Client Settings for Chrome on Windows Dcument #: 11.0.02016022601 Last Mdified: 1/3/2017 Cpyright Infrmatin Cpyright 2017 Aras Crpratin. All Rights Reserved. Aras Crpratin 300 Brickstne Square Suite 700 Andver, MA 01810 Phne: 978-691-8900

More information

Max 8/16 and T1/E1 Gateway, Version FAQs

Max 8/16 and T1/E1 Gateway, Version FAQs Frequently Asked Questins Max 8/16 and T1/E1 Gateway, Versin 1.5.10 FAQs The FAQs have been categrized int the fllwing tpics: Calling Calling Cmpatibility Cnfiguratin Faxing Functinality Glssary Q. When

More information

Lecture 6 -.NET Remoting

Lecture 6 -.NET Remoting Lecture 6 -.NET Remting 1. What is.net Remting?.NET Remting is a RPC technique that facilitates cmmunicatin between different applicatin dmains. It allws cmmunicatin within the same prcess, between varius

More information

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers

HW4 Software version 3. Device Manager and Data Logging LOG-RC Series Data Loggers Page 1 f 18 HW4 Sftware versin 3 Device Manager and Data Lgging LOG-RC Series Data Lggers 2011; Page 2 f 18 Table f cntents 1 ORGANIZATION OF THE HW4 MANUALS... 3 2 OVERVIEW... 4 3 INITIAL SETUP... 4 3.1

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 6 2016 v5.1 Answers 100% 1. Which characteristic f the netwrk layer in the OSI mdel allws carrying packets fr multiple types f cmmunicatins amng many hsts? the de-encapsulatin f headers

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack fr Systems Center Operatins Manager (SCOM) Cncepts Guide Versin 7.0 July 2015 1 Legal Ntices Warranty EView Technlgy makes n warranty f any kind with regard t this manual, including,

More information

High Security SaaS Concept Software as a Service (SaaS) for Life Science

High Security SaaS Concept Software as a Service (SaaS) for Life Science Sftware as a Service (SaaS) fr Life Science Cpyright Cunesft GmbH Cntents Intrductin... 3 Data Security and Islatin in the Clud... 3 Strage System Security and Islatin... 3 Database Security and Islatin...

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

1 Introduction Functions... 2

1 Introduction Functions... 2 Interface Descriptin API fr IPS Analytics Applicatins n the Axis ACAP Platfrm Cntents 1 Intrductin... 2 2 Functins... 2 3 Interfaces... 2 3.1 Cnfiguratin... 3 3.1.1 Interface C.1: Web cnfiguratr (IPS add-n)...

More information

Configure Data Source for Automatic Import from CMDB

Configure Data Source for Automatic Import from CMDB AvailabilityGuard TM Cnfigure Data Surce fr Autmatic Imprt frm CMDB AvailabilityGuard allws yu t cnfigure business entities (such as services, divisins, and applicatins) and assign hsts, databases, and

More information

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand

Planning, installing, and configuring IBM CMIS for Content Manager OnDemand Planning, installing, and cnfiguring IBM CMIS fr Cntent Manager OnDemand Cntents IBM CMIS fr Cntent Manager OnDemand verview... 4 Planning fr IBM CMIS fr Cntent Manager OnDemand... 5 Prerequisites fr installing

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities

Getting started. Roles of the Wireless Palette and the Access Point Setup Utilities Getting started The Wireless Palette is a sftware applicatin fr mnitring the cmmunicatin status between the Wireless LAN PC Card and the Wireless LAN Access Pint (hereinafter referred t as the Access Pint).

More information

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools.

Troubleshooting of network problems is find and solve with the help of hardware and software is called troubleshooting tools. Q.1 What is Trubleshting Tls? List their types? Trubleshting f netwrk prblems is find and slve with the help f hardware and sftware is called trubleshting tls. Trubleshting Tls - Hardware Tls They are

More information

USER MANUAL. RoomWizard Administrative Console

USER MANUAL. RoomWizard Administrative Console USER MANUAL RmWizard Administrative Cnsle Cntents Welcme... 3 Administer yur RmWizards frm ne lcatin... 3 Abut This Manual... 4 Setup f the Administrative Cnsle... 4 Installatin... 4 The Cnsle Windw...

More information

Connect+/SendPro P Series Networking Technical Specification

Connect+/SendPro P Series Networking Technical Specification Shipping & Mailing Pstage Meters Cnnect+/SendPr P Series Netwrking Technical Specificatin Intrductin 2 Netwrk Requirements 2 Prt/Cmmunicatin Requirements 2 URL Infrmatin 3 FAQs 10 Service Cllateral SV62440

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Aras Innovator Viewer Add-Ons

Aras Innovator Viewer Add-Ons Aras Innvatr Viewer Add-Ons Aras Innvatr 9.2 Dcument #: 9.2.02232009 Last Mdified: 4/1/2010 Aras Crpratin ARAS CORPORATION Cpyright 2010 All rights reserved Aras Crpratin 300 Brickstne Square Suite 904

More information

Spectrum Enterprise SIP Trunking Service Zultys MX Phone System v9.0.4 IP PBX Configuration Guide

Spectrum Enterprise SIP Trunking Service Zultys MX Phone System v9.0.4 IP PBX Configuration Guide Spectrum Enterprise SIP Trunking Service Zultys MX Phne System v9.0.4 IP PBX Cnfiguratin Guide Abut Spectrum Enterprise: Spectrum Enterprise is a divisin f Charter Cmmunicatins fllwing a merger with Time

More information

CommandCenter Secure Gateway Release Virtual CC

CommandCenter Secure Gateway Release Virtual CC CmmandCenter Secure Gateway Release 5.0.5 Virtual CC Nvember 15, 2010 Versin 5.0.5 prvides the initial release f the CC-SG virtual appliance (Virtual CC). Virtual CC is supprted t run n VMware. Versin

More information

Aras Innovator 11. Client Settings for Chrome on Windows

Aras Innovator 11. Client Settings for Chrome on Windows Dcument #: 11.0.02016022601 Last Mdified: 1/11/2018 Cpyright Infrmatin Cpyright 2018 Aras Crpratin. All Rights Reserved. Aras Crpratin 300 Brickstne Square Suite 700 Andver, MA 01810 Phne: 978-691-8900

More information

TMS myclouddata SDK DEVELOPERS GUIDE

TMS myclouddata SDK DEVELOPERS GUIDE TMS mycluddata SDK TMS mycluddata SDK February 2017 Cpyright 2017 by tmssftware.cm bvba Web: http://www.tmssftware.cm Email: inf@tmssftware.cm 1 TMS mycluddata SDK Index Availability... 3 Online references...

More information

Cisco EPN Manager Network Administration

Cisco EPN Manager Network Administration Training Data Sheet Cisc EPN Manager Netwrk Administratin Cisc EPN Manager Netwrk Administratin is an instructr-led and lab-based curse in which yu learn t mnitr, cnfigure, and prvisin netwrk devices by

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

September 24, Release Notes

September 24, Release Notes September 24, 2013 Release Ntes Cntacting Lestream Lestream Crpratin 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.lestream.cm Telephne: +1 781 890 2019 Fax: +1 781 688 9338 T submit

More information

Infrastructure Series

Infrastructure Series Infrastructure Series TechDc WebSphere Message Brker / IBM Integratin Bus Parallel Prcessing (Aggregatin) (Message Flw Develpment) February 2015 Authr(s): - IBM Message Brker - Develpment Parallel Prcessing

More information

FTP Imports Playbook. Version 0.91

FTP Imports Playbook. Version 0.91 Versin 0.91 2014 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted in any frm r by any means, electrnic r mechanical, including phtcpy, recrding, r any infrmatin

More information

CCNA 1 Chapter v5.1 Answers 100%

CCNA 1 Chapter v5.1 Answers 100% CCNA 1 Chapter 9 2016 v5.1 Answers 100% 1. Which tw characteristics are assciated with UDP sessins? (Chse tw.) Destinatin devices receive traffic with minimal delay. Transmitted data segments are tracked.

More information

TIBCO Statistica Options Configuration

TIBCO Statistica Options Configuration TIBCO Statistica Optins Cnfiguratin Sftware Release 13.3 June 2017 Tw-Secnd Advantage Imprtant Infrmatin SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

TED PRO Third Party Posting API Based on ECC Firmware Revision R400

TED PRO Third Party Posting API Based on ECC Firmware Revision R400 TED PRO Third Party Psting API Based n ECC Firmware Revisin R400 Table f Cntents Intrductin... 1 Activatin... 1 Sample Activatin XML... 2 Sample Activatin Respnse XML... 2 Psting Data... 3 Sample Pst XML...

More information

DC Remote Control Installation and Configuration Guide. Version 1.2

DC Remote Control Installation and Configuration Guide. Version 1.2 DC Remte Cntrl Installatin and Cnfiguratin Guide Versin 1.2 What des the applicatin d? The DminCmms Remte Cntrl applicatin allws the bulk re-cnfiguratin f Cisc IP Telephnes as if the user was present directly

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

Avigilon Control Center Virtual Matrix User Guide. Version 6.8

Avigilon Control Center Virtual Matrix User Guide. Version 6.8 Avigiln Cntrl Center Virtual Matrix User Guide Versin 6.8 2006-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS. are

More information

Release Date: 29-April-2011 Purpose: The Configuration & Orchestration Manager Release Notes provide the following information:

Release Date: 29-April-2011 Purpose: The Configuration & Orchestration Manager Release Notes provide the following information: CONFIGURATION & ORCHESTRATION MANAGER VERSION 2.2.1 1. Release Summary Release Date: 29-April-2011 Purpse: The Cnfiguratin & Orchestratin Manager 2.2.1 Release Ntes prvide the fllwing infrmatin: Bug Fixes

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

I. Introduction: About Firmware Files, Naming, Versions, and Formats

I. Introduction: About Firmware Files, Naming, Versions, and Formats I. Intrductin: Abut Firmware Files, Naming, Versins, and Frmats The UT-4500-A Series Upcnverters and DT-4500-A Series Dwncnverters stre their firmware in flash memry, which allws the system t uplad firmware

More information

TDR and Trend Micro. Integration Guide

TDR and Trend Micro. Integration Guide TDR and Trend Micr Integratin Guide i WatchGuard Technlgies, Inc. TDR and Trend Micr Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat

More information

UDS Enterprise Configuring UDS Enterprise in HA

UDS Enterprise Configuring UDS Enterprise in HA Intrductin The cmpnents f UDS Enterprise (UDS Server and UDS Tunneler) can be cnfigured in high availability (HA) s that in case f drp any f these items, either due t a failure f the hypervisr that hsts

More information

Application Note. Digi Connect Wi-SP Troubleshooting Guide. Digi Technical Support 10 May 2016

Application Note. Digi Connect Wi-SP Troubleshooting Guide. Digi Technical Support 10 May 2016 Applicatin Nte Digi Cnnect Wi-SP Trubleshting Guide Digi Technical Supprt 10 May 2016 Cntents 1 Intrductin... 3 1.1 Assumptins... 3 1.2 Crrectins... 3 2 Quick Facts... 3 2.1 Cmmn Questins Abut the Cnnect

More information

Exosoft Backup Manager

Exosoft Backup Manager Exsft Backup Manager 2018 Exsft Backup Manager Ensuring databases are backed up regularly is a critical part f any cmpany data recvery prcess. Mst mnth end as well as end f financial year prcesses shuld

More information

Firmware Download Anybus X-gateway Modbus-TCP

Firmware Download Anybus X-gateway Modbus-TCP Firmware Dwnlad Anybus X-gateway Mdbus-TCP Firmware Dwnlad Anybus X-gateway Mdbus-TCP HMS Industrial Netwrks AB Page 1 (5) Firmware Dwnlad Anybus X-gateway Mdbus-TCP Histry Revisin Date Descriptin Respnsible

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Quick Setup Guide. Aastra MX-ONE V.4.0 Integration with Microsoft OCS 2007 R2. Doc. Nr. ASE/MXO/PLM/ 0123/EN Rev.A

Quick Setup Guide. Aastra MX-ONE V.4.0 Integration with Microsoft OCS 2007 R2. Doc. Nr. ASE/MXO/PLM/ 0123/EN Rev.A Aastra MX-ONE V.4.0 Integratin with Micrsft OCS 2007 R2 Quick Setup Guide Aastra Telecm Sweden AB SE-126 37 Hägersten, Sweden Dc. Nr. ASE/MXO/PLM/ 0123/EN Rev.A www.aastra.cm Cntents 1 Intrductin 3 1.1

More information

Token Guide for RB-1. with. BlackShield ID. Copyright 2009 CRYPTOCard Inc.

Token Guide for RB-1. with. BlackShield ID. Copyright 2009 CRYPTOCard Inc. Tken Guide fr RB-1 with BlackShield ID Cpyright 2009 CRYPTOCard Inc. www.cryptcard.cm http:// Cpyright Cpyright 2008, CRYPTOCard All Rights Reserved. N part f this publicatin may be reprduced, transmitted,

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

Maintenance Release Notes Release Version: 9.5.5

Maintenance Release Notes Release Version: 9.5.5 Maintenance Release Ntes Release Versin: 9.5.5 Platfrm: 9.5 MR201510 Cntents Updates Included in this Release... 1 Rules Cnsle:... 1 New Feature: Avaya Cumulative Metrics... 1 Technical Gd Health:... 3

More information

TDR and Symantec. Integration Guide

TDR and Symantec. Integration Guide TDR and Symantec Integratin Guide i WatchGuard Technlgies, Inc. TDR and Symantec Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat indicatrs

More information

2. When an EIGRP-enabled router uses a password to accept routes from other EIGRP-enabled routers, which mechanism is used?

2. When an EIGRP-enabled router uses a password to accept routes from other EIGRP-enabled routers, which mechanism is used? CCNA 3 Chapter 7 v5.0 Exam Answers 2015 (100%) 1. Which prtcl is used by EIGRP t send hell packets? TCP UDP RTP IP 2. When an EIGRP-enabled ruter uses a passwrd t accept rutes frm ther EIGRP-enabled ruters,

More information

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0 Kaltura MediaSpace Installatin and Upgrade Guide Versin: 5.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights

More information

TDR and Avast Business Antivirus. Integration Guide

TDR and Avast Business Antivirus. Integration Guide TDR and Avast Business Antivirus Integratin Guide i WatchGuard Technlgies, Inc. TDR and Avast Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate

More information

Installation and Getting Started

Installation and Getting Started Eurstat Data Transmissin Tls & Services EDAMIS Web Applicatin v3.1 Installatin and Getting Started TABLE OF CONTENTS: 1 Intrductin... 2 2 Installatin... 2 2.1 Prerequisites... 2 2.2 EWA installatin...

More information

Dolby Conference Phone Support Frequently Asked Questions

Dolby Conference Phone Support Frequently Asked Questions Dlby Cnference Phne Supprt Frequently Asked Questins Versin 1.0, 1 Intrductin This dcument prvides sme answers t frequently asked questins abut the Dlby Cnference Phne. Fr mre detailed infrmatin n any

More information

Kaltura MediaSpace User Manual. Version: 3.0

Kaltura MediaSpace User Manual. Version: 3.0 Kaltura MediaSpace User Manual Versin: 3.0 Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 Tutrial VIP Interfaces Versin 2.0 Definitins HwT An OpenScape Business HwT describes the cnfiguratin f an OpenScape Business feature within the OpenScape Business administratin. It

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

Skype Meetings

Skype Meetings http://www.jeffersnstate.edu/resurces-fr-instructrs-de/ Skype Meetings Skype-t-Skype is used fr cmmunicatin thrugh vice, vide, chat (Instant Messaging) and/r desktp sharing fr ne-n-ne cnferences, meetings,

More information

Telkom VPN-Lite router setup User Manual Billion 810VGTX

Telkom VPN-Lite router setup User Manual Billion 810VGTX Telkm VPN-Lite ruter setup User Manual Billin 810VGTX Cntents Intrductin... 3 Befre yu start... 4 VPN-Lite Setup Using Windws Utility... 5 VPN-Lite Setup using yur web brwser... 7 VPN-Lite Manual Setup

More information

ip.buffer App Note AN009 : Security Considerations

ip.buffer App Note AN009 : Security Considerations ip.buffer App Nte AN009 : Security Cnsideratins Date Authr Release 2008-12-18 MP Initial draft UK 2008 Scannex Electrnics Limited. All rights reserved wrldwide. Scannex Electrnics Ltd, UK t: +44(0)8707

More information

CCNA Security v2.0 Chapter 3 Exam Answers

CCNA Security v2.0 Chapter 3 Exam Answers CCNA Security v2.0 Chapter 3 Exam Answers 1. Because f implemented security cntrls, a user can nly access a server with FTP. Which AAA cmpnent accmplishes this? accunting accessibility auditing authrizatin

More information

Fujitsu Microelectronics Europe Application Note MCU-AN E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 RESET APPLICATION NOTE

Fujitsu Microelectronics Europe Application Note MCU-AN E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 RESET APPLICATION NOTE Fujitsu Micrelectrnics Eurpe Applicatin Nte MCU-AN-300052-E-V11 FR FAMILY 32-BIT MICROCONTROLLER MB91460 RESET APPLICATION NOTE Revisin Histry Revisin Histry Date 2007-11-02 V1.0 RSchum First draft 2008-06-24

More information

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018

Release Notes Version: - v18.13 For ClickSoftware StreetSmart September 22, 2018 Release Ntes Versin: - v18.13 Fr ClickSftware StreetSmart September 22, 2018 Cpyright Ntice Cpyright 2018 ClickSftware Technlgies Ltd. All rights reserved. N part f this publicatin may be cpied withut

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

Release Letter. 1. General. VIDEOJET decoder 8000 VJD-8000, VJD-8000-N. Firmware Security Systems. Product: Version:

Release Letter. 1. General. VIDEOJET decoder 8000 VJD-8000, VJD-8000-N. Firmware Security Systems. Product: Version: Release Letter Prduct: VIDEOJET decder 8000 VJD-8000, VJD-8000-N Versin: Firmware 9.50 This letter cntains latest infrmatin abut the abve mentined prduct. 1. General This firmware release 9.50.0073 is

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

Integration Framework for SAP Business One

Integration Framework for SAP Business One Integratin Framewrk fr SAP Business One DIPrxy Cnfiguratin PUBLIC Glbal Rll-ut Octber 2018, B Zha TABLE OF CONTENTS 1 INTRODUCTION... 3 2 INSTALLATION... 3 3 CONFIGURATION... 5 3.1 Services in Service

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

Implementation of Authentication Mechanism for a Virtual File System

Implementation of Authentication Mechanism for a Virtual File System Implementatin f Authenticatin Mechanism fr a Virtual File System Prject fr Operating Systems Curse (CS 5204) Implemented by- Vinth Jagannathan Abhishek Ram Under the guidance f Dr Dennis Kafura Abstract

More information

DocAve 6 Control Panel

DocAve 6 Control Panel DcAve 6 Cntrl Panel DcAve 6 Cntrl Panel Reference Guide Reference Guide Service Pack 4, Cumulative Update 3 Revisin T Service Pack 4, Cumulative Update 3 Issued Nvember 2014 Revisin S Issued September

More information

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager

Troubleshooting Citrix- Published Resources Configuration in VMware Identity Manager Trubleshting Citrix- Published Resurces Cnfiguratin in VMware Identity Manager VMware Identity Manager A U G U S T 2 0 1 7 V1 Table f Cntents Overview... 1 Supprted Versins f Cmpnents... 1 Prerequisites...

More information

TDR and Kaspersky. Integration Guide

TDR and Kaspersky. Integration Guide TDR and Kaspersky Integratin Guide i WatchGuard Technlgies, Inc. TDR and Kaspersky Deplyment Overview Threat Detectin and Respnse (TDR) is a cllectin f advanced malware defense tls that crrelate threat

More information

Dell Chassis Management Controller (CMC) Version 1.35 for Dell PowerEdge VRTX. Release Notes

Dell Chassis Management Controller (CMC) Version 1.35 for Dell PowerEdge VRTX. Release Notes Dell Chassis Management Cntrller (CMC) Versin 1.35 fr Dell PwerEdge VRTX Release Ntes Release Type and Definitin The Dell Chassis Management Cntrller (CMC) Versin 1.35 fr Dell PwerEdge VRTX is a System

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

Remoting SDK Release Notes

Remoting SDK Release Notes Remting SDK Release Ntes Release 2018 R2 Dcument Versin: 1.0 10 August 2018 This dcument is a cmpilatin f sftware and sftware dcumentatin defects, and sftware specificatin clarificatins, updates, and changes.

More information

SOLA and Lifecycle Manager Integration Guide

SOLA and Lifecycle Manager Integration Guide SOLA and Lifecycle Manager Integratin Guide SOLA and Lifecycle Manager Integratin Guide Versin: 7.0 July, 2015 Cpyright Cpyright 2015 Akana, Inc. All rights reserved. Trademarks All prduct and cmpany names

More information

MediaTek LinkIt Development Platform for RTOS Memory Layout Developer's Guide

MediaTek LinkIt Development Platform for RTOS Memory Layout Developer's Guide MediaTek LinkIt Develpment Platfrm fr RTOS Memry Layut Develper's Guide Versin: 1.1 Release date: 31 March 2016 2015-2016 MediaTek Inc. MediaTek cannt grant yu permissin fr any material that is wned by

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

Interoperability between ProCurve WESM zl and Siemens Gigaset SL75 wireless phone

Interoperability between ProCurve WESM zl and Siemens Gigaset SL75 wireless phone An HP PrCurve Netwrking Applicatin Nte Interperability between PrCurve WESM zl and Siemens Gigaset SL75 wireless phne Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk architecture... 3 4. Secure

More information

Release Type: Firmware Software Hardware New Product. VIA Collage Yes N/A VIA Collage Bundle Yes N/A

Release Type: Firmware Software Hardware New Product. VIA Collage Yes N/A VIA Collage Bundle Yes N/A Prduct Name: VIA Cllage Current Versin: F 1.9.0316.684 Versin Date: March 2016 Reference: 10281 Release Type: Firmware Sftware Hardware New Prduct Kramer Prduct Affected: Prduct Name Minimum FW Versin

More information

Kindle Fire Guide. Requires OverDrive Account/Adobe ID authorization.

Kindle Fire Guide. Requires OverDrive Account/Adobe ID authorization. Getting started Depending n yur preference OverDrive App Supprts EPUB ebks and MP3 Audibks. Direct dwnlad thrugh mbile app. N publisher restrictins. Yu ll need the fllwing: A Kindle Fire registered with

More information