-
The eISCP protocol can be used over serial(RS-232) and over ethernet.
Since This already wraps the ISCP commands in the eISCP frame format, it should be easy to modify this project to support the ser…
cl0rm updated
6 months ago
-
```
What steps will reproduce the problem?
1. Create a new stream
2. Protocol Selection - Ethernet II - IPv4
3. Protocol Data - TOS/DSCP
What is the expected output? What do you see instead?
It woul…
-
```
What steps will reproduce the problem?
1. Create a new stream
2. Protocol Selection - Ethernet II - IPv4
3. Protocol Data - TOS/DSCP
What is the expected output? What do you see instead?
It woul…
-
```
What steps will reproduce the problem?
1. Create a new stream
2. Protocol Selection - Ethernet II - IPv4
3. Protocol Data - TOS/DSCP
What is the expected output? What do you see instead?
It woul…
-
## Expected Behavior
calico-node pod will be running and ready
## Current Behavior
calico-node pod will be running, but not ready
## Possible Solution
1. kubectl edit felixc…
-
**The Problem To Be Solved**
From a users perspective it is hard to understand:
- what is the purpose of a software pack
- what components are available in a pack
- what other packs will b…
-
Hi,
Just reading the code, Do you think that:
```
if let Some(ethernet) = parsed.ethernet {
let ethertype = ethernet.ethertype();
// ...
}
// Or this.
if let Some(ipv4) = parsed.…
-
IP Infusion Inc. wants to contribute Yang model for SyncE.
Synchronous Ethernet, also referred as SyncE, is an ITU-T standard for computer networking that facilitates the transference of clock sign…
-
CCP is the CAN Calibration Protocol.
XCP is an extended version that also supports CAN, Ethernet, FlexRay and USB.
-
I'm looking at using `glommio` for its `io_uring` support with [ethercrab](https://github.com/ethercrab-rs/ethercrab) which sends raw Ethernet II frames containing a custom protocol. It currently uses…