CN102201988A - Scheduling method of avionics full duplex switched Ethernet (AFDX) exchanger - Google Patents
Scheduling method of avionics full duplex switched Ethernet (AFDX) exchanger Download PDFInfo
- Publication number
- CN102201988A CN102201988A CN2011101232500A CN201110123250A CN102201988A CN 102201988 A CN102201988 A CN 102201988A CN 2011101232500 A CN2011101232500 A CN 2011101232500A CN 201110123250 A CN201110123250 A CN 201110123250A CN 102201988 A CN102201988 A CN 102201988A
- Authority
- CN
- China
- Prior art keywords
- message
- vqq
- afdx
- deadline
- priority
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 9
- 230000005540 biological transmission Effects 0.000 claims description 12
- 238000004422 calculation algorithm Methods 0.000 description 5
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 238000001914 filtration Methods 0.000 description 1
- 238000009432 framing Methods 0.000 description 1
- 238000007618 network scheduling algorithm Methods 0.000 description 1
Images
Landscapes
- Small-Scale Networks (AREA)
Abstract
本发明公开了一种航空电子全双工交换式以太网交换机调度方法,将要发送的消息封装成标准的以太网帧格式并进行过滤,根据路由配置表将过滤后的消息发送到AFDX交换机的输出缓冲区并建立一个虚拟的输出队列VQQ,计算每一条VQQ中的消息的紧迫程度并设置初始优先级,按照优先级的顺序发送信息。本发明有效减少了高优先级消息的延迟时间,提高了AFDX网络的服务质量。
The invention discloses a scheduling method for an avionics full-duplex switched Ethernet switch. The message to be sent is encapsulated into a standard Ethernet frame format and filtered, and the filtered message is sent to the output of the AFDX switch according to the routing configuration table. Buffer and establish a virtual output queue VQQ, calculate the urgency of each message in VQQ and set the initial priority, and send information in the order of priority. The invention effectively reduces the delay time of high-priority messages and improves the service quality of the AFDX network.
Description
技术领域technical field
本发明涉及一种以太网交换机调度方法。The invention relates to a scheduling method for an Ethernet switch.
背景技术Background technique
航空电子全双工交换式以太网(AFDX)是在商用以太网的基础上演变而来的,它在传统以太网的基础上增加了“确定性网络”的实时性保证机制、双冗余管理的可靠性机制来满足现代航空电子的需求,成为新一代的航空电子系统总线。Avionics full-duplex switched Ethernet (AFDX) is evolved on the basis of commercial Ethernet. It adds a "deterministic network" real-time guarantee mechanism and dual redundancy management to traditional Ethernet. The reliability mechanism to meet the needs of modern avionics has become a new generation of avionics system bus.
对于飞机网络,每个网络传输请求必须得到服务,而且必须保证每一个传输的端到端时延,这就涉及到航空电子各系统之间消息合理、高效的调度问题。在AFDX端系统间的消息传输过程中,首先为消息的传输定义一条合适的单向虚拟链路(VL),消息依次经过UDP头、IP头、以太网帧头封装成为标准的以太网帧格式,通过流量规整、调度策略,使其成为满足该VL要求的帧,消息帧被送至源端系统的输出端口,然后被发送到AFDX双余度的交换网络,AFDX交换机接收到所要传输的消息帧后,首先通过交换机中的过滤与管制模块对来自各端系统的消息帧在完整性、帧长度、流量预算以及可接受的目的地址等方面进行过滤,丢弃不符合要求的帧。对符合要求的帧,进入交换机的交换功能模块,根据配置表查找消息帧的目的地址(虚拟链路标识符),然后对该缓存区等待的消息帧进行调度,确定消息帧输出的先后顺序,将帧转发到合适的物理端口,消息帧通过交换机输出端口,输出到目的端口,目的端系统对接收到的消息帧进行完整性检测后处理消息帧。这是一个消息帧完整的传输过程。For the aircraft network, each network transmission request must be served, and the end-to-end delay of each transmission must be guaranteed, which involves the reasonable and efficient scheduling of messages between avionics systems. In the process of message transmission between AFDX end systems, a suitable one-way virtual link (VL) is first defined for message transmission, and the message is encapsulated into a standard Ethernet frame format through UDP header, IP header, and Ethernet frame header in turn , through traffic regulation and scheduling strategies, make it a frame that meets the requirements of the VL, the message frame is sent to the output port of the source end system, and then sent to the AFDX dual-redundancy switching network, and the AFDX switch receives the message to be transmitted After framing, the filtering and control module in the switch first filters the message frames from each end system in terms of integrity, frame length, traffic budget, and acceptable destination addresses, and discards frames that do not meet the requirements. To the frames that meet the requirements, enter the switching function module of the switch, search the destination address (virtual link identifier) of the message frame according to the configuration table, then schedule the message frames waiting in the buffer area, and determine the sequence of message frame output, The frame is forwarded to the appropriate physical port, the message frame is output to the destination port through the output port of the switch, and the destination end system performs integrity detection on the received message frame and then processes the message frame. This is a complete transmission process of a message frame.
目前对AFDX网络调度算法的研究主要集中在对端系统VL调度方面,而AFDX交换机的优劣是影响AFDX网络性能的一个重要指标。AFDX交换机的交换功能模块处理消息帧时,交换机采用的不同调度算法会使消息帧的转发延迟有所差异。目前的交换机的调度主要采用轮询调度算法,该方法能使消息均等的得到服务,但是航电系统中往往会有一些紧急度较高的消息需要立即得到服务,轮询算法的均等性就不能满足对紧急消息的调度需求。At present, the research on the AFDX network scheduling algorithm mainly focuses on the VL scheduling of the peer system, and the quality of the AFDX switch is an important indicator that affects the performance of the AFDX network. When the switching function module of the AFDX switch processes message frames, different scheduling algorithms adopted by the switch will cause differences in the forwarding delay of message frames. The current scheduling of switches mainly adopts round-robin scheduling algorithm, which can make messages evenly served. However, in avionics systems, there are often some messages with high urgency that need to be served immediately, and the equality of round-robin algorithm cannot be achieved. Satisfy scheduling needs for urgent messages.
发明内容Contents of the invention
为了克服现有技术不能满足紧急消息调度需求的不足,本发明提供一种航空电子全双工交换式以太网交换机调度方法,按照各消息帧的不同截止时间,优先发送截止时间较小的紧急消息,使紧急消息能够在需要传输时立即得到服务,减小延迟时间。根据消息帧的不同截止时间发送消息,不但能够保证各消息在本身的截止时间之前得到服务,而且能很好的满足紧急度较高的消息要求,可以有效的减少紧急度较高的消息在AFDX网络中的传输时延,提高整个航电网络对消息处理的服务质量。In order to overcome the deficiency that the existing technology cannot meet the emergency message dispatching requirements, the present invention provides an avionics full-duplex switched Ethernet switch dispatching method, according to the different deadlines of each message frame, priority is given to sending emergency messages with smaller deadlines , so that urgent messages can be served immediately when they need to be transmitted, reducing delay time. Sending messages according to different deadlines of message frames can not only ensure that each message is served before its own deadline, but also meet the requirements of messages with higher urgency, and effectively reduce the number of messages with higher urgency in AFDX The transmission delay in the network improves the service quality of the entire avionics network for message processing.
本发明解决其技术问题所采用的技术方案是在消息进入交换机输入端的缓冲队列以后,按照消息帧的截止时间,对消息赋予不同的优先级,对截止时间最早的消息帧赋予最高的优先级,使其尽可能早的得到服务,减少其在网络中传输的延迟时间。具体包括以下步骤:The technical solution adopted by the present invention to solve the technical problem is that after the message enters the buffer queue at the input end of the switch, different priorities are given to the message according to the deadline of the message frame, and the highest priority is given to the message frame with the earliest deadline. Make it get served as early as possible, and reduce the delay time of its transmission in the network. Specifically include the following steps:
步骤一、源端系统将要发送的消息封装成标准的以太网帧格式,发送到VL上等待传输。Step 1. The source end system encapsulates the message to be sent into a standard Ethernet frame format, and sends it to the VL for transmission.
步骤二、将步骤一得到的消息传输到AFDX的交换网络后,AFDX交换机对到来的消息进行过滤,若不满足AFDX帧要求则丢弃,满足要求继续下一步。Step 2: After transmitting the message obtained in step 1 to the switching network of AFDX, the AFDX switchboard filters the incoming message, discards it if it does not meet the requirements of the AFDX frame, and proceeds to the next step if it meets the requirements.
步骤三、根据路由配置表,将接收的消息发送到AFDX交换机的输出缓冲区。Step 3: Send the received message to the output buffer of the AFDX switch according to the routing configuration table.
步骤四、为将要发送的消息建立一个虚拟的输出队列(VQQ),排队等待转发。Step 4: Create a virtual output queue (VQQ) for the message to be sent, queue up and wait for forwarding.
步骤五、计算每一条VQQ中的消息的紧迫程度,并根据消息进入VQQ时的截止时间对消息设置初始优先级,具体包括以下步骤:Step five, calculate the urgency of each message in the VQQ, and set the initial priority for the message according to the deadline when the message enters the VQQ, specifically including the following steps:
1:在每一个VQQ中,设置一个计数器,计算每一个进入VQQ的消息的截止时间di(t)-t,di(t)为该消息的任务时限,由发送消息的源端系统决定,t为当前时间。1: In each VQQ, set a counter to calculate the deadline d i (t)-t of each message entering the VQQ, where d i (t) is the task time limit of the message, which is determined by the source system that sends the message , t is the current time.
2:比较当前队列中各消息的截止时间大小,对新消息设置初始优先级,截止时间越小的消息初始优先级越高。2: Compare the cut-off time of each message in the current queue, and set the initial priority for new messages. The message with a shorter cut-off time has a higher initial priority.
步骤六、若当前进入VQQ的消息截止时间最短,即初始优先级最高,则转发此消息到的物理端口,完成对消息的转发。若当前进入VQQ的消息截止时间不是最短即初始优先级较低,则进入下一步。Step 6. If the message currently entering the VQQ has the shortest deadline, that is, the initial priority is the highest, forward the message to the physical port to complete the forwarding of the message. If the cut-off time of the message currently entering the VQQ is not the shortest, that is, the initial priority is low, then enter the next step.
步骤七、消息在VQQ中继续等待,并每隔一个指定的时间段后,对VQQ中的所有的消息优先级加一,每次选择优先级最高的消息发送。Step 7. The message continues to wait in the VQQ, and after every specified time period, the priority of all the messages in the VQQ is increased by one, and the message with the highest priority is selected to be sent each time.
步骤八、每当VQQ有新消息到来时,进入步骤五。Step 8. Whenever there is a new message from VQQ, go to step 5.
本发明的有益效果是:在AFDX网络的消息传输中,通过对AFDX交换机采用动态的最早截止时间最先调度算法(EDF),使得交换机优先发送紧急度较高的消息,有效减少了高优先级消息的延迟时间,提高了AFDX网络的服务质量。The beneficial effects of the present invention are: in the message transmission of the AFDX network, by adopting the dynamic earliest deadline first scheduling algorithm (EDF) for the AFDX switch, the switch can send messages with higher urgency first, effectively reducing the number of high-priority messages. The delay time of the message improves the service quality of the AFDX network.
下面结合附图和实施例对本发明进一步说明。The present invention will be further described below in conjunction with the accompanying drawings and embodiments.
附图说明Description of drawings
图1是EDF调度算法在AFDX交换机中的实施流程图。Fig. 1 is the flow chart of the implementation of the EDF scheduling algorithm in the AFDX switch.
具体实施方式Detailed ways
消息是通过虚拟链路在两个端系统中传输的。考虑一个端系统A(源端系统)需要发送消息E到端系统B(目的端系统),假设VL的ID号为10的虚拟链路传输该消息。Messages are transported between the two end systems over virtual links. Considering that an end system A (source end system) needs to send a message E to end system B (destination end system), it is assumed that the virtual link whose ID number is 10 of the VL transmits the message.
步骤一、端系统A封装好消息帧并将其规整调度为满足VLID10的要求,将消息E发送至VLID10上等待传输。Step 1. End system A encapsulates the message frame and schedules it to meet the requirements of VLID10, and sends message E to VLID10 for transmission.
步骤二、消息E发送至AFDX交换网络,假设消息E为符合要求的帧。Step 2: The message E is sent to the AFDX switching network, assuming that the message E is a frame meeting the requirements.
步骤三、消息E进入交换机Rx缓冲区,按照配置表,确定消息的输出缓冲区。Step 3: The message E enters the Rx buffer of the switch, and the output buffer of the message is determined according to the configuration table.
步骤四、确定消息E输入到输出的VQQ。Step 4: Determine the VQQ from input to output of message E.
步骤五、该VQQ中的计数器计算消息E的截止时间,并赋予消息E初始优先级。Step 5: The counter in the VQQ calculates the deadline of the message E, and gives the message E an initial priority.
假设此时该VQQ队列中有4个消息在排队等待发送,截止时间(di(t)-t)分别为:Assume that there are 4 messages waiting to be sent in the VQQ queue at this time, and the deadlines (d i (t)-t) are:
步骤六、两种情况:Step six, two situations:
1:假设新进消息E的截至时间为0.01ms。1: Assume that the deadline for incoming message E is 0.01ms.
那么此时VQQ中的5个消息的优先级就设置为:(优先级1最高)Then the priorities of the five messages in VQQ are set to: (Priority 1 is the highest)
则此时队列中的新进的消息初始E优先级最高,说明此时队列中的消息E紧急度最高,则转发消息E到对应的输出端口。完成消息E在交换机中的传输。At this time, the new message E in the queue has the highest initial priority, indicating that the message E in the queue has the highest urgency at this time, and the message E is forwarded to the corresponding output port. Complete the transmission of message E in the switch.
2:假设新进消息E的截至时间为0.05ms。2: Assume that the deadline for incoming message E is 0.05ms.
那么此时VQQ中的5个消息的优先级就设置为:Then the priorities of the five messages in VQQ are set to:
步骤七、此时VQQ队列中的消息C优先级最高,最先得到传输,而新消息E和队列中的其余三个消息继续等待,隔一个时间片(假设为0.01ms)后消息的优先级动态更新为:Step 7. At this time, the message C in the VQQ queue has the highest priority and is transmitted first, while the new message E and the other three messages in the queue continue to wait, and the priority of the message after a time slice (assumed to be 0.01ms) The dynamic update is:
此时消息B优先级最高,最先传输。然后隔一个时间片后,再次更新优先级,直至消息E的优先级更新至最高时,再输出消息E。At this time, message B has the highest priority and is transmitted first. Then after a time slice, the priority is updated again until the priority of message E is updated to the highest, and then message E is output.
步骤八、若在消息E优先级未更新至最高时,又有新消息F进入该VQQ队列,则重复步骤五。Step 8. If a new message F enters the VQQ queue when the priority of the message E is not updated to the highest, repeat step 5.
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011101232500A CN102201988A (en) | 2011-05-12 | 2011-05-12 | Scheduling method of avionics full duplex switched Ethernet (AFDX) exchanger |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011101232500A CN102201988A (en) | 2011-05-12 | 2011-05-12 | Scheduling method of avionics full duplex switched Ethernet (AFDX) exchanger |
Publications (1)
Publication Number | Publication Date |
---|---|
CN102201988A true CN102201988A (en) | 2011-09-28 |
Family
ID=44662389
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2011101232500A Pending CN102201988A (en) | 2011-05-12 | 2011-05-12 | Scheduling method of avionics full duplex switched Ethernet (AFDX) exchanger |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102201988A (en) |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102427426A (en) * | 2011-12-05 | 2012-04-25 | 西安电子科技大学 | Method and device for simultaneously supporting AFDX (avionics full Duplex switched Ethernet) and common Ethernet switching |
CN102497310A (en) * | 2011-12-05 | 2012-06-13 | 西安电子科技大学 | Service flow shaping method and device for cascaded port of avionics full duplex switched Ethernet (AFDX) switch |
CN102970156A (en) * | 2012-10-11 | 2013-03-13 | 上海交通大学 | Optimal modeling method for end-to-end delay in avionics full duplex switched Ethernet (AFDX) data networks |
CN103684946A (en) * | 2013-11-26 | 2014-03-26 | 中国电子科技集团公司第三十二研究所 | AFDX (avionics full duplex switched Ethernet) end system scheduling method and system |
WO2014201934A1 (en) * | 2013-06-21 | 2014-12-24 | 中兴通讯股份有限公司 | Message scheduling method and device |
CN104486250A (en) * | 2014-12-03 | 2015-04-01 | 中国航空工业集团公司第六三一研究所 | Deadline-oriented scheduling method capable of meeting time determinability |
CN104734873A (en) * | 2013-12-20 | 2015-06-24 | 深圳市国微电子有限公司 | Switching system and management method and system for buffer in switching equipment in switching system |
CN106776401A (en) * | 2016-11-23 | 2017-05-31 | 东软集团股份有限公司 | Method for message transmission and device |
CN110601744A (en) * | 2019-09-18 | 2019-12-20 | 成都成电光信科技股份有限公司 | Dispatching method for sending virtual link of AFDX (avionics full Duplex switched Ethernet) network |
TWI748613B (en) * | 2020-08-27 | 2021-12-01 | 瑞昱半導體股份有限公司 | Switch |
CN114205311A (en) * | 2020-09-02 | 2022-03-18 | 瑞昱半导体股份有限公司 | switch |
CN115766626A (en) * | 2022-10-13 | 2023-03-07 | 中国航空无线电电子研究所 | A Priority-Based Polling Scheduling Method Applied to AFDX Network Monitoring |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20060010437A (en) * | 2004-07-28 | 2006-02-02 | 주식회사 케이티 | Dynamic Bandwidth Allocation Method Supporting Quality of Service and Ethernet Optical Network System Using Them |
CN101800703A (en) * | 2010-03-12 | 2010-08-11 | 北京经纬恒润科技有限公司 | Flow control method and device of AFDX (Avionics Full Duplex Switched Ethernet) switch |
-
2011
- 2011-05-12 CN CN2011101232500A patent/CN102201988A/en active Pending
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20060010437A (en) * | 2004-07-28 | 2006-02-02 | 주식회사 케이티 | Dynamic Bandwidth Allocation Method Supporting Quality of Service and Ethernet Optical Network System Using Them |
CN101800703A (en) * | 2010-03-12 | 2010-08-11 | 北京经纬恒润科技有限公司 | Flow control method and device of AFDX (Avionics Full Duplex Switched Ethernet) switch |
Non-Patent Citations (1)
Title |
---|
贾卫松等: "AFDX端系统设计中的发送调度方法研究与实现", 《计算机测量与控制》 * |
Cited By (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102497310A (en) * | 2011-12-05 | 2012-06-13 | 西安电子科技大学 | Service flow shaping method and device for cascaded port of avionics full duplex switched Ethernet (AFDX) switch |
CN102497310B (en) * | 2011-12-05 | 2015-01-28 | 西安电子科技大学 | Service flow shaping method and device for cascaded port of avionics full duplex switched Ethernet (AFDX) switch |
CN102427426B (en) * | 2011-12-05 | 2015-06-03 | 西安电子科技大学 | Method and device for simultaneously supporting AFDX (Avionics Full-duplex Switched Ethernet) and common Ethernet switching |
CN102427426A (en) * | 2011-12-05 | 2012-04-25 | 西安电子科技大学 | Method and device for simultaneously supporting AFDX (avionics full Duplex switched Ethernet) and common Ethernet switching |
CN102970156A (en) * | 2012-10-11 | 2013-03-13 | 上海交通大学 | Optimal modeling method for end-to-end delay in avionics full duplex switched Ethernet (AFDX) data networks |
CN104243349B (en) * | 2013-06-21 | 2018-05-04 | 中兴通讯股份有限公司 | Method for dispatching message and device |
WO2014201934A1 (en) * | 2013-06-21 | 2014-12-24 | 中兴通讯股份有限公司 | Message scheduling method and device |
CN104243349A (en) * | 2013-06-21 | 2014-12-24 | 中兴通讯股份有限公司 | Message scheduling method and device |
CN103684946A (en) * | 2013-11-26 | 2014-03-26 | 中国电子科技集团公司第三十二研究所 | AFDX (avionics full duplex switched Ethernet) end system scheduling method and system |
CN104734873A (en) * | 2013-12-20 | 2015-06-24 | 深圳市国微电子有限公司 | Switching system and management method and system for buffer in switching equipment in switching system |
CN104734873B (en) * | 2013-12-20 | 2018-04-13 | 深圳市国微电子有限公司 | Management method, the system of buffer in a kind of exchange system and its switching equipment |
CN104486250A (en) * | 2014-12-03 | 2015-04-01 | 中国航空工业集团公司第六三一研究所 | Deadline-oriented scheduling method capable of meeting time determinability |
CN106776401A (en) * | 2016-11-23 | 2017-05-31 | 东软集团股份有限公司 | Method for message transmission and device |
CN106776401B (en) * | 2016-11-23 | 2019-11-15 | 东软集团股份有限公司 | Method for message transmission and device |
CN110601744A (en) * | 2019-09-18 | 2019-12-20 | 成都成电光信科技股份有限公司 | Dispatching method for sending virtual link of AFDX (avionics full Duplex switched Ethernet) network |
CN110601744B (en) * | 2019-09-18 | 2021-09-14 | 成都成电光信科技股份有限公司 | Dispatching method for sending virtual link of AFDX (avionics full Duplex switched Ethernet) network |
TWI748613B (en) * | 2020-08-27 | 2021-12-01 | 瑞昱半導體股份有限公司 | Switch |
US12120038B2 (en) | 2020-08-27 | 2024-10-15 | Realtek Semiconductor Corp. | Switch and scheduling method for packet forwarding of the same |
CN114205311A (en) * | 2020-09-02 | 2022-03-18 | 瑞昱半导体股份有限公司 | switch |
CN115766626A (en) * | 2022-10-13 | 2023-03-07 | 中国航空无线电电子研究所 | A Priority-Based Polling Scheduling Method Applied to AFDX Network Monitoring |
CN115766626B (en) * | 2022-10-13 | 2024-12-03 | 中国航空无线电电子研究所 | Priority-based polling scheduling method applied to AFDX network monitoring |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102201988A (en) | Scheduling method of avionics full duplex switched Ethernet (AFDX) exchanger | |
CN102427426B (en) | Method and device for simultaneously supporting AFDX (Avionics Full-duplex Switched Ethernet) and common Ethernet switching | |
US8553538B2 (en) | Packet relay device and congestion control method | |
CN108712351B (en) | Dual-plane based time-triggered Ethernet switch and packet switching method | |
CN112105080A (en) | Time-sensitive network data transmission system and transmission method | |
CN109587077B (en) | Hybrid scheduling method for TTE network and TTE network terminal | |
CN106850466A (en) | The retransmission method and device of packet in a kind of time-triggered network | |
CN104767695B (en) | A kind of stream scheduling method of task rank in data center | |
CN104836750B (en) | A kind of data center network stream scheduling method based on round-robin | |
CN102497310B (en) | Service flow shaping method and device for cascaded port of avionics full duplex switched Ethernet (AFDX) switch | |
WO2016107375A1 (en) | Packet forwarding method and device | |
CN106027416A (en) | Data centre network flow dispatching method and system based on space and time combination | |
KR20190100347A (en) | Communication system, communication device and communication method | |
CN102752192B (en) | Bandwidth allocation method of forwarding and control element separation (ForCES) transmission mapping layer based on stream control transmission protocol (SCTP) | |
CN104717159A (en) | Scheduling method based on store-and-forward switching structure | |
CN108462654B (en) | Enhanced GJB289A bus communication management and scheduling method | |
CN103812787A (en) | Electric power telecommunication network message prior forwarding method | |
CN112087356B (en) | uTTE network system compatible with general TTE | |
CN106254274A (en) | Transformer station's switch GOOSE message transmission reduces the method that the end of a thread blocks | |
WO2016008399A1 (en) | Flow control | |
CN115643220B (en) | Deterministic service transmission method and device based on jitter time delay | |
CN112073230B (en) | Simplified network system compatible with standard AFDX (avionics full Duplex switched Ethernet) network | |
CN108462650B (en) | Output unit based on TTE switch | |
CN102497285A (en) | Byte-based filtering and policing system and method of avionics full duplex switched Ethernet (AFDX) switch | |
CN112565107A (en) | TTE scheduling communication method based on self-adaptive dual redundancy |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20110928 |