Difference between revisions of "Log"

From Wiki2
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
2/2/20
bluetooth ble esp32
bluetooth ble web app including assign ownership location
boiler C++
boiler circuit
boiler enclosure
boiler fan
cascada circuit design
cascada enclosure
cascada source materials
heated roofs 220v relays
heated roofs circuit
heated roofs enclosure
stuff2get dnd reorder
stuff2get rewrite
stuff2get socketio
temp out enclosure
timecards 941s
timecards tax formulas
esp32 lcd screen
heated roofs redo with double 30A relays and 240->5v power supply
ontime enclosure
ontime c++
ontime hardware
ontime app
iot admin app&server &kill switc
1/21/20
1/21/20


possible things to do
possible things to do
* update dev env and blank
* update react dev env and blank app
* <s>fix mb processor power</s>
* <s>fix mb processor power</s>
* <s>explore pwa/idb</s>
* <s>explore pwa/idb</s> again revisited burt since I got timecards and hvac to work on iphone and decided that stuff2get will not store locally so much instead just kepin current lists, updating with socketio
* iot code for boiler
* iot code for boiler
* timecards tax formulas 2020 and 941 automation
* timecards tax formulas 2020 and 941 automation

Latest revision as of 15:24, 2 February 2020

2/2/20

bluetooth ble esp32
bluetooth ble web app including assign ownership location
boiler C++
boiler circuit
boiler enclosure
boiler fan
cascada circuit design
cascada enclosure
cascada source materials
heated roofs 220v relays
heated roofs circuit
heated roofs enclosure
stuff2get dnd reorder
stuff2get rewrite
stuff2get socketio
temp out enclosure
timecards 941s
timecards tax formulas
esp32 lcd screen
heated roofs redo with double 30A relays and 240->5v power supply
ontime enclosure
ontime c++
ontime hardware
ontime app
iot admin app&server &kill switc

1/21/20

possible things to do

  • update react dev env and blank app
  • fix mb processor power
  • explore pwa/idb again revisited burt since I got timecards and hvac to work on iphone and decided that stuff2get will not store locally so much instead just kepin current lists, updating with socketio
  • iot code for boiler
  • timecards tax formulas 2020 and 941 automation
  • wait for latest pla from bpl then...
    • design case for outside, print downtown...wait decide
  • design circuit and board for cascada


3/22/16

  • TODO ad app.js cors and passport iniitialization as module
  • split out mqtt code in sbdev/demiot/server2/index.js
  • what's been done -
    • most advanced server -> /wamp/www/node/sb/tokau-io-server, there are test that show socket.io is working
    • server deployed for token auth -> /wamp/www/tmstack/token-auth-server deplyed in sitebuilt.net//var/www/token-auth-server
  • parleyvale forever start /root/appsServers2Start.json doesn't work

where is shit running

stuff2get.sitebuilt.net

client
is running on sitebuilt in /home/stuff2get/public_html/s2g-ng/app/js/app.js
server
is running on parleyvale:3000 out of pparley vale /home/stuff2getapi/s2g-api/server2.js

apis

token-auth-server
on sitebuilt.net//var/www/token-auth-server port:3002
tokau-io-server
local//wamp/www/node/sb/tokau-io-server port:3035
  • updated npm to 2.14.20 on sitebuilt and parley
  • updated node -v0.10.24 to 4.4 on sitebuilt and parley
  • updated forever. you can tell what running in /root/appsServers2start.json
    • bogged and var/www/token-auth-server/server.js are running on sitebuilt. nothing is runnin on parleyvale

3/21/16

  • TODO find what's running on forever and write a config.json that i can find someday
  • tmstack/token-auth-server shows git log of last commit Sept 25 2015
  • viable token-auth-server running on /var/www/token-auth-server/server.js of sitebuilt.net
  • forever doesn't tell you shit about whats running unless you point it to a .json
  • in the pursuit of timers on the wemos I am back to the server.
    • the plan is to have wemos know the time every day or on every boot
    • it needs to ask the server to accesses the database and use the device timezone record to determine the current time at the device.
    • might as well extend the mongo registration process and add to its records.
    • where is the latest reg software?

10/24/10

  • sidetracked to passing additional info in autocomplete - see jquery here

9/4/10

8/29/10

Janrain Engage account is setup https://rpxnow.com/relying_parties/pathboston

  • set up in pathboston.com/login with rpx.html which links to the rpx site which sends back to rpx.php the user info

all on localhost/hosted/assess hay:

  • Mysql stuff for vocab, glossary, quiz and sources/topic/unit/courses has bee changed from flat files to relational
  • vocabgrab and vocabgrid are done, both use Jquery autocomplete
  • wikiquiz/wiki2db is done and uses Jquery autocomplete with multiple entries

some notes

8/18/10 - recreating hosted/ajax/grid with vocab data in /hosted/ajax/grid1

  • xsl needs to be forced to refresh - in firefox use developers tools to miscel/clear data/cache

5/20/10

=ImportHtml("http://en.wikipedia.org/wiki/Demographics_of_India"; "table";4). This function returns demographic information for the population of India.

5/15/10

  • move everything to serve /forms/quiz wiki2db, db2xml, gloss2db glossdb2quizlet
  • /quiz/glossary2db /vocab/2quizlet/glossdb2quizlet
  • to DROP VIEW badview use command line: phpmyadmin thinks views are tables,
  • mysql --user=pathbost_tim --password=nji9ol pathbost_assess

5/2/10 - now turn quiz xml into eggcode and wiki code using xsl

5/1/10

4/23-25/10 - working on moving wikiquizzes to db /code/quiz/wiki2db.html and ,php

SELECT quiz.tname, quiz.unit, questions.question, qanswers.answer, qanswers.iscorrect
FROM quiz
LEFT JOIN questions ON quiz.tid = questions.tid
LEFT JOIN qanswers ON questions.qid = qanswers.qid

  • am filling the database, 2quizzes in mamp db, ready to pull to xml
  • https://www.ohloh.net/ timmck gmail 6j
  • you can't really move wuff quizzes unless you disable .htaccess
  • LOG ERRORS: MAC: sudo tail -f /Applications/MAMP/logs/php-error.log SERVER sudo tail -f /var/logs/php-error.log
  • LOG ERRORS: linux # tail -f /var/log/messages
  1. less /var/log/messages
  2. more -f /var/log/messages