Readme

Purpose


	RaSim (Raspberry-Pi Simulator) is a software that simulates the motion and interaction of the edge
	things in the IoT environment. The purpose of RaSim is to test through virtual things before physically 
	constructing things at the edge. Through simulations, it identifies information on structural problems, 
	defects, pros/cons of strategies, resources usage to things of clusters built in edge computing. 
	Based on simulation results, we can design more efficient software and physical architectures for edge computing in IoT.
		

Development environment

Getting Start

Download & Compile


	mkdir RaSim 
	cd RaSim 
	wget http://snslab.kangwon.ac.kr/v2/RaSim/files/RaSim_v1.1.3.zip 
	unzip RaSim_v1.1.3.zip 
	make 
	./RaSim
		

Contact