Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 26) sorted by relevance

12

/Renode-v1.15.3-c57714d/scripts/single-node/
Dlitex_vexriscv_tftp.resc1 :name: Built-in TFTP server demo
2 …cript runs Micropython on LiteX/VexRiscv booted from the the internal TFTP server hosted by Renode
15 emulation CreateNetworkServer "server" "192.168.100.100"
16 connector Connect server switch
18 server StartTFTP 6069
19 server.tftp ServeFile $micropython "boot.bin"
Dzynqmp_docker.resc2 :description: This script runs a web server under Docker on Zynq UltraScale+ MPSoC.
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DRobotFrameworkEngine.cs24 server = new HttpServer(processor); in RobotFrameworkEngine()
33 server.Run(port); in Start()
34 server.Dispose(); in Start()
54 server.Shutdown(); in Shutdown()
57 private readonly HttpServer server; field in Antmicro.Renode.RobotFramework.RobotFrameworkEngine
/Renode-v1.15.3-c57714d/tests/platforms/
Dnucleo_f429zi.robot30 ${server}= Create Terminal Tester ${UART} machine=machine-0
35 …t Initializing network testerId=${server}
36 …t For Line On Uart Run echo server
37 …t Network connected testerId=${server}
38 …t Waiting for TCP connection testerId=${server}
44 …t Accepted connection testerId=${server}
47 …t Received and replied testerId=${server}
51 …t Received and replied testerId=${server}
55 …t Received and replied testerId=${server}
59 …t Received and replied testerId=${server}
Dnucleo_h753zi.robot40 Create Machine ${ECHO_SERVER} server
62 ${server}= Create Terminal Tester ${UART} machine=server defaultPauseEmulation=True
65 …t Initializing network testerId=${server}
66 …t For Line On Uart Run echo server
67 …t Network connected testerId=${server}
68 …t Waiting for TCP connection testerId=${server}
74 …t Accepted connection testerId=${server}
77 …t Received and replied testerId=${server}
81 …t Received and replied testerId=${server}
85 …t Received and replied testerId=${server}
[all …]
DQuarkC1000.robot107 Execute Command $name="quark-server"
116 ${mach0_tester}= Create Terminal Tester ${UART} machine=quark-server
DSTM32F7.robot36 Wait For Line On Uart FreeRTOS command server.
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/
DTftpServerModule.cs28 public static void StartTFTP(this NetworkServer server, int port, string name = "tftp") in StartTFTP() argument
31 if(!server.RegisterModule(module, port, name)) in StartTFTP()
48 server = TftpServer.Instance; in TftpServerModule()
50 server.Log = HandleLog; in TftpServerModule()
51 server.DataReady = HandleResponse; in TftpServerModule()
53 server.GetStream += HandleStream; in TftpServerModule()
54 server.FileReceived += HandleFileReceived; in TftpServerModule()
81 server.OnUdpData(source, packet.PayloadData); in HandleUdp()
221 private readonly TftpServer server; field in Antmicro.Renode.Network.TftpServerModule
/Renode-v1.15.3-c57714d/tests/platforms/CC2538/
Dcc2538_rpl-udp.robot37 …://dl.antmicro.com/projects/renode/udp-server.elf-s_173732-a2aefb896d521a8fdc2a052cac1933c68cc39bf…
39 ${server-tester}= Create Terminal Tester ${UART} machine=server
56 …Uart Received request (\\d+) from fd00::200:0:0:2 testerId=${server-tester} tre…
57 …Uart Sending response (\\d+) to fd00::200:0:0:2 testerId=${server-tester} tre…
58 …Uart Received request (\\d+) from fd00::200:0:0:3 testerId=${server-tester} tre…
59 …Uart Sending response (\\d+) to fd00::200:0:0:3 testerId=${server-tester} tre…
/Renode-v1.15.3-c57714d/tests/network-server/
DNetworkServer.robot12 Execute Command emulation CreateNetworkServer "server" "192.168.100.100"
13 Execute Command connector Connect server switch
14 Execute Command server StartTFTP 6069
15 …Execute Command server.tftp ServeFile @https://dl.antmicro.com/projects/renode/litex_v…
/Renode-v1.15.3-c57714d/tests/peripherals/
DS32K3XX_EMAC.robot42 Execute Command emulation CreateNetworkServer "server" "192.0.2.2"
43 Execute Command connector Connect server ${SWITCH}
44 Execute Command server StartTFTP 69
45 Execute Command server.tftp ServeFile @${test_file} "file1.bin"
46 Execute Command server.tftp LogReceivedFiles true
DSynopsysDWCEthernetQualityOfService.robot125 Execute Command emulation CreateNetworkServer "server" "192.168.0.100"
126 Execute Command connector Connect server ${SWITCH}
127 Execute Command server StartTFTP 6069
130 Execute Command server.tftp ServeFile @${test_file} "hw"
/Renode-v1.15.3-c57714d/scripts/multi-node/quark-c1000-zephyr/
Ddemo.resc5 # Sample script creating 1 server node and 1 client node using a
24 # This creates a server node, connects it to the wireless medium and sets the node's position.
26 # The `$bin` variable contains the path to the server ELF file. The `$name` variable will indicate
28 $bin=@https://dl.antmicro.com/projects/renode/zephyr-echo-server.elf-s_1003060-56eb87aafc8c00f73ebe…
29 $name="server"
58 # The node is placed 10 units from the server. With the maximum range set to 11, all packets will b…
/Renode-v1.15.3-c57714d/scripts/multi-node/cc2538/
Drpl-udp.resc5 # Sample script creating 1 server node and 2 client nodes using a
19 $bin=@https://dl.antmicro.com/projects/renode/udp-server.elf-s_173732-a2aefb896d521a8fdc2a052cac193…
20 $name="server"
/Renode-v1.15.3-c57714d/
Drenode-test.bat21 …rces\styles\robot.css" --exclude "skip_windows" --robot-framework-remote-server-full-directory "%B…
23 …R%\..\tests\robot.css" --exclude "skip_windows" --robot-framework-remote-server-full-directory "%S…
DCHANGELOG.rst673 * improved handling of input files in TFTP server module
1513 * modular network server allowing to easily add server components to the emulation without a host-t…
1514 * built-in TFTP server module
1615 * crash when starting the GDB server before loading the platform
1703 * GDB server is now started from the ``machine`` level instead of ``cpu`` and is able to handle mul…
1712 * Robot tests no longer cause the Monitor telnet server to start automatically
2020 * MaximumBlockSize is no longer forced to 1 when starting GDB server
2077 * GDB server can be configured to autostart after the first "monitor halt" received
/Renode-v1.15.3-c57714d/tools/external_control_client/
DREADME.md5 The server's implementation can be found in this repository in `src/Renode/Network/ExternalControl/…
7 Besides building Renode from source, the server can be also dynamically compiled into Renode from t…
9 From the Monitor, the server can be started with:
61server in Renode, the `run_for` application can be used to progress emulation time multiple times …
86 After starting the server in Renode, the `adc` application can be used multiple times to set ADC ch…
107 After starting the server in Renode, the `gpio` application can be used in three different modes.
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/
DREADME.md1 # TCP client/server API for C++ (with SSL/TLS support)
6 This is a simple TCP server/client for C++. Under Windows, it wraps WinSock and under Linux it wrap…
7 the related socket API (BSD compatible). It wraps also OpenSSL to create secure client/server socke…
9 It is meant to be a portable and easy-to-use API to create a TCP server or client with or without S…
21 Create a server or client object and provide to its constructor a callable object (for log printing)
40 CTCPServer TCPServer(LogPrinter, "12345"); // creates a TCP server to listen on port 12345
43 CTCPSSLServer SecureTCPSSLServer(LogPrinter, "4242"); // creates an SSL/TLS TCP server to listen on…
61 …onnectedClient, 1000); // waits for 1 second. Will return true, if a client connected to the server
64 To connect to a particular server (e.g 127.0.0.1:669)
83 To send/receive data to/from a server :
[all …]
/Renode-v1.15.3-c57714d/tools/gdb_compare/
DREADME.md23 Command used to run the GDB server provider used as a reference
31 Port on which the reference GDB server can be reached
33 Port on which Renode will comunicate with GDB server
/Renode-v1.15.3-c57714d/tools/packaging/
Dcommon_copy_files.sh8 cp -r $BASE/tests/network-server $DIR/tests/network-server
Dmake_windows_portable_dotnet.sh26 …%SCRIPTDIR%\robot.css" --exclude "skip_windows" --robot-framework-remote-server-full-directory "%S…
/Renode-v1.15.3-c57714d/tests/
Drenode-keywords.robot39 @{PARAMS}= Create List --robot-server-port ${PORT_NUMBER} --hide-log
46 …File Should Exist ${DIRECTORY}/${BINARY_NAME} msg=Robot Framework remote server binary not fou…
69 …ugger-agent\=transport\=dt_socket,address\=0.0.0.0:${SERVER_REMOTE_PORT},server\=y,suspend\=${SERV…
74 Fatal Error Windows doesn't support server remote debug option.
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs27 …public static void CreateArduinoLoader(this USBIPServer server, CortexM cpu, ulong binaryLoadAddre… in CreateArduinoLoader() argument
30 server.Register(loader, port); in CreateArduinoLoader()
/Renode-v1.15.3-c57714d/scripts/complex/fomu/
DREADME.rst43 …This will start EtherBone server on 127.0.0.1:1234 by default. If you want to change the port, use…
/Renode-v1.15.3-c57714d/tools/packaging/conda/
Dbuild.sh90 python3 $CONDA_PREFIX/opt/renode/tests/run_tests.py --robot-framework-remote-server-full-directory …

12