Changeset 243
- Timestamp:
- 09/12/07 23:32:04 (1 year ago)
- Files:
-
- nano-RK/projects/basic_SLIPstream/main.c (modified) (1 diff)
- nano-RK/projects/basic_adc/main.c (modified) (1 diff)
- nano-RK/projects/basic_bmac/main.c (modified) (1 diff)
- nano-RK/projects/basic_flash_flood/flash_flood_client/flash_flooding.h (modified) (1 diff)
- nano-RK/projects/basic_flash_flood/flash_flood_client/main.c (modified) (1 diff)
- nano-RK/projects/basic_flash_flood/flash_flood_gateway/flash_flooding.h (modified) (1 diff)
- nano-RK/projects/basic_flash_flood/flash_flood_gateway/main.c (modified) (1 diff)
- nano-RK/projects/basic_mmc/main.c (modified) (1 diff)
- nano-RK/projects/basic_mmc/mmc.h (modified) (1 diff)
- nano-RK/projects/basic_networking/App1-client.c (modified) (1 diff)
- nano-RK/projects/basic_networking/App1-server.c (modified) (1 diff)
- nano-RK/projects/basic_reserves/main.c (modified) (1 diff)
- nano-RK/projects/basic_rf/rf_rx/main.c (modified) (1 diff)
- nano-RK/projects/basic_rf/rf_tx/main.c (modified) (1 diff)
- nano-RK/projects/basic_rtl/rtl_coord/main.c (modified) (1 diff)
- nano-RK/projects/basic_rtl/rtl_fixed/main.c (modified) (1 diff)
- nano-RK/projects/basic_sem/main.c (modified) (1 diff)
- nano-RK/projects/basic_sensors/main.c (modified) (1 diff)
- nano-RK/projects/basic_serial/main.c (modified) (1 diff)
- nano-RK/projects/basic_signals/main.c (modified) (1 diff)
- nano-RK/projects/basic_tasks/main.c (modified) (1 diff)
- nano-RK/projects/basic_timer/main.c (modified) (1 diff)
- nano-RK/projects/bmac_sensor_demo/client/main.c (modified) (1 diff)
- nano-RK/projects/bmac_sensor_demo/server/main.c (modified) (1 diff)
- nano-RK/projects/labs (deleted)
- nano-RK/projects/reserve_test/main.c (modified) (1 diff)
- nano-RK/projects/rtl_line_demo/main.c (modified) (1 diff)
- nano-RK/projects/self_test/main.c (modified) (1 diff)
- nano-RK/projects/widom/basic_widom/main.c (modified) (1 diff)
- nano-RK/projects/widom/experimental/basic_time_sync/basic_timesync_rf.c (modified) (1 diff)
- nano-RK/projects/widom/experimental/basic_time_sync/basic_timesync_rf.h (modified) (1 diff)
- nano-RK/projects/widom/experimental/basic_time_sync/basic_timesync_timer.c (modified) (1 diff)
- nano-RK/projects/widom/experimental/basic_time_sync/basic_timesync_timer.h (modified) (1 diff)
- nano-RK/projects/widom/experimental/basic_time_sync/main.c (modified) (1 diff)
- nano-RK/projects/widom/experimental/wd_sync_master/main.c (modified) (1 diff)
- nano-RK/projects/widom/experimental/wd_test/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nano-RK/projects/basic_SLIPstream/main.c
r186 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Anthony Rowe 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/basic_adc/main.c
r120 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 1 24 #include <nrk.h> 2 25 #include <include.h> nano-RK/projects/basic_bmac/main.c
r147 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 1 24 #include <nrk.h> 2 25 #include <include.h> nano-RK/projects/basic_flash_flood/flash_flood_client/flash_flooding.h
r191 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Karthik Lakshmanan 24 *******************************************************************************/ 25 26 1 27 #ifndef TREE_FLOODING_H 2 28 #define TREE_FLOODING_H nano-RK/projects/basic_flash_flood/flash_flood_client/main.c
r191 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Karthik Lakshmanan 24 *******************************************************************************/ 25 1 26 #include <nrk.h> 2 27 #include <hal.h> nano-RK/projects/basic_flash_flood/flash_flood_gateway/flash_flooding.h
r190 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Karthik Lakshmanan 24 *******************************************************************************/ 25 26 1 27 #ifndef TREE_FLOODING_H 2 28 #define TREE_FLOODING_H nano-RK/projects/basic_flash_flood/flash_flood_gateway/main.c
r190 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Karthik Lakshmanan 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <basic_rf.h> nano-RK/projects/basic_mmc/main.c
r12 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/basic_mmc/mmc.h
r1 r243 1 2 1 /* *********************************************************************** 3 2 ** nano-RK/projects/basic_networking/App1-client.c
r219 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Aditya Bhave 24 *******************************************************************************/ 25 26 1 27 // This is an example application to test the buffer manager and the network stack 2 28 nano-RK/projects/basic_networking/App1-server.c
r153 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Aditya Bhave 24 *******************************************************************************/ 25 26 1 27 // This is an example application to test the buffer manager and the network stack 2 28 nano-RK/projects/basic_reserves/main.c
r101 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/basic_rf/rf_rx/main.c
r47 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <include.h> 2 26 #include <ulib.h> nano-RK/projects/basic_rf/rf_tx/main.c
r47 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 1 24 #include <include.h> 2 25 #include <ulib.h> nano-RK/projects/basic_rtl/rtl_coord/main.c
r232 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Anthony Rowe 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/basic_rtl/rtl_fixed/main.c
r232 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Anthony Rowe 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/basic_sem/main.c
r89 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Zane Starr 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/basic_sensors/main.c
r120 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Zane Starr 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/basic_serial/main.c
r83 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/basic_signals/main.c
r83 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Zane Starr 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/basic_tasks/main.c
r224 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/basic_timer/main.c
r226 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/bmac_sensor_demo/client/main.c
r228 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/bmac_sensor_demo/server/main.c
r228 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/reserve_test/main.c
r47 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/rtl_line_demo/main.c
r230 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Anthony Rowe 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/self_test/main.c
r185 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 *******************************************************************************/ 23 24 1 25 #include <nrk.h> 2 26 #include <include.h> nano-RK/projects/widom/basic_widom/main.c
r219 r243 1 /****************************************************************************** 2 * Nano-RK, a real-time operating system for sensor networks. 3 * Copyright (C) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 4 * All rights reserved. 5 * 6 * This is the Open Source Version of Nano-RK included as part of a Dual 7 * Licensing Model. If you are unsure which license to use please refer to: 8 * http://www.nanork.org/nano-RK/wiki/Licensing 9 * 10 * This program is free software: you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation, version 2.0 of the License. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program. If not, see <http://www.gnu.org/licenses/>. 21 * 22 * Contributing Authors (specific to this file): 23 * Nuno Pereira 24 *******************************************************************************/ 25 26 1 27 #include <nrk.h> 2 28 #include <include.h> nano-RK/projects/widom/experimental/basic_time_sync/basic_timesync_rf.c
r205 r243 1 /***************************************************************************** 2 * Copyright (c) 2007, Real-Time and Multimedia Lab, Carnegie Mellon University 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions are met: 7 * * Redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer. 9 * * Redistributions in binary form must reproduce the above
