Skip to content
Snippets Groups Projects
Commit c54c7f38 authored by rupumped's avatar rupumped
Browse files

Netbeans and sim can run 100 nodes

parent ebae4e91
Branches
No related tags found
No related merge requests found
Showing
with 1339 additions and 1290 deletions
......@@ -4,3 +4,6 @@ jake/
**.lss
**.map
**.srec
sim/js_code.txt
sim/TinyNets/nbproject/
\ No newline at end of file
File added
EDIT: The important files are now located in sim/TinyNets/public_html/
# TinyNets Simulator
A modified version of [simbit](https://github.com/ebfull/simbit).
......
{
"directory": "public_html/bower_components"
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
});
};
{
"name": "TinyNets",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc", "**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
var gulp = require('gulp');
gulp.task('default', function () {
// place code for your default task here
});
{
"name": "TinyNets",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "rupum",
"contributors": [],
"dependencies": {}
}
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment