Skip to content

Commit f707e62

Browse files
committed
Update README.md
1 parent b43085d commit f707e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LServer is a **dynamically reconfigureable**, scalable, lightweight, multithread
44
* LServer can be used as a **Template** for efficient concurrent network server implementation in C++.
55
* **Teaching Tool**: LServer has a clean architecture and is well documented, making it suitable for teaching design and implementation of scalable concurrent software.
66
* **Load Simulation** LServer has a builtin dynamic scripting capability that can be used by the clients to simulate flexiable per-request server-side load simulation.
7-
* Suitable fo high-end and low-end hardware: Tested and used on both [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/), and [NEXCOM 7136](https://www.nexcom.com/Products/network-and-communication-solutions/cyber-security-solutions/rackmount-x86-based-performance-appliance/rackmount-x86-based-performance-appliance-nsa-7136)!
7+
* Suitable fo high-end and low-end hardware: Tested and tuned on both [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/), and [NEXCOM 7136](https://www.nexcom.com/Products/network-and-communication-solutions/cyber-security-solutions/rackmount-x86-based-performance-appliance/rackmount-x86-based-performance-appliance-nsa-7136)!
88

99
![rpizero_nsa7136](https://user-images.githubusercontent.com/19773760/131823463-ca416d77-9070-4f67-b4d0-4c224f8cb039.png)
1010

@@ -241,7 +241,7 @@ The configuration file is in YAML format. A sample is provided in the project ro
241241
* **header_interval**: The frequency of printing output header in the Portal console. This is meaningfull only if the `STATISTICS` option in the cmake file is set.
242242

243243
# Control Server / Embdded gRPC Server
244-
A gRPC server is embedded in LServer
244+
A gRPC server is embedded in LServer that allows the user to:
245245
* Extract operational statistics of servers
246246
* Dynamically change configuration of servers
247247

0 commit comments

Comments
 (0)