Skip to content

hchiam/sar-tool

 
 

Repository files navigation

sar-tool

search and replace (productivity tool + much more)

  • a bunch of CLI productivity tools useful for C# build scripts
  • everything need to create a light quick and dirty MVC WebApp (http server, http client with JWT, OAuth2 authenticaion, caching, json parsing, etc)

creating a webserver:

using sar.http;

void main()
{
  var server = new HttpServer(8080);
  ...  
}

sar-cnc

webserver used interface with to GRBL

  • has ability to job axis from the web interface
  • displays current current axis positions
  • send g-code commands
  • run a g-code job generated by design software such as Fusion 360
  • ui has a pic of the CNC I built

About

search and replace (productivity tool + much more)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 58.1%
  • nesC 26.4%
  • JavaScript 8.8%
  • HTML 3.1%
  • SQLPL 1.7%
  • PLpgSQL 1.2%
  • Other 0.7%