repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
RIOT
RIOT-master/sys/shell/cmds/fib.c
/* * Copyright (C) 2015 Martin Landsmann <Martin.Landsmann@HAW-Hamburg.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brie...
8,198
30.656371
109
c
RIOT
RIOT-master/sys/shell/cmds/benchmark_udp.c
/* * Copyright (C) 2021 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for * more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * * @author Benjamin Valentin ...
1,639
22.768116
77
c
RIOT
RIOT-master/sys/shell/cmds/conn_can.c
/* * Copyright 2017 OTA keys S.A. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell command implementation for ...
4,271
21.723404
74
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_ipv6_whitelist.c
/* * Copyright (C) Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include <stdi...
1,575
22.176471
85
c
RIOT
RIOT-master/sys/shell/cmds/ccn-lite-utils.c
/* * Copyright (C) 2015, 2016 INRIA. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell commands to interact wi...
7,828
26.470175
114
c
RIOT
RIOT-master/sys/shell/cmds/nimble_statconn.c
/* * Copyright (C) 2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell commands to ...
2,645
23.275229
78
c
RIOT
RIOT-master/sys/shell/cmds/semtech-loramac.c
/* * Copyright 2018 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell command implementation for Semtech ...
17,405
32.732558
98
c
RIOT
RIOT-master/sys/shell/cmds/sht1x.c
/* * Copyright (C) 2013 INRIA * 2018 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * ...
11,152
27.819121
92
c
RIOT
RIOT-master/sys/shell/cmds/openwsn.c
/* * Copyright 2020 Inria * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell command implementation for OpenWSN ...
17,345
27.067961
76
c
RIOT
RIOT-master/sys/shell/cmds/sntp.c
/* * Copyright (C) 2016 Luminița Lăzărescu <cluminita.lazarescu@gmail.com> * 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup ...
3,030
27.327103
105
c
RIOT
RIOT-master/sys/shell/cmds/cryptoauthlib.c
/* * Copyright (C) 2020 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell commands for the cryptoau...
6,354
24.938776
94
c
RIOT
RIOT-master/sys/shell/cmds/rtt.c
/* * Copyright (C) 2020 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell command implementation...
4,499
21.727273
80
c
RIOT
RIOT-master/sys/shell/cmds/dfplayer.c
/* * Copyright 2019 Marian Buschsieweke * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Provides a shell command to...
16,271
25.0352
82
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_rpl.c
/* * Copyright (C) 2018 HAW Hamburg * Copyright (C) 2015–2017 Cenk Gündoğan <mail-github@cgundogan.de> * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for * more details. */ /** * @ingroup sys_shell...
15,587
31.542797
113
c
RIOT
RIOT-master/sys/shell/cmds/suit.c
/* * Copyright (C) 2019 Alexandre Abadie <alexandre.abadie@inria.fr> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief ...
1,843
22.341772
69
c
RIOT
RIOT-master/sys/shell/cmds/mci.c
/* * Copyright (C) 2013 INRIA. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Provides shell commands to access s...
4,781
24.709677
127
c
RIOT
RIOT-master/sys/shell/cmds/saul_reg.c
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief SAUL registry s...
3,833
21.290698
77
c
RIOT
RIOT-master/sys/shell/cmds/nice.c
/* * Copyright (C) 2021 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief A s...
1,490
25.157895
87
c
RIOT
RIOT-master/sys/shell/cmds/netstats_neighbor.c
/* * Copyright (C) Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell commands...
2,776
25.198113
87
c
RIOT
RIOT-master/sys/shell/cmds/nimble_netif.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell commands to ...
19,013
28.990536
83
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_udp.c
/* * Copyright (C) 2015-17 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Demonstrating t...
6,416
29.126761
80
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_icmpv6_echo.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> * * This imple...
12,725
29.591346
89
c
RIOT
RIOT-master/sys/shell/cmds/nanocoap_vfs.c
/* * Copyright (C) 2022 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief NanoCoAP commands tha...
4,634
23.394737
82
c
RIOT
RIOT-master/sys/shell/cmds/lwip_netif.c
/* * Copyright (C) 2021 Google LLC * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell command for printing lwIP ...
3,941
28.863636
80
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_sixlowpan_ctx.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ /* Required for strtok_r in string.h, when bu...
4,876
27.520468
97
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_sixlowpan_frag_stats.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <s...
1,950
30.983607
77
c
RIOT
RIOT-master/sys/shell/cmds/random.c
/* * Copyright (C) 2013 Freie Universität Berlin * 2015 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_...
1,558
21.271429
78
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_ipv6_nib.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <s...
11,869
30.402116
97
c
RIOT
RIOT-master/sys/shell/cmds/cord_ep.c
/* * Copyright (C) 2017-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell command...
4,935
28.915152
105
c
RIOT
RIOT-master/sys/shell/cmds/gnrc_ipv6_frag_stats.c
/* * Copyright (C) 2020 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <s...
935
23
80
c
RIOT
RIOT-master/sys/shell/cmds/i2c_scan.c
/* * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief An ...
2,730
23.168142
94
c
RIOT
RIOT-master/sys/shell/cmds/rtc.c
/* * Copyright 2013 INRIA. * Copyright 2014 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * ...
4,327
21.778947
86
c
RIOT
RIOT-master/sys/shell/cmds/at30tse75x.c
/* * Copyright (C) 2015 Daniel Krebs * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Provides shell commands to tes...
5,215
30.612121
94
c
RIOT
RIOT-master/sys/shell/cmds/vfs.c
/* * Copyright (C) 2016 Eistec AB * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell commands for the VFS module...
23,424
24.770077
96
c
RIOT
RIOT-master/sys/shell/cmds/opendsme.c
/* * Copyright 2022 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_shell_commands * @{ * * @file * @brief Shell command implementation for op...
1,924
25.369863
104
c
RIOT
RIOT-master/sys/entropy_source/entropy_source.c
/* * Copyright (C) 2020 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_entropy_source_common * * @{ * @file * * @author Peter Kietzmann <peter...
3,296
25.166667
80
c
RIOT
RIOT-master/sys/entropy_source/adc_noise/adc_noise.c
/* * Copyright (C) 2020 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_entropy_source_adc * * @{ * @file * * @author Peter Kietzmann <peter.ki...
2,455
25.989011
81
c
RIOT
RIOT-master/sys/entropy_source/zero_entropy/zero_entropy.c
/* * Copyright (C) 2020 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_entropy_source_zero * @{ * @file * * @author Peter Kietzmann <peter.kiet...
1,841
24.232877
82
c
RIOT
RIOT-master/sys/color/color.c
/* * Copyright (C) 2014 - 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup sys_color * @{ * * @file * @brief Implementation of co...
5,960
26.597222
93
c
RIOT
RIOT-master/sys/embunit/TextOutputter.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
3,378
34.946809
113
c
RIOT
RIOT-master/sys/embunit/TextUIRunner.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
3,456
31.009259
99
c
RIOT
RIOT-master/sys/embunit/TestResult.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
2,437
34.852941
97
c
RIOT
RIOT-master/sys/embunit/RepeatedTest.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
2,328
36.564516
72
c
RIOT
RIOT-master/sys/embunit/stdImpl.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
3,674
23.019608
72
c
RIOT
RIOT-master/sys/embunit/XMLOutputter.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
4,033
33.775862
112
c
RIOT
RIOT-master/sys/embunit/TestSuite.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
2,490
34.585714
72
c
RIOT
RIOT-master/sys/embunit/ColorOutputter.c
/* * Copyright (C) 2015 Janos Kutscherauer <noshky@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ #include <stdio.h> #include "ColorOutputter.h" #include "ColorTextColors.h" s...
2,132
27.065789
93
c
RIOT
RIOT-master/sys/embunit/TestCaller.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
2,477
35.441176
72
c
RIOT
RIOT-master/sys/embunit/ColorTextOutputter.c
/* * Copyright (C) 2015 Janos Kutscherauer <noshky@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ #include <stdio.h> #include "ColorTextOutputter.h" #include "ColorOutputter.h"...
1,962
29.2
118
c
RIOT
RIOT-master/sys/embunit/TestRunner.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
3,693
29.278689
93
c
RIOT
RIOT-master/sys/embunit/AssertImpl.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
3,726
33.831776
99
c
RIOT
RIOT-master/sys/embunit/CompilerOutputter.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
3,250
34.336957
117
c
RIOT
RIOT-master/sys/embunit/TestCase.c
/* * COPYRIGHT AND PERMISSION NOTICE * * Copyright (c) 2003 Embedded Unit Project * * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, incl...
2,798
32.321429
80
c
RIOT
RIOT-master/sys/base64/base64.c
/* * Copyright (C) 2014 Hochschule für Angewandte Wissenschaften Hamburg (HAW) * Copyright (C) 2014 Martin Landsmann <Martin.Landsmann@HAW-Hamburg.de> * 2020 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. ...
8,955
29.154882
89
c
RIOT
RIOT-master/sys/trickle/trickle.c
/* * Trickle implementation * * Copyright (C) 2013, 2014 INRIA. * 2017 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @author Eric Engel <eric.engel@...
2,446
23.969388
80
c
RIOT
RIOT-master/sys/fmt/table.c
/* * Copyright 2019 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_fmt_table * @{ * * @file * @brief Implementati...
1,914
24.197368
80
c
RIOT
RIOT-master/sys/vfs/vfs_stdio.c
/* * Copyright (C) 2016 Eistec AB * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys * @{ * * @file * @brief S...
1,730
23.041667
79
c
RIOT
RIOT-master/sys/net/netutils/util.c
/* * Copyright (C) 2021 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Benjamin Valentin <benjamin.valentin@ml-pa.com> * @auth...
2,669
22.217391
90
c
RIOT
RIOT-master/sys/net/netdev_test/netdev_test.c
/* * Copyright (C) 2016 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include...
3,819
26.092199
88
c
RIOT
RIOT-master/sys/net/netstats/netstats_neighbor.c
/* * Copyright (C) Koen Zandberg <koen@bergzand.net> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * @ingroup net * @file * @brief Neighbor level stats for netdev ...
10,532
25.201493
98
c
RIOT
RIOT-master/sys/net/sock/sock_util.c
/* * Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de> * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_sock_u...
11,253
24.811927
89
c
RIOT
RIOT-master/sys/net/sock/async/event/sock_async_ctx.h
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @addtogroup net_sock_async_event * @{ * * @file * @brief Type definitions for...
1,920
24.613333
81
h
RIOT
RIOT-master/sys/net/sock/async/event/sock_async_event.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "i...
4,281
27.546667
80
c
RIOT
RIOT-master/sys/net/ble/bluetil/bluetil_addr/bluetil_addr.c
/* * Copyright (C) 2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup ble_bluetil_addr * @{ * * @file * @brief Implementation of ge...
2,595
20.633333
75
c
RIOT
RIOT-master/sys/net/ble/bluetil/bluetil_ad/bluetil_ad.c
/* * Copyright (C) 2018,2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup ble_bluetil_ad * @{ * * @file * @brief Implementation of...
2,385
21.942308
81
c
RIOT
RIOT-master/sys/net/ble/skald/skald_eddystone.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup ble_skald_eddystone * @{ * * @file * @brief Skald's Eddystone...
3,132
26.482456
80
c
RIOT
RIOT-master/sys/net/ble/skald/skald.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup ble_skald * @{ * * @file * @brief Skald's link layer implemen...
3,889
23.77707
80
c
RIOT
RIOT-master/sys/net/ble/skald/skald_ibeacon.c
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup ble_skald_ibeacon * @{ * * @file * @brief Skald's iBeacon imp...
1,743
25.424242
77
c
RIOT
RIOT-master/sys/net/network_layer/sixlowpan/sixlowpan_print.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <stdio.h> #include "od.h" #include ...
7,533
29.136
86
c
RIOT
RIOT-master/sys/net/network_layer/ipv6/hdr/ipv6_hdr_print.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <stdio.h> #include <inttypes.h> #in...
1,177
27.047619
81
c
RIOT
RIOT-master/sys/net/network_layer/ipv6/addr/ipv6_addr_to_str.c
/* * Copyright (c) 1996 by Internet Software Consortium. * Copyright (c) 2015 by Martine Lenders <mlenders@inf.fu-berlin.de> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission not...
4,229
25.603774
81
c
RIOT
RIOT-master/sys/net/network_layer/ipv6/addr/ipv6_addr_from_str.c
/* * Copyright (c) 1996 by Internet Software Consortium. * Copyright (c) 2015 by Martine Lenders <mlenders@inf.fu-berlin.de> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission not...
4,937
23.939394
79
c
RIOT
RIOT-master/sys/net/network_layer/ipv6/addr/ipv6_addr.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for * more details. */ /** * @{ * * @file * * @author Martine Lenders <mlenders@inf.f...
4,224
22.603352
86
c
RIOT
RIOT-master/sys/net/application_layer/sock_dodtls/sock_dodtls.c
/* * Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de> * Copyright (C) 2021 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_sock_dodtl...
6,543
26.965812
80
c
RIOT
RIOT-master/sys/net/application_layer/nanocoap/cache.c
/* * Copyright (C) 2020 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_nanocoap_cache * @{ * * @file * @brief Implementation of common functi...
10,169
30.196319
98
c
RIOT
RIOT-master/sys/net/application_layer/nanocoap/link_format.c
/* * Copyright (C) 2022 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_nanocoap * @{ * * @file * @brief NanoCoAP Link Format parser...
2,597
22.618182
91
c
RIOT
RIOT-master/sys/net/application_layer/nanocoap/sock.c
/* * Copyright (C) 2016-18 Kaspar Schleiser <kaspar@schleiser.de> * 2018 Inria * 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ ...
24,745
27.774419
104
c
RIOT
RIOT-master/sys/net/application_layer/nanocoap/vfs.c
/* * Copyright (C) 2022 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_nanocoap * @{ * * @file * @brief nanoCoAP VFS helpers * * ...
4,074
24.46875
84
c
RIOT
RIOT-master/sys/net/application_layer/telnet/telnet_server.c
/* * Copyright (C) 2021 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @brief Telnet server implementation * * @author Benjamin...
6,820
20.449686
85
c
RIOT
RIOT-master/sys/net/application_layer/dns/cache.c
/* * Copyright (C) 2022 ML!PA Consulting GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_dns_cache * @{ * @file * @brief DNS cache implementation * @auth...
5,242
24.206731
80
c
RIOT
RIOT-master/sys/net/application_layer/dns/msg.c
/* * Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Kaspar Schleiser <kaspar@schleiser.de> * @...
5,572
26.185366
78
c
RIOT
RIOT-master/sys/net/application_layer/uhcp/uhcpc.c
/* * Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ #include <arpa/inet.h> #include "log.h" #include "net/af.h" #include "net/so...
1,728
27.344262
83
c
RIOT
RIOT-master/sys/net/application_layer/uhcp/uhcp.c
/* * Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ #include <arpa/inet.h> #include <netinet/in.h> #include <string.h> #include ...
3,463
28.862069
95
c
RIOT
RIOT-master/sys/net/application_layer/dhcpv6/client_dns.c
/* * Copyright (C) 2021 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include "n...
1,181
24.148936
80
c
RIOT
RIOT-master/sys/net/application_layer/dhcpv6/relay.c
/* * Copyright (C) 2021 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
13,316
31.012019
84
c
RIOT
RIOT-master/sys/net/application_layer/dhcpv6/_dhcpv6.h
/* * Copyright (C) 2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_dhcpv6 * @{ * * @file * @brief Internal DHCPv6 definitions *...
13,178
35.812849
99
h
RIOT
RIOT-master/sys/net/application_layer/sock_dns_mock/dns_mock.c
/* * Copyright (C) 2022 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_dns_mock * @{ * @file * @brief sock DNS mock implementation * @au...
1,101
23.488889
84
c
RIOT
RIOT-master/sys/net/application_layer/gcoap/dns.c
/* * Copyright (C) 2021 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
23,566
29.566796
100
c
RIOT
RIOT-master/sys/net/application_layer/gcoap/forward_proxy.c
/* * Copyright (C) 2020 HAW Hamburg * Copyright (C) 2022 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Cenk Gündoğan <cenk.gue...
17,623
31.819367
100
c
RIOT
RIOT-master/sys/net/application_layer/sock_dns/dns.c
/* * Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_sock_dns * @{ * @file * @brief sock DNS client imple...
3,162
25.140496
82
c
RIOT
RIOT-master/sys/net/application_layer/cord/ep/cord_ep_standalone.c
/* * Copyright (C) 2017-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_cord_ep_standalone * @{ * * @file * @brief Standalon...
2,693
22.426087
80
c
RIOT
RIOT-master/sys/net/application_layer/cord/ep/cord_ep.c
/* * Copyright (C) 2017-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_cord_ep * @{ * * @file * @brief CoRE Resource Direct...
9,772
25.201072
83
c
RIOT
RIOT-master/sys/net/application_layer/cord/common/cord_common.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_cord_common * @{ * * @file * @brief Implementation of com...
2,166
22.053191
85
c
RIOT
RIOT-master/sys/net/application_layer/cord/epsim/cord_epsim.c
/* * Copyright (C) 2017-2019 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_cord_epsim * @{ * * @file * @brief CoRE RD simple re...
2,026
24.024691
81
c
RIOT
RIOT-master/sys/net/application_layer/cord/lc/cord_lc.c
/* * Copyright (C) 2017-2018 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_cord_lc * @{ * * @file * @brief CoRE Resource Directory lookup im...
11,931
29.992208
101
c
RIOT
RIOT-master/sys/net/application_layer/sntp/sntp.c
/* * Copyright (C) 2016 Luminița Lăzărescu <cluminita.lazarescu@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @brief SNTP implementation * * @...
2,461
27.298851
93
c
RIOT
RIOT-master/sys/net/application_layer/emcute/emcute.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_emcute * @{ * * @file * @brief MQTT-SN implementation * ...
15,532
26.013913
82
c
RIOT
RIOT-master/sys/net/application_layer/emcute/emcute_internal.h
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_emcute * @{ * * @file * @brief emCute internals * * @au...
2,598
33.653333
79
h
RIOT
RIOT-master/sys/net/application_layer/emcute/emcute_str.c
/* * Copyright (C) 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup net_emcute * @{ * * @file * @brief emCute string functions (f...
1,872
31.859649
69
c
RIOT
RIOT-master/sys/net/netif/netif.c
/* * Copyright (C) 2019 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file * @author Jose I. Alamos <jose.alamos@haw-hamburg.de> */ #include <assert.h> #...
3,161
20.806897
70
c