Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Koneki/Project Plan"

Line 2: Line 2:
  
 
Rather than a project plan, this page is, at the moment, a place to collect ideas about potential new features. This will be turned into an actual project plan for the milestones to come once the team will have agreed on the list.
 
Rather than a project plan, this page is, at the moment, a place to collect ideas about potential new features. This will be turned into an actual project plan for the milestones to come once the team will have agreed on the list.
 +
 +
[[Image:Chkbox disabled.gif]] In Plan - Initial state of planned items, no work currently being done
 +
 +
[[Image:Glass.gif]] Investigate - Additional information is being collected
 +
 +
[[Image:Progress.gif]] In Progress - Work is being done on the item
 +
 +
[[Image:Ok_green.gif]] Complete - Work is released to a build
 +
 +
[[Image:Error.gif]] Dropped - No longer being worked on for this release
 +
  
 
= M2M Embedded Development =
 
= M2M Embedded Development =
Line 7: Line 18:
 
* Lua tooling
 
* Lua tooling
 
** LuaDoc support
 
** LuaDoc support
** Switch to DLTK3
+
** [[Image:Ok_green.gif]] Switch to DLTK3
** Debugger (DBGP-based)
+
** [[Image:Ok_green.gif]] Debugger (DBGP-based)
** Integrate code snippets/templates
+
** [[Image:Ok_green.gif]] Integrate code snippets/templates
 
** Contact eLua team (see https://lists.berlios.de/pipermail/elua-dev/2011-July/002602.html)
 
** Contact eLua team (see https://lists.berlios.de/pipermail/elua-dev/2011-July/002602.html)
 
** Wizard (?) to help people call C libraries from Lua (wrapper generation? ...)
 
** Wizard (?) to help people call C libraries from Lua (wrapper generation? ...)
Line 27: Line 38:
 
** via the Web Services of a telco
 
** via the Web Services of a telco
 
** via AT commands (modem connected to developer's computer)
 
** via AT commands (modem connected to developer's computer)
* provide an OMA-DM stack
+
* [[Image:Progress.gif]] provide an OMA-DM stack
 
* provide a TR-069 stack ; see [1]
 
* provide a TR-069 stack ; see [1]
  
Line 43: Line 54:
 
= M2M Application model =
 
= M2M Application model =
  
* Collect requirements regarding an M2M common model
+
* [[Image:Progress.gif]] Collect requirements regarding an M2M common model
 
* Xtext DSL
 
* Xtext DSL
 
* Arduino code generation
 
* Arduino code generation

Revision as of 06:14, 16 December 2011

Warning2.png
Draft Content
This page is currently under construction. Community members are encouraged to maintain the page, and make sure the information is accurate.


Rather than a project plan, this page is, at the moment, a place to collect ideas about potential new features. This will be turned into an actual project plan for the milestones to come once the team will have agreed on the list.

Chkbox disabled.gif In Plan - Initial state of planned items, no work currently being done

Glass.gif Investigate - Additional information is being collected

Progress.gif In Progress - Work is being done on the item

Ok green.gif Complete - Work is released to a build

Error.gif Dropped - No longer being worked on for this release


M2M Embedded Development

  • Lua tooling
    • LuaDoc support
    • Ok green.gif Switch to DLTK3
    • Ok green.gif Debugger (DBGP-based)
    • Ok green.gif Integrate code snippets/templates
    • Contact eLua team (see https://lists.berlios.de/pipermail/elua-dev/2011-July/002602.html)
    • Wizard (?) to help people call C libraries from Lua (wrapper generation? ...)
    • Launch Lua application (configure interpreters, launch configuration UI, ...)
    • ...
  • [study] serial communication support in Eclipse TM
  • [study] embedded target definition packaging (i.e. should Koneki ship definitions of embedded targets, to ease the initial setup of the development machine<—> embedded target connection for the developer: connection default values already set, categorization by manufacturer, model, etc…)
  • Arduino

Protocols manipulation

  • implement a view allowing to send an SMS
    • via the Web Services of a telco
    • via AT commands (modem connected to developer's computer)
  • Progress.gif provide an OMA-DM stack
  • provide a TR-069 stack ; see [1]


[1]

M2M Server Development

  • Allow the discovery/testing of the (web) services of an M2M Server

M2M Application model

  • Progress.gif Collect requirements regarding an M2M common model
  • Xtext DSL
  • Arduino code generation

Back to the top