Hi,
I think the easiest thing to do if you already have a .6 installation and you don't want to uninstall is: - download the tarball from CVS, unzip it such that the 'tinyos-1.x' tree is parallel to your old nest tree. - download the nesc compiler snapshot from SourceForge; untar into the tinyos-1.x directory you created above. This will create a 'nesc' dir parallel to the 'apps' and 'tos' dirs (there are some other tinyos-1.x dirs, too). Compile and install nesc by doing a 'make' and 'make install'. - download and install the AT&T graphviz package. This is necessary for the documentation. That's it, but I realize that it may be trickier than I've written above. For example, you will have to have emacs on your machine in order to compile nesc. There may be other requirements that pop up, too. Please let me know how it goes and maybe I can help further. Most of the documentation for TinyOS 1.0 is in the code itself, ala javadoc. If you cd to the 'apps' dir and type 'make mica docs', the documentation is generated by default into a directory under tinyos- 1.x/docs called 'nesdoc'. That said, there is a file called 'changes.html' in tinyos-1.x/doc that describes the differences between 0.6.1 and 1.0. You can access this document from SourceForge if you would like to read it before upgrading. As you probably know, our sourceforge project name is 'tinyos'. You would access that project and then the CVS download pages -- there's a link to browse the CVS repository from there. Good luck and, again, let me know how things go for you. -kw ----- Original Message ----- From: "Tarun Raisoni" <[EMAIL PROTECTED]> Date: Monday, October 14, 2002 7:31 pm Subject: RE: [Tinyos] TinyOS 1.0 Release online > Hello Kristin, > > Where can i find the release notes for this release which would > point me to > the new modules built in to TinyOS. Also do you have any > information on an > upgrade path for the TinyOS 0.6 that I currently have on my machine. > > A pointer to the architecture document or location where I can > find more > information on the modules built in to OS will also be helpful. > > http://webs.cs.berkeley.edu/tos/ on this page, there is no > information about > a Tiny OS 1.0 release. > > Look forward to your response. > > Best Regards, > > Tarun Raisoni > Cisco Systems Inc. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Kristin > Wright Sent: Monday, October 14, 2002 6:06 PM > To: [EMAIL PROTECTED]; tinyos- > [EMAIL PROTECTED] Subject: [Tinyos] TinyOS 1.0 > Release online > > > You can find download information at the TinyOS web site: > http://webs.cs.berkeley.edu/tos/ > > -kw > > _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
