Skip to content

cvas-544/RaspNet-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe

Project Aim:

This project aim is to the implement serial communication protocol, in between different Raspberry Pi devices which there are connected in a Ring topology.

How to Install?

For installing, you just need to use the command line(Windows) or terminal(Mac os). Navigate to the project folder and just follow the below mentioned steps.

Commands:

- make all : This command is to create the build files and flash the executable to the micro-controller.

- make doc : This command is to to generate project documentation. Here after executing the command 'make doc' is extratcs two versions of documents one is html 
	     and the other one is latex. This document contains details about structure of the project, APIs, macros etc. To run this command, you should
	     have Doxygen software running on the computer.

##other commands:- - make clean : This command is to clear the files which are built previously.

Running the Project:

Use the command line tool "MINICOM" to view the receiving data. Here you can see the receiving data on the minimum console. 

Documentation:

To view the document created by Doxygen, go the path \document\html and open index.html

If folder or files not found, follow the below steps:  

1. Navigate to the project folder

2. Run the command ->make doc

About

A simple communication protocol between Raspberry Pi computers with the Gertboard-extension board, by using its ATMEL-processor for the communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors