<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Time Tagger Network on Swabian Instruments</title><link>https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/</link><description>Recent content in Time Tagger Network on Swabian Instruments</description><generator>Hugo</generator><language>zh</language><lastBuildDate>Tue, 20 Aug 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/index.xml" rel="self" type="application/rss+xml"/><item><title>Accessing the Web Application Server from Another PC</title><link>https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/accessing-the-web-application-server-from-another-pc/</link><pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate><guid>https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/accessing-the-web-application-server-from-another-pc/</guid><description>&lt;p>&lt;strong> This article relates to the now deprecated Time Tagger Web Application. Please consider using Time Tagger Lab (GUI) for local control of the Time Tagger hardware or Time Tagger Network for remote time tag streaming. &lt;/strong>&lt;/p>
&lt;p>For security reasons, the Time Tagger Web Application server does not allow connections from the network computers; only localhost connections are allowed. The Time Tagger Web Application neither manages access rights nor encrypts the communication. Nevertheless, networking tools like SSH can provide secure access to a remote Time Tagger Web Application server. This requires an SSH server to be set up and run on the machine where you run your Web Application server. The remote clients then establish an SSH tunnel from their PC to the Time Tagger server (listening on the &amp;ldquo;localhost&amp;rdquo; of the server PC) and use the Web Application the same way as locally connected.&lt;/p></description></item><item><title>Difference Between TimeTaggerNetwork and Pyro Control</title><link>https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/difference-between-timetaggernetwork-and-pyro-control/</link><pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate><guid>https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/difference-between-timetaggernetwork-and-pyro-control/</guid><description>&lt;p>The Time Tagger software allows you to access the device over the network from one or more clients. Two different approaches are possible (the second one only employing Python):&lt;/p>
&lt;ol>
&lt;li>
&lt;p>The &lt;a href="https://www.swabianinstruments.com/static/documentation/TimeTagger/api/TimeTagger.html#the-timetaggernetwork-class" >TimeTaggerNetwork &lt;/a> functionality, that is an integral part of the Time Tagger engine, allows you to send the time-tag stream to remote clients so that each client can process the stream independently. Multiple clients can connect to the server and subscribe to the channels they want to receive the stream. You can choose if the clients can change the hardware settings, like trigger level, deadtime, etc. This is done through server access mode. The direct operation to the time tagger object on the server always provides full access. The Time Tagger network server does not provide more fine-grained access control management. It is the user&amp;rsquo;s responsibility to distribute channels among the clients and define how they access them.&lt;/p></description></item><item><title>Scanning for Time Tagger Servers on Different Subnetworks</title><link>https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/scanning-for-time-tagger-servers-on-different-subnetworks/</link><pubDate>Tue, 20 Aug 2024 00:00:00 +0000</pubDate><guid>https://www.swabianinstruments.com/zh/knowledge/base/time-tagger-network/scanning-for-time-tagger-servers-on-different-subnetworks/</guid><description>&lt;p>The function &lt;a href="https://www.swabianinstruments.com/static/documentation/TimeTagger/api/TimeTaggerLibrary.html#scanTimeTaggerServers"> ScanTimeTaggerServers() &lt;/a>
uses multicast UDP messages to find the server IP addresses.
This works within local subnets, but its effectiveness across different subnets depends on whether the specific network routers pass on the multicast requests or not.
If the TimeTaggerServer cannot be found by calling ScanTimeTaggerServers(), it is very likely that in the network, multicast routing is not allowed or unreliable.
In this case, the only alternative is then to input the server IP address manually in the call
&lt;a href="https://www.swabianinstruments.com/static/documentation/TimeTagger/api/TimeTaggerLibrary.html#createTimeTaggerNetwork"> createTimeTaggerNetwork()&lt;/a> in the client PC.&lt;/p></description></item></channel></rss>